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

TdxRibbonGalleryGroupOptions.AssignedValues Property

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

#Declaration

Delphi
property AssignedValues: TdxRibbonGalleryGroupOptionsAssignedValues read; write; default [];

#Property Value

Type
TdxRibbonGalleryGroupOptionsAssignedValues

#Remarks

Changing the ItemImagePosition, ItemImageSize, ItemSize, ItemTextAlignVert, ItemTextKind, ItemPullHighlighting, SpaceAfterGroupHeader, SpaceBetweenItemCaptionAndDescription, and SpaceBetweenItemImageAndText 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 gallery groups, this value is determined by the corresponding option in a gallery’s GalleryOptions property.

The default value of the AssignedValues property is [].

See Also