OptionsTableLayoutGroup.RemoveColumnAt(Int32, Boolean) Method
Removes the element at the specified index.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public void RemoveColumnAt(
int index,
bool updateItemIndexes = false
)
Public Sub RemoveColumnAt(
index As Integer,
updateItemIndexes As Boolean = False
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the element 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