Class GridCheckBoxCellInfoStore
Implements the data store for the GridCheckBoxCellInfo 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.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[StaticDataField("sd")]
public class GridCheckBoxCellInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GridCheckBoxCellInfoStore()
Initializes a new instances of the GridCheckBoxCellInfo class.
Declaration
public GridCheckBoxCellInfoStore()
Fields
CheckedValueProperty
Provides information about the CheckedValue property.
Declaration
public static readonly StyleInfoProperty CheckedValueProperty
Field Value
Type |
---|
StyleInfoProperty |
FlatLookProperty
Provides information about the FlatLook property.
Declaration
public static readonly StyleInfoProperty FlatLookProperty
Field Value
Type |
---|
StyleInfoProperty |
IndetermValueProperty
Provides information about the IndetermValue property.
Declaration
public static readonly StyleInfoProperty IndetermValueProperty
Field Value
Type |
---|
StyleInfoProperty |
UncheckedValueProperty
Provides information about the UncheckedValue property.
Declaration
public static readonly StyleInfoProperty UncheckedValueProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Overrides and creates an exact copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Copy of current object. |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable