Class DataGridFrozenColumnCollection
Represents a strongly typed collection of frozen Data
Inheritance
System.Object
DataGridFrozenColumnCollection
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridFrozenColumnCollection : ReadOnlyObservableCollection<DataGridColumn>
Constructors
DataGridFrozenColumnCollection(ObservableCollection<DataGridColumn>)
Initializes a new instance of the Data
Declaration
public DataGridFrozenColumnCollection(ObservableCollection<DataGridColumn> list)
Parameters
System.
|
Methods
Move(Int32, Int32)
Move item at oldIndex to newIndex.
Declaration
public void Move(int oldIndex, int newIndex)
Parameters
System.
|
System.
|