menu

UWP

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

    Show / Hide Table of Contents

    Class StyleInfoSubObjectIdentity

    Provides style identity information for subobjects.

    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.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    StyleInfoIdentityBase.OnStyleChanging(StyleInfoBase, StyleInfoProperty)
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class StyleInfoSubObjectIdentity : StyleInfoIdentityBase, IDisposable

    Constructors

    StyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)

    Instantiates a new StyleInfoSubObjectIdentity for a given owner and StyleInfoProperty.

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

    The owner style of the sub object.

    StyleInfoProperty sip

    The identifier of the subobject in the owner object.

    Properties

    Owner

    Returns the owner style of the subobject.

    Declaration
    public StyleInfoBase Owner { get; }
    Property Value
    Type
    StyleInfoBase

    Sip

    Returns the identifier of the subobject in the owner object.

    Declaration
    public StyleInfoProperty Sip { get; }
    Property Value
    Type
    StyleInfoProperty

    Methods

    Dispose(Boolean)

    Release all the resources used by the component.

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

    Dispose the instance, if it is True

    Overrides
    StyleInfoIdentityBase.Dispose(Boolean)

    GetBaseStyles(IStyleInfo)

    Returns an array with base styles for the specified style object.

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

    The style object.

    Returns
    Type Description
    IStyleInfo[]

    An array of style objects that are base styles for the current style object.

    Overrides
    StyleInfoIdentityBase.GetBaseStyles(IStyleInfo)

    Implements

    System.IDisposable

    Extension Methods

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