[]
Abstract base class for RowCollection and ColumnCollection classes.
public abstract class RowColCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : RowCol
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| DefaultSize | Gets or sets a value that indicates the size (width or height) in pixels for row and column objects in this collection. |
| Frozen | Gets or sets the number of frozen rows or columns in the collection. |
| MaxGroupLevel | Gets the maximum group level present in the grid. |
| MaxSize | Gets or sets a value that indicates the maximum size (width or height) in pixels for row and column objects in this collection. |
| MinSize | Gets or sets a value that indicates the minimum size (width or height) in pixels for row and column objects in this collection. |
| Name | Description |
|---|---|
| DeferNotifications() | Suspends notifications until the returned IDisposable object is disposed. |
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |