ClassDataGridFrozenColumnCollection
Class
Represents a strongly typed collection of frozen DataGridColumn objects.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DataGridFrozenColumnCollection : ReadOnlyObservableCollection<DataGridColumn>, IList<DataGridColumn>, ICollection<DataGridColumn>, IList, ICollection, IReadOnlyList<DataGridColumn>, IReadOnlyCollection<DataGridColumn>, IEnumerable<DataGridColumn>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectReadOnlyCollection<DataGridColumn>ReadOnlyObservableCollection<DataGridColumn>DataGridFrozenColumnCollection
Implements:
Inherited Members
Constructors
DataGridFrozenColumnCollection(ObservableCollection<DataGridColumn>)
Initializes a new instance of the DataGridFrozenColumnCollection class that serves as a wrapper around the specified list.
Declaration
cs-api-definition
public DataGridFrozenColumnCollection(ObservableCollection<DataGridColumn> list)
Parameters
list
Methods
Move(int, int)
Move item at oldIndex to newIndex.