Back to Devexpress

TdxLayoutSizeOptions Class

vcl-dxlayoutcontainer.md

latest1.6 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TdxCustomLayoutItemOptions TdxLayoutSizeOptions

See Also

TdxLayoutSizeOptions Members

dxLayoutContainer Unit