ColumnDefinition(LayoutGroup, Double, SizeType) Constructor
Initializes a new instance of a ColumnDefinition class with the specified settings.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public ColumnDefinition(
LayoutGroup owner,
double size,
SizeType sizingType
)
Public Sub New(
owner As LayoutGroup,
size As Double,
sizingType As SizeType
)
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
Feedback