Class DataGridFrozenColumnCollection
Represents a strongly typed collection of frozen DataGridColumn objects.
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 DataGridFrozenColumnCollection class that serves as a wrapper around the specified list.
Declaration
public DataGridFrozenColumnCollection(ObservableCollection<DataGridColumn> list)
Parameters
System.Collections.ObjectModel.ObservableCollection<DataGridColumn>
list
|
Methods
Move(Int32, Int32)
Move item at oldIndex to newIndex.
Declaration
public void Move(int oldIndex, int newIndex)
Parameters
System.Int32
oldIndex
|
System.Int32
newIndex
|