DataGridRowGroupHeaderEventArgs Class

Definition

EventArgs used for the DataGrid's LoadingRowGroup and UnloadingRowGroup events

public class DataGridRowGroupHeaderEventArgs : EventArgs
type DataGridRowGroupHeaderEventArgs = class
    inherit EventArgs
Public Class DataGridRowGroupHeaderEventArgs
Inherits EventArgs
Inheritance
DataGridRowGroupHeaderEventArgs

Constructors

DataGridRowGroupHeaderEventArgs(DataGridRowGroupHeader)

Initializes a new instance of the DataGridRowGroupHeaderEventArgs class.

Properties

RowGroupHeader

Gets the DataGridRowGroupHeader associated with this instance.

Applies to