RowDefinitions.RemoveAt(Int32, Boolean) Method
Removes the element at the specified index.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the element to remove. |
updateItemIndexes | Boolean | true, to recalculate the OptionsTableLayoutItem.RowIndex property of items in the current layout group; otherwise, false. |
See Also