New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PropertyGridCustomGroupingEventArgs : EventArgs

Inheritance: objectEventArgsPropertyGridCustomGroupingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public PropertyGridCustomGroupingEventArgs(PropertyGridTableElement table, PropertyGridItem item)
Parameters:tablePropertyGridTableElementitemPropertyGridItem

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; }
Property Value:

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; }