Represents a strongly typed collection of frozen DataGridColumn objects.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
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
Initializes a new instance of the DataGridFrozenColumnCollection class that serves as a wrapper around the specified list.
C#
public DataGridFrozenColumnCollection(ObservableCollection<DataGridColumn> list)