Show / Hide Table of Contents

Class DataGridRowGroupHeaderEventArgs

EventArgs used for the DataGrid's LoadingRowGroup and UnloadingRowGroup events

Inheritance
System.Object
System.EventArgs
DataGridRowGroupHeaderEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridRowGroupHeaderEventArgs : EventArgs

Constructors

| Improve this Doc View Source

DataGridRowGroupHeaderEventArgs(DataGridRowGroupHeader)

Constructs a DataGridRowGroupHeaderEventArgs instance

Declaration
public DataGridRowGroupHeaderEventArgs(DataGridRowGroupHeader rowGroupHeader)
Parameters
Type Name Description
DataGridRowGroupHeader rowGroupHeader

Properties

| Improve this Doc View Source

RowGroupHeader

DataGridRowGroupHeader associated with this instance

Declaration
public DataGridRowGroupHeader RowGroupHeader { get; }
Property Value
Type Description
DataGridRowGroupHeader
  • Improve this Doc
  • View Source