menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StyleInfoSubObjectIdentity - WPF 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.GetBaseStyle(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(IStyleInfo, StyleInfoProperty)
    StyleInfoIdentityBase.InnerIdentity
    StyleInfoIdentityBase.IsDisposable
    StyleInfoIdentityBase.OnStyleChanged(StyleInfoBase, StyleInfoProperty)
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Styles
    Assembly: Syncfusion.GridCommon.Wpf.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()

    Releases all the resources used by the component.

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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved