RowDefinition(LayoutGroup, Double, SizeType, Boolean) Constructor
Initializes a new instance of the RowDefinition class with specified settings.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public RowDefinition(
LayoutGroup owner,
double size,
SizeType sizingType,
bool visible
)
Public Sub New(
owner As LayoutGroup,
size As Double,
sizingType As SizeType,
visible As Boolean
)
Parameters
Name | Type |
---|---|
owner | LayoutGroup |
size | Double |
sizingType | SizeType |
visible | Boolean |
See Also
Feedback