Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also