[]
Base collection class for columns and rows.
public abstract class GridRowColCollection<T> : C1DataCollectionList<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable where T : GridRowCol
Name | Description |
---|---|
T |
Name | Description |
---|---|
GridRowColCollection() | Initializes a new instance of the GridRowColCollection<T> class. |
Name | Description |
---|---|
DefaultSize | Gets or sets the default size for the items in the collection. |
IsDisposed | Gets whether the collection is disposed. |
MaxSize | Gets or sets the maximum size for the items in the collection. |
MinSize | Gets or sets the minimum size for the items in the collection. |
Name | Description |
---|---|
DisableAnimations() | Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable. |
Dispose() | |
Dispose(bool) | Called to dispose resources. |
OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |
OnPropertyChanged(string) | Called when a property changed. |
Name | Description |
---|---|
CollectionChanged | Occurs after the items in the collection changed. |
PropertyChanged | Occurs when a property value changes. |