Class GridCheckBoxCellStyleInfo
Represents the class to define the style for GridControl control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridCheckBoxCellStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
GridCheckBoxCellStyleInfo()
It contains the value of the GridCheckBoxCellStyleInfo property.
Declaration
public GridCheckBoxCellStyleInfo()
GridCheckBoxCellStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the GridCheckBoxCellStyleInfo class.
Declaration
public GridCheckBoxCellStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this GridCheckBoxCellStyleInfoStore. |
GridCheckBoxCellStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the GridCheckBoxCellStyleInfo class.
Declaration
public GridCheckBoxCellStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this GridCheckBoxCellStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background color of CheckBox rectangle.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color of CheckBox rectangle.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default values of GridCheckBoxCellStyleInfo instance.
Declaration
public static GridCheckBoxCellStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
GridCheckBoxCellStyleInfo |
TickColor
Gets or sets the checked tick color.
Declaration
[ThemeStudio]
public Color TickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets the default style value of the GridCheckBoxCellStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |