Class DataPagerStyleInfoSubObjectIdentity
Represents a class that provides style identity information for nested objects of the DataPagerStyle class.
Inheritance
System.Object
DataPagerStyleInfoSubObjectIdentity
Implements
System.IDisposable
Inherited Members
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.WinForms.DataPager.Style
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataPagerStyleInfoSubObjectIdentity : CachedStyleInfoSubObjectIdentity, IDisposable
Constructors
DataPagerStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the DataPagerStyleInfoSubObjectIdentity class.
Declaration
public DataPagerStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | owner | The StyleInfoBase that owns this sub-object. |
StyleInfoProperty | sip | The StyleInfoProperty descriptor for this expandable sub-object. |
Implements
System.IDisposable