WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableOptionsChangedEventArgs

    Show / Hide Table of Contents

    Class GridTableOptionsChangedEventArgs

    Represents the class that provides event arguments for the RaiseGroupOptionsChanged(GridGroupOptionsChangedEventArgs) and RaiseGroupOptionsChanging(GridGroupOptionsChangedEventArgs) methods of the IGridGroupOptionsSource interface.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridTableOptionsChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridTableOptionsChangedEventArgs : SyncfusionEventArgs

    Constructors

    GridTableOptionsChangedEventArgs(GridTableOptionsStyleInfoIdentity, GridTableOptionsStyleInfo, StyleInfoProperty)

    Initializes a new instance of the GridTableOptionsChangedEventArgs class with the specified instance of the GridTableOptionsStyleInfoIdentity, GridTableOptionsStyleInfo and StyleInfoProperty that were modified.

    Declaration
    public GridTableOptionsChangedEventArgs(GridTableOptionsStyleInfoIdentity identity, GridTableOptionsStyleInfo groupOptions, StyleInfoProperty sip)
    Parameters
    Type Name Description
    GridTableOptionsStyleInfoIdentity identity

    An instance of the GridTableOptionsStyleInfoIdentity class.

    GridTableOptionsStyleInfo groupOptions

    An instance of the GridTableOptionsStyleInfo class.

    StyleInfoProperty sip

    An instance of the StyleInfoProperty class and which specifies the changed property.

    Properties

    GroupOptions

    Gets the style instance.

    Declaration
    [TraceProperty(true)]
    public GridTableOptionsStyleInfo GroupOptions { get; }
    Property Value
    Type Description
    GridTableOptionsStyleInfo

    Identity

    Gets the identity instance.

    Declaration
    [TraceProperty(true)]
    public GridTableOptionsStyleInfoIdentity Identity { get; }
    Property Value
    Type Description
    GridTableOptionsStyleInfoIdentity

    Sip

    Gets the property that is changed.

    Declaration
    [TraceProperty(true)]
    public StyleInfoProperty Sip { get; }
    Property Value
    Type Description
    StyleInfoProperty
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved