Skip to main content

TdxBarItemOptions.AssignedValues Property

Provides access to a set of flags that determine which appearance options have been modified.

Declaration

property AssignedValues: TdxBarItemOptionValues read; write;

Property Value

Type
TdxBarItemOptionValues

Remarks

Changing the ShowDescriptions, ShowShortCuts, and Size properties sets the corresponding option flag in the AssignedValues property. When an option flag is not set or reset, the default property value is used. For subitem controls, this value is determined by the corresponding option of the parent bar’s ItemLinks.ItemOptions property.

See Also