TdxRibbonBackstageViewGalleryControlOptionsViewItem Class
In This Article
Contains the appearance settings of Ribbon Backstage View gallery items and their elements (image and text).
#Declaration
Delphi
TdxRibbonBackstageViewGalleryControlOptionsViewItem = class(
TdxGalleryControlOptionsItem
)
#Remarks
This class extends its ancestor class with the PinMode property, which allows you to control the capability to pin items in gallery groups.
A TdxRibbonBackstageViewGalleryControlOptionsViewItem object is referenced by the Ribbon Backstage View gallery’s OptionsView.Item property.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGalleryPersistent
TdxGalleryControlCustomOptions
TdxGalleryControlOptionsItem
TdxRibbonBackstageViewGalleryControlOptionsViewItem
See Also