Back to Devexpress

TdxCustomRibbonBackstageViewGalleryControl Class

vcl-dxribbonbackstageviewgallerycontrol-55bc6bf7.md

latest1.9 KB
Original Source

TdxCustomRibbonBackstageViewGalleryControl Class

The base class for Ribbon Backstage View galleries.

Declaration

delphi
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

Show 11 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxScrollingControl TdxCustomGalleryControl TdxCustomRibbonBackstageViewGalleryControl

See Also

TdxCustomRibbonBackstageViewGalleryControl Members

dxRibbonBackstageViewGalleryControl Unit