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

TdxLayoutSizeOptions Class

Contains size settings for a layout item.

#Declaration

Delphi
TdxLayoutSizeOptions = class(
    TdxCustomLayoutItemOptions
)

#Remarks

This class has the following members that allow you to:

  • Limit the maximum width and height for a layout item with automatically calculated dimensions (MaxWidth and MaxHeight).

  • Manually define the layout item’s dimensions (Width and Height).

  • Allow an end user to resize the layout item horizontally and vertically (SizableHorz and SizableVert).

A layout item’s SizeOptions property references a TdxLayoutSizeOptions object.

See Also