OptionsTableLayoutGroup.Remove(RowDefinition, Boolean) Method
Removes the specified row definition.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public void Remove(
RowDefinition rowDefinition,
bool updateItemIndexes = false
)
Public Sub Remove(
rowDefinition As RowDefinition,
updateItemIndexes As Boolean = False
)
Parameters
Name | Type | Description |
---|---|---|
rowDefinition | RowDefinition | The RowDefinition to remove. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
updateItemIndexes | Boolean | False |
true, to recalculate the OptionsTableLayoutItem.RowIndex property of items in the current layout group; otherwise, false. |
See Also
Feedback