[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.RowColCollection-1

RowColCollection<T> Class

Abstract base class for RowCollection and ColumnCollection classes.

Inheritance
RowColCollection<T>
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
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
Type Parameters
Name Description
T

Properties

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.

Methods

Name Description
DeferNotifications()

Suspends notifications until the returned IDisposable object is disposed.

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.