Class GroupHeaderContext
Represents the context that is passed to the header of Data
Inheritance
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GroupHeaderContext : Object, INotifyPropertyChanged
Constructors
GroupHeaderContext()
Declaration
public GroupHeaderContext()
Properties
AggregateValues
Gets the aggregate values of the IData
Declaration
public IEnumerable<string> AggregateValues { get; }
Property Value
System.
|
Descriptor
Gets the Group
Declaration
public GroupDescriptorBase Descriptor { get; }
Property Value
Grid
Gets the Rad
Declaration
public RadDataGrid Grid { get; }
Property Value
Group
Gets the IData
Declaration
public IDataGroup Group { get; }
Property Value
IsExpanded
Gets or sets a value indicating whether the IData
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
Level
Gets the zero-based level (or the depth) of the group.
Declaration
public int Level { get; }
Property Value
System.
|
Methods
OnPropertyChanged(String)
Raises the Property
Declaration
protected void OnPropertyChanged(string changedPropertyName = "")
Parameters
System.
|
PropertyChangedOverride(String)
Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.
Declaration
protected virtual void PropertyChangedOverride(string changedPropertyName)
Parameters
System.
|
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Events
PropertyChanged
Occurs immediately after a property of this instance has changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|