menu

UWP

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

    Show / Hide Table of Contents

    Class CachedStyleInfoSubObjectIdentity

    Provides style identity information for nested expandable objects of the GridStyleInfo and TreeStyleInfo classes.

    Inheritance
    System.Object
    StyleInfoIdentityBase
    StyleInfoSubObjectIdentity
    CachedStyleInfoSubObjectIdentity
    Implements
    System.IDisposable
    Inherited Members
    StyleInfoIdentityBase.Dispose()
    StyleInfoIdentityBase.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectIdentity.Owner
    StyleInfoSubObjectIdentity.Sip
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class CachedStyleInfoSubObjectIdentity : StyleInfoSubObjectIdentity, IDisposable

    Constructors

    CachedStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)

    Creates a new StyleInfoSubObjectIdentity object and associates it with a StyleInfoBase.

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

    The StyleInfoBase that owns this subobject.

    StyleInfoProperty sip

    The StyleInfoProperty descriptor for this expandable subobject.

    Methods

    Dispose(Boolean)

    Dispose the live resources used by the CachedStyleInfoSubObjectIdentity class.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Dispose the instance, if it is True

    Overrides
    StyleInfoSubObjectIdentity.Dispose(Boolean)

    GetBaseStyles(IStyleInfo)

    Declaration
    public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
    Parameters
    Type Name Description
    IStyleInfo thisStyleInfo
    Returns
    Type
    IStyleInfo[]
    Overrides
    StyleInfoSubObjectIdentity.GetBaseStyles(IStyleInfo)

    OnStyleChanged(StyleInfoBase, StyleInfoProperty)

    Call the Dispose and SuppressFinalize method for dipose the instance of CachedStyleInfoSubObjectIdentity class.

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

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved