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