WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupOptionsStyleInfoIdentity - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupOptionsStyleInfoIdentity

    Provides identity information for GridGroupOptionsStyleInfo objects and methods for inheriting default setting from parent elements.

    Inheritance
    System.Object
    StyleInfoIdentityBase
    GridGroupOptionsStyleInfoIdentity
    Implements
    System.IDisposable
    Inherited Members
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    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 class GridGroupOptionsStyleInfoIdentity : StyleInfoIdentityBase, IDisposable

    Constructors

    GridGroupOptionsStyleInfoIdentity(GridGroupOptionsStyleInfoIdentity)

    Initializes a new GridGroupOptionsStyleInfoIdentity and copies its data from an existing object.

    Declaration
    protected GridGroupOptionsStyleInfoIdentity(GridGroupOptionsStyleInfoIdentity other)
    Parameters
    Type Name Description
    GridGroupOptionsStyleInfoIdentity other

    The existing object to copy data from.

    GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource)

    Initializes the identity object with the host.

    Declaration
    public GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource groupOptionsSource)
    Parameters
    Type Name Description
    IGridGroupOptionsSource groupOptionsSource

    The host for the GridGroupOptionsStyleInfo object.

    GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource, GridGroupOptionsType)

    Initializes the identity object with the host.

    Declaration
    public GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource groupOptionsSource, GridGroupOptionsType groupOptionsType)
    Parameters
    Type Name Description
    IGridGroupOptionsSource groupOptionsSource

    The host for the GridGroupOptionsStyleInfo object.

    GridGroupOptionsType groupOptionsType

    The kind of group options.

    Properties

    GroupOptionsSource

    The host element.

    Declaration
    public IGridGroupOptionsSource GroupOptionsSource { get; set; }
    Property Value
    Type Description
    IGridGroupOptionsSource

    Info

    Gets the results of ToString method.

    Declaration
    public string Info { get; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose()

    Releases all resources used by this component.

    Declaration
    public override void Dispose()
    Overrides
    StyleInfoIdentityBase.Dispose()

    GetBaseStyle(IStyleInfo, StyleInfoProperty)

    Returns a base style that has specific property initialized.

    Declaration
    public override StyleInfoBase GetBaseStyle(IStyleInfo thisStyleInfo, StyleInfoProperty sip)
    Parameters
    Type Name Description
    IStyleInfo thisStyleInfo

    Style information.

    StyleInfoProperty sip

    Identity for the property to operate on.

    Returns
    Type Description
    StyleInfoBase

    returns StyleInfoBase

    Overrides
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)

    GetBaseStyles(IStyleInfo)

    Overriden. Returns base styles from IGridData by calling GetBaseStyles(GridStyleInfo, Int32, Int32).

    Declaration
    public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
    Parameters
    Type Name Description
    IStyleInfo thisStyleInfo

    A reference to a IStyleInfo

    Returns
    Type Description
    IStyleInfo[]

    An array of base styles.

    Overrides
    StyleInfoIdentityBase.GetBaseStyles(IStyleInfo)

    OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    Occurs when a property in the StyleInfoBase has changed.

    Declaration
    public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase style

    A reference to the StyleInfoBase that has changed.

    StyleInfoProperty sip

    Identity for the property to operate on.

    Overrides
    StyleInfoIdentityBase.OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    OnStyleChanging(StyleInfoBase, StyleInfoProperty)

    Occurs before a property in the StyleInfoBase is changing.

    Declaration
    public override void OnStyleChanging(StyleInfoBase style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase style

    A reference to the StyleInfoBase that is changed.

    StyleInfoProperty sip

    Identity for the property to operate on.

    Overrides
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current object.

    Overrides
    System.Object.ToString()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved