Class SelectionStyleInfoStore
Implements the data store for the SelectionStyleInfo 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.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SelectionStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
SelectionStyleInfoStore()
Initializes a new instance of the SelectionStyleInfoStore class.
Declaration
public SelectionStyleInfoStore()
SelectionStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SelectionStyleInfoStore class.
Declaration
protected SelectionStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InteriorProperty
Provides information about the Interior property.
Declaration
public static readonly StyleInfoProperty InteriorProperty
Field Value
Type |
---|
StyleInfoProperty |
TextColorProperty
Provides information about the TextColor property.
Declaration
public static readonly StyleInfoProperty TextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to gets the static data.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Overridden to create the exact copy of the current instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Returns the copied object. |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable