Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarItemOptions.AssignedValues Property

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

#Declaration

Delphi
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