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