ColumnDefinition(LayoutGroup, Double, SizeType) Constructor
Initializes a new instance of a ColumnDefinition class with the specified settings.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | LayoutGroup | A layout group that owns the created ColumnDefinition object. |
| size | Double | The width of the created column. This value is assigned to the ColumnDefinition.Width property. |
| sizingType | SizeType | The size type of the created column. This value is assigned to the ColumnDefinition.SizeType property. |
See Also