menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCheckBox - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCheckBox

    Collection of Check box Color

    Inheritance
    System.Object
    GridCheckBox
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GridCheckBox

    Constructors

    GridCheckBox()

    Declaration
    public GridCheckBox()

    Properties

    BackColor

    Get / set the back color of check box

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

    BorderColor

    Get / set the border color of checkbox

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

    CheckColor

    Get / set the check marker color

    Declaration
    public Color CheckColor { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved