menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPropertyTypeDefaultStyleInfoIdentity - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridPropertyTypeDefaultStyleInfoIdentity

    Internal only.

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

    Constructors

    GridPropertyTypeDefaultStyleInfoIdentity(GridPropertyTypeDefaultStyle)

    Internal only.

    Declaration
    public GridPropertyTypeDefaultStyleInfoIdentity(GridPropertyTypeDefaultStyle owner)
    Parameters
    Type Name Description
    GridPropertyTypeDefaultStyle owner

    Fields

    tableCellType

    Used internally.

    Declaration
    public GridTableCellType tableCellType
    Field Value
    Type
    GridTableCellType

    Properties

    Owner

    Property Owner (GridPropertyTypeDefaultStyle).

    Declaration
    public GridPropertyTypeDefaultStyle Owner { get; set; }
    Property Value
    Type
    GridPropertyTypeDefaultStyle

    Methods

    Dispose()

    Disposes the object.

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

    GetBaseStyles(IStyleInfo)

    Overridden. 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)

    Overridden. If the style is not off line, saves its changes in the IGridData.

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

    A reference to the GridStyleInfo object.

    StyleInfoProperty sip

    The StyleInfoProperty that identifies the changed style property.

    Overrides
    StyleInfoIdentityBase.OnStyleChanged(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 - 2025 Syncfusion Inc. All Rights Reserved