ClassGroupHeaderContext
Class
Represents the context that is passed to a DataGridGroupHeader control that represents a IDataGroup within a RadDataGrid instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class GroupHeaderContext : ViewModelBase, INotifyPropertyChanged
Inheritance: objectViewModelBaseGroupHeaderContext
Implements:
Inherited Members
Constructors
GroupHeaderContext()
Declaration
cs-api-definition
public GroupHeaderContext()
Properties
Descriptor
Gets the GroupDescriptorBase instance that provides the grouping information.
Declaration
cs-api-definition
public GroupDescriptorBase Descriptor { get; }
Property Value
Grid
Gets the RadDataGrid instance that provides the grouping context.
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).
Methods
ToString()
Returns a string that represents this instance.