Class DataPagerStyleInfoStore
Provides storage for the DataPagerStyle object.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.WinForms.DataPager.Style
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataPagerStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
DataPagerStyleInfoStore()
Initializes a new instance of the DataPagerStyleInfoStore class.
Declaration
public DataPagerStyleInfoStore()
DataPagerStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the DataPagerStyleInfoStore class.
Declaration
protected DataPagerStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StramingContext. |
Properties
StaticDataStore
Gets the static data value of the DataPagerStyleInfoStore class.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable