ClassPropertyGridCustomGroupingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PropertyGridCustomGroupingEventArgs : EventArgs
Inheritance: objectEventArgsPropertyGridCustomGroupingEventArgs
Inherited Members
Constructors
PropertyGridCustomGroupingEventArgs(PropertyGridTableElement, PropertyGridItem)
Declaration
cs-api-definition
public PropertyGridCustomGroupingEventArgs(PropertyGridTableElement table, PropertyGridItem item)
Parameters
table
item
Properties
GroupKey
Gets or sets the GroupKey. The GroupKey is a unique identifier for a group.
Handled
Gets or sets a value indicating whether this PropertyGridCustomGroupingEventArgs is handled.
Declaration
cs-api-definition
public bool Handled { get; set; }
Property Value
true if handled; otherwise, false.
Item
Gets the item tha is being processed.
PropertyGridTable
Gets the PropertyGridTableElement.
Declaration
cs-api-definition
public PropertyGridTableElement PropertyGridTable { get; }
Property Value