WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxCellStyleInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxCellStyleInfo

    Represents a class that contains the properties for customizing the styles of the check box.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    CheckBoxCellStyleInfo
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.SubObjectIdentity
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Owner
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.ClearCache()
    StyleInfoBase.Dispose()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.BeginInit()
    StyleInfoBase.EndInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.Store
    StyleInfoBase.CacheValues
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.Updating
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsChanged
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.WinForms.DataGrid.Styles
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class CheckBoxCellStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    CheckBoxCellStyleInfo()

    Initializes a new instance of the CheckBoxCellStyleInfo class.

    Declaration
    public CheckBoxCellStyleInfo()

    CheckBoxCellStyleInfo(StyleInfoSubObjectIdentity)

    Initializes a new instance of the CheckBoxCellStyleInfo class.

    Declaration
    public CheckBoxCellStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    .

    CheckBoxCellStyleInfo(StyleInfoSubObjectIdentity, CheckBoxCellStyleInfoStore)

    Initializes a new instance of the CheckBoxCellStyleInfo class.

    Declaration
    public CheckBoxCellStyleInfo(StyleInfoSubObjectIdentity identity, CheckBoxCellStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    .

    CheckBoxCellStyleInfoStore store

    The CheckBoxCellStyleInfo.

    CheckBoxCellStyleInfo(CheckBoxCellStyleInfo)

    Initializes a new instance of the CheckBoxCellStyleInfo class.

    Declaration
    public CheckBoxCellStyleInfo(CheckBoxCellStyleInfo style)
    Parameters
    Type Name Description
    CheckBoxCellStyleInfo style

    The CheckBoxCellStyleInfo that need to be initialized.

    CheckBoxCellStyleInfo(CheckBoxCellStyleInfoStore)

    Initializes a new instance of the CheckBoxCellStyleInfo class.

    Declaration
    public CheckBoxCellStyleInfo(CheckBoxCellStyleInfoStore store)
    Parameters
    Type Name Description
    CheckBoxCellStyleInfoStore store

    The CheckBoxCellStyleInfoStore.

    Fields

    Empty

    Maintains the default style of the currentcell to read.

    Declaration
    public static readonly CheckBoxCellStyleInfo Empty
    Field Value
    Type Description
    CheckBoxCellStyleInfo

    Properties

    CheckBoxAlignment

    Gets or sets a value indicating the alignment of the check box.

    Declaration
    public CellCheckBoxAlignment CheckBoxAlignment { get; set; }
    Property Value
    Type Description
    CellCheckBoxAlignment

    CheckedBackColor

    Gets or sets the back color of the checked state check box.

    Declaration
    public Color CheckedBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckedBorderColor

    Gets or sets the border color of the checked state check box.

    Declaration
    public Color CheckedBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    CheckedTickColor

    Gets or sets the tick color of the checked state check box.

    Declaration
    public Color CheckedTickColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Default

    Gets the default style of the CheckBoxCellStyleInfo.

    Declaration
    public static CheckBoxCellStyleInfo Default { get; }
    Property Value
    Type Description
    CheckBoxCellStyleInfo

    IndeterminateBackColor

    Gets or sets the back color of the indeterminate state check box.

    Declaration
    public Color IndeterminateBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    IndeterminateBorderColor

    Gets or sets the border color of the indeterminate state check box.

    Declaration
    public Color IndeterminateBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    IndeterminateColor

    Gets or sets the color of the indeterminate state check box.

    Declaration
    public Color IndeterminateColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    UncheckedBackColor

    Gets or sets the back color of the unchecked state check box.

    Declaration
    public Color UncheckedBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    UncheckedBorderColor

    Gets or sets the border color of the unchecked state check box.

    Declaration
    public Color UncheckedBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    GetDefaultStyle()

    Retrieves the default style of the current cell.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    Returns the default style of the current cell.

    Overrides
    StyleInfoBase.GetDefaultStyle()

    MakeCopy(StyleInfoBase, StyleInfoProperty)

    Makes an exact copy of the current object.

    Declaration
    public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase newOwner

    The new owner style object for the copied object.

    StyleInfoProperty sip

    The identifier for this object.

    Returns
    Type Description
    IStyleInfoSubObject

    A copy of the current object registered with the new owner style object.

    Overrides
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved