Back to Devexpress

TdxCustomLayoutCheckableItemCaptionOptions Class

vcl-dxlayoutcontainer-de742b77.md

latest1.6 KB
Original Source

TdxCustomLayoutCheckableItemCaptionOptions Class

The base class that implements a checkable item‘s caption options.

Declaration

delphi
TdxCustomLayoutCheckableItemCaptionOptions = class(
    TdxLayoutLabeledItemCaptionOptions
)

Remarks

This class does not introduce any new functionality, it just publishes properties from its ancestor classes and initializes the Layout property to clRight to underpin the item caption’s appearance and behavior.

Inheritance

TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxCustomLayoutItemCaptionOptions TdxCustomLayoutItemStorableCaptionOptions TdxLayoutLabeledItemCustomCaptionOptions TdxLayoutLabeledItemCaptionOptions TdxCustomLayoutCheckableItemCaptionOptions

See Also

TdxCustomLayoutCheckableItemCaptionOptions Members

dxLayoutContainer Unit