TdxCustomRibbonBackstageViewGalleryControl Class
The base class for Ribbon Backstage View galleries.
Declaration
TdxCustomRibbonBackstageViewGalleryControl = class(
TdxCustomGalleryControl
)
Remarks
This class introduces the members that are specific to Ribbon Backstage View galleries – all the main gallery functionality is inherited from the ancestor class (TdxCustomGalleryControl). Refer to its description to learn about this functionality.
Do not create instances of the TdxCustomRibbonBackstageViewGalleryControl class. Use the derived TdxRibbonBackstageViewGalleryControl component instead.
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TcxScrollingControl
TdxCustomGalleryControl
TdxCustomRibbonBackstageViewGalleryControl
See Also