Class CachedStyleInfoSubObjectIdentity
Provides style identity information for nested expandable objects of the GridStyleInfo and TreeStyleInfo classes.
Inheritance
System.Object
CachedStyleInfoSubObjectIdentity
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Styles
Assembly: Syncfusion.GridCommon.WPF.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()
Declaration
public override void Dispose()
Overrides
GetBaseStyles(IStyleInfo)
Declaration
public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
Parameters
Type | Name | Description |
---|---|---|
IStyleInfo | thisStyleInfo |
Returns
Type |
---|
IStyleInfo[] |
Overrides
OnStyleChanged(StyleInfoBase, StyleInfoProperty)
Declaration
public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | style | |
StyleInfoProperty | sip |
Overrides
Implements
System.IDisposable