Back to Devexpress

TdxLayoutNonLabeledItemCaptionOptions Class

vcl-dxlayoutcontainer-213eafa9.md

latest1.6 KB
Original Source

TdxLayoutNonLabeledItemCaptionOptions Class

Contains caption settings for non-label auxiliary layout items (TdxLayoutEmptySpaceItem and TdxLayoutSplitterItem).

Declaration

delphi
TdxLayoutNonLabeledItemCaptionOptions = class(
    TdxCustomLayoutItemCaptionOptions
)

Remarks

Captions specified via the Text property are only used within the Customization Form.

A TdxLayoutNonLabeledItemCaptionOptions object is referenced by the non-label layout item’s CaptionOptions property.

Inheritance

TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxCustomLayoutItemCaptionOptions TdxLayoutNonLabeledItemCaptionOptions

See Also

TdxLayoutNonLabeledItemCaptionOptions Members

dxLayoutContainer Unit