Class
PropertyGridCustomGroupingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridCustomGroupingEventArgs : EventArgs

Inheritance: objectEventArgsPropertyGridCustomGroupingEventArgs

Inherited Members EventArgs.Empty

Constructors

PropertyGridCustomGroupingEventArgs(PropertyGridTableElement, PropertyGridItem)

Declaration

cs-api-definition
public PropertyGridCustomGroupingEventArgs(PropertyGridTableElement table, PropertyGridItem item)

Parameters

table

PropertyGridTableElement

item

PropertyGridItem

Properties

GroupKey

Gets or sets the GroupKey. The GroupKey is a unique identifier for a group.

Declaration

cs-api-definition
public object GroupKey { get; set; }

Property Value

object

Handled

Gets or sets a value indicating whether this PropertyGridCustomGroupingEventArgs is handled.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true if handled; otherwise, false.

Item

Gets the item tha is being processed.

Declaration

cs-api-definition
public PropertyGridItem Item { get; }

Property Value

PropertyGridItem

PropertyGridTable

Gets the PropertyGridTableElement.

Declaration

cs-api-definition
public PropertyGridTableElement PropertyGridTable { get; }

Property Value

PropertyGridTableElement