Class PropertyGridCustomGroupingEventArgs
Inheritance
System.Object
System.EventArgs
PropertyGridCustomGroupingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Property
|
Property
|
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.
|
Handled
Gets or sets a value indicating whether this Property
Declaration
public bool Handled { get; set; }
Property Value
System.
|
Item
Gets the item tha is being processed.
Declaration
public PropertyGridItem Item { get; }
Property Value
PropertyGridTable
Gets the PropertyGridTableElement.
Declaration
public PropertyGridTableElement PropertyGridTable { get; }