WinForms

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

    Show / Hide Table of Contents

    Class DataGridStyleInfoSubObjectIdentity

    Represents a class that provides style identity information for nested objects of the CellStyleInfo class.

    Inheritance
    System.Object
    StyleInfoIdentityBase
    StyleInfoSubObjectIdentity
    CachedStyleInfoSubObjectIdentity
    ScrollerVisualStyleInfoSubObjectIdentity
    DataGridStyleInfoSubObjectIdentity
    Implements
    System.IDisposable
    Inherited Members
    CachedStyleInfoSubObjectIdentity.GetBaseStyles(IStyleInfo)
    CachedStyleInfoSubObjectIdentity.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectIdentity.Dispose()
    StyleInfoSubObjectIdentity.Owner
    StyleInfoSubObjectIdentity.Sip
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    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: Syncfusion.WinForms.DataGrid.Styles
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DataGridStyleInfoSubObjectIdentity : ScrollerVisualStyleInfoSubObjectIdentity, IDisposable

    Constructors

    DataGridStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)

    Initializes a new instance of the DataGridStyleInfoSubObjectIdentity class. Initializes a new instances of the DataGridStyleInfoSubObjectIdentity object and associates it with a specified CellStyleInfo.

    Declaration
    public DataGridStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase owner

    The that owns this sub-object.

    StyleInfoProperty sip

    The descriptor for this expandable sub-object.

    Implements

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