Class GroupDropAreaItemStyleInfoStore
Implements the data store for the GroupDropAreaItemStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GroupDropAreaItemStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GroupDropAreaItemStyleInfoStore()
Initializes a new instance of the GroupDropAreaItemStyleInfoStore class.
Declaration
public GroupDropAreaItemStyleInfoStore()
GroupDropAreaItemStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the GroupDropAreaItemStyleInfoStore class.
Declaration
protected GroupDropAreaItemStyleInfoStore(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 |
BaseStyleProperty
Provides information about the BaseStyle property.
Declaration
public static readonly StyleInfoProperty BaseStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
BordersProperty
Provides information about the Borders property.
Declaration
public static readonly StyleInfoProperty BordersProperty
Field Value
Type |
---|
StyleInfoProperty |
CloseIconColorProperty
Provides information about the CloseIconColor property.
Declaration
public static readonly StyleInfoProperty CloseIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the System.Drawing.Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
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 copy of the object. |