[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRowColCollection-1

GridRowColCollection<T> Class

Base collection class for columns and rows.

Inheritance
GridRowColCollection<T>
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
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
Type Parameters
Name Description
T

Constructors

Name Description
GridRowColCollection()

Initializes a new instance of the GridRowColCollection<T> class.

Properties

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.

Methods

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.

Events

Name Description
CollectionChanged

Occurs after the items in the collection changed.

PropertyChanged

Occurs when a property value changes.