Back to Devexpress

TdxLayoutSizeOptions Members

vcl-dxlayoutcontainer-dot-tdxlayoutsizeoptions-dot-underscore-members.md

latest3.5 KB
Original Source

TdxLayoutSizeOptions Members

Contains size settings for a layout item.

Constructors

NameDescription
Create(TdxCustomLayoutItem)Initializes a new instance of the TdxCustomLayoutItemOptions class with specified settings. Inherited from TdxCustomLayoutItemOptions.

Properties

NameDescription
AssignedValuesSpecifies which layout item size settings override global size settings.
HeightSpecifies the layout element’s height, in pixels.
MaxHeightSpecifies the maximum height of a layout item, in pixels.
MaxWidthSpecifies the maximum width of a layout item, in pixels.
SizableHorzSpecifies whether a layout element can be resized horizontally.
SizableVertSpecifies whether a layout element can be resized vertically.
WidthSpecifies the preferred width of a layout element, in pixels.

Methods

NameDescription
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
Equals(TObject)Inherited from TObject.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
QueryInterface(TGUID,Untyped)Inherited from TInterfacedPersistent.
ToStringInherited from TObject.

See Also

TdxLayoutSizeOptions Class

dxLayoutContainer Unit