Back to Devexpress

TdxLayoutSeparatorItemCaptionOptions Class

vcl-dxlayoutcontainer-ba8180a0.md

latest1.8 KB
Original Source

TdxLayoutSeparatorItemCaptionOptions Class

Contains caption options for separator layout items.

Declaration

delphi
TdxLayoutSeparatorItemCaptionOptions = class(
    TdxLayoutLabeledItemCustomCaptionOptions
)

Remarks

This class publishes properties inherited from its ancestor class and overrides certain default property values to underpin the separator layout item’s design. Refer to the TdxLayoutLabeledItemCustomCaptionOptions and TdxCustomLayoutItemCaptionOptions class descriptions for detailed information on caption settings.

A separator layout item’s CaptionOptions property references a TdxLayoutSeparatorItemCaptionOptions object.

Inheritance

TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxCustomLayoutItemCaptionOptions TdxCustomLayoutItemStorableCaptionOptions TdxLayoutLabeledItemCustomCaptionOptions TdxLayoutSeparatorItemCaptionOptions

See Also

TdxLayoutSeparatorItemCaptionOptions Members

dxLayoutContainer Unit