DataGridCollectionViewGroup Class

Namespace
Avalonia.Collections
Base Types
  • INotifyPropertyChanged
graph BT Type-->Base0["INotifyPropertyChanged"] Type["DataGridCollectionViewGroup"] class Type type-node

Syntax

public abstract class DataGridCollectionViewGroup : INotifyPropertyChanged

Constructors

Events

Name Type Summary
PropertyChanged PropertyChangedEventHandler

Properties

Name Value Summary
IsBottomLevel bool
ItemCount int
Items IAvaloniaReadOnlyList<object>
Key object
ProtectedItemCount int
ProtectedItems AvaloniaList<object>

Methods