Back to Devexpress

TdxLayoutItemControlOptions Class

vcl-dxlayoutcontainer-9787b6ec.md

latest1.8 KB
Original Source

TdxLayoutItemControlOptions Class

Contains options for a control embedded into a layout item.

Declaration

delphi
TdxLayoutItemControlOptions = class(
    TdxCustomLayoutItemOptions
)

Remarks

The TdxLayoutItemControlOptions class has the following members that allow you to:

  • Position an embedded control within a layout item (AlignHorz and AlignVert).

  • Apply the layout item’s color to the embedded control (AutoColor).

  • Specify minimum dimensions for the embedded control (MinWidth and MinHeight).

  • Hide or display the embedded control’s border (ShowBorder).

  • Disable the background draw routine for the layout item (Opaque).

A layout item’s ControlOptions property references a TdxLayoutItemControlOptions object.

Inheritance

TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxLayoutItemControlOptions

See Also

TdxLayoutItemControlOptions Members

dxLayoutContainer Unit