Skip to main content

TdxRibbonGalleryGroupOptions.AssignedValues Property

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

Declaration

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