Class PropertyGridCustomGroupingEventArgs
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridCustomGroupingEventArgs : EventArgs
Constructors
PropertyGridCustomGroupingEventArgs(PropertyGridTableElement, PropertyGridItem)
Declaration
public PropertyGridCustomGroupingEventArgs(PropertyGridTableElement table, PropertyGridItem item)
Parameters
PropertyGridTableElement
table
|
PropertyGridItem
item
|
Properties
GroupKey
Gets or sets the GroupKey. The GroupKey is a unique identifier for a group.
Declaration
public object GroupKey { get; set; }
Property Value
System.Object
|
Handled
Gets or sets a value indicating whether this PropertyGridCustomGroupingEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Item
Gets the item tha is being processed.
Declaration
public PropertyGridItem Item { get; }
Property Value
PropertyGridItem
|
PropertyGridTable
Gets the PropertyGridTableElement.
Declaration
public PropertyGridTableElement PropertyGridTable { get; }
Property Value
PropertyGridTableElement
|