ClassGroupHeaderContext
Represents the context that is passed to a ListViewGroupHeader control that represents a IDataGroup within a RadListView instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class GroupHeaderContext : ViewModelBase, INotifyPropertyChanged
Inheritance: objectViewModelBaseGroupHeaderContext
Implements:
Inherited Members
Constructors
GroupHeaderContext()
Declaration
public GroupHeaderContext()
Properties
Descriptor
Gets the GroupDescriptorBase instance that provides the grouping information.
Declaration
public GroupDescriptorBase Descriptor { get; }
Property Value
Group
Gets the IDataGroup instance associated with the context.
IsExpanded
Gets or sets a value indicating whether the IDataGroup, this context is associated with, is currently expanded (has its child items visible).
Level
Gets the zero-based level (or the depth) of the group.
Owner
Gets the RadListView instance that provides the grouping context.
Methods
ToString()
Returns a string that represents this instance.