GraffitiButtonSegmentItem

View Categories

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

DefinitionParametersReturn ValueDescription
ConstructorName as String
Caption as String
Value as Boolean
NoneCreates a new instance of the class.

Properties #

NameTypeDefault ValueDescription
BadgeIndicatorWebSDKUIControl.IndicatorsWebSDKUIControl.Indicators.SecondaryBootstrap indicator applied to the item’s badge.
BadgeStyleGraffitiStyleNilGraffitiStyle applied to the item’s badge.
BadgeTextString“”Text displayed within the item’s badge. Empty string hides the badge.
CaptionString“”The caption of the button.
EnabledBooleanTrueReflects whether the button is enabled or disabled.
IndicatorWebUIControl.IndicatorsDefaultBootstrap Indicator applied to the button.
IndicatorSelectedWebUIControl.IndicatorsDefaultBootstrap Indicator applied to the button when Value = True.
StyleGraffitiStyleNilStyle applied to the button. Overrides Indicator entirely. Must also supply StyleSelected.
StyleSelectedGraffitiStyleNilStyle applied to the button when Value = True. Overrides IndicatorSelected entirely. Must also supply Style.
NameString“”Special identifier.
TagVariantNilDeveloper storage.
ValueBooleanFalseReflects whether the button is selected.

Examples #

There are currently no examples for this class.