Class CheckBoxCellStyleInfoStore
Implements the data store for the CheckBoxCellStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class CheckBoxCellStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CheckBoxCellStyleInfoStore()
Initializes a new instance of the CheckBoxCellStyleInfoStore class.
Declaration
public CheckBoxCellStyleInfoStore()
CheckBoxCellStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CheckBoxCellStyleInfoStore class.
Declaration
protected CheckBoxCellStyleInfoStore(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
CheckBoxAlignmentProperty
Provides information about the CheckBoxAlignment property.
Declaration
public static readonly StyleInfoProperty CheckBoxAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckedBackColorProperty
Provides information about the CheckedBackColor property.
Declaration
public static readonly StyleInfoProperty CheckedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckedBorderColorProperty
Provides information about the CheckedBorderColor property.
Declaration
public static readonly StyleInfoProperty CheckedBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
CheckedTickColorProperty
Provides information about the CheckedTickColor property.
Declaration
public static readonly StyleInfoProperty CheckedTickColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IndeterminateBackColorProperty
Provides information about the IndeterminateBackColor property.
Declaration
public static readonly StyleInfoProperty IndeterminateBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IndeterminateBorderColorProperty
Provides information about the IndeterminateBorderColor property.
Declaration
public static readonly StyleInfoProperty IndeterminateBorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
IndeterminateColorProperty
Provides information about the IndeterminateColor property.
Declaration
public static readonly StyleInfoProperty IndeterminateColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UncheckedBackColorProperty
Provides information about the UncheckedBackColor property.
Declaration
public static readonly StyleInfoProperty UncheckedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UncheckedBorderColorProperty
Provides information about the UncheckedBorderColor property.
Declaration
public static readonly StyleInfoProperty UncheckedBorderColorProperty
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. |