Class GridGroupOptionsChangedEventArgs
Implements a class that provides event arguments for the RaiseGroupOptionsChanged(GridGroupOptionsChangedEventArgs) and RaiseGroupOptionsChanging(GridGroupOptionsChangedEventArgs) methods of the IGridGroupOptionsSource interface.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridGroupOptionsChangedEventArgs : SyncfusionEventArgs
Constructors
GridGroupOptionsChangedEventArgs(GridGroupOptionsStyleInfoIdentity, GridGroupOptionsStyleInfo, StyleInfoProperty)
Initializes a new instance of the GridGroupOptionsChangedEventArgs class that contains the event data.
Declaration
public GridGroupOptionsChangedEventArgs(GridGroupOptionsStyleInfoIdentity identity, GridGroupOptionsStyleInfo groupOptions, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
GridGroupOptionsStyleInfoIdentity | identity | The identity object. |
GridGroupOptionsStyleInfo | groupOptions | The style object. |
StyleInfoProperty | sip | Specifies the property that is changed. |
Properties
GroupOptions
Gets the group options.
Declaration
[TraceProperty(true)]
public GridGroupOptionsStyleInfo GroupOptions { get; }
Property Value
Type |
---|
GridGroupOptionsStyleInfo |
Identity
Gets the identity.
Declaration
[TraceProperty(true)]
public GridGroupOptionsStyleInfoIdentity Identity { get; }
Property Value
Type |
---|
GridGroupOptionsStyleInfoIdentity |
Sip
Gets the Style info property. Specifies the property that is changed.
Declaration
[TraceProperty(true)]
public StyleInfoProperty Sip { get; }
Property Value
Type |
---|
StyleInfoProperty |