Back to Devexpress

TdxCustomGallery Class

vcl-dxgallery-59887e10.md

latest1.5 KB
Original Source

TdxCustomGallery Class

The base for classes describing gallery structure.

Declaration

delphi
TdxCustomGallery = class(
    TcxOwnedInterfacedPersistent,
    IdxGallery,
    IdxGallery2
)

Remarks

This class serves as the base for the TdxGalleryControlStructure class, which is exposed via the TdxGalleryControl.Gallery property.

TdxCustomGallery introduces the following primary members:

MembersDescription
GroupsProvides access to the collection of gallery groups.
ItemCheckModeSpecifies how a gallery’s items can be selected.
GetCheckedItemsGets the checked items.
UncheckAllUnchecks all items.

Implements

IdxGallery

IdxGallery2

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxCustomGallery

See Also

TdxCustomGallery Members

dxGallery Unit