Class GridRadioButton
Collection of radio button color
Inheritance
System.Object
GridRadioButton
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridRadioButton : Object
Constructors
GridRadioButton()
Declaration
public GridRadioButton()
Properties
CheckedColor
Get / set radio button checked color
Declaration
public Color CheckedColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
RadioButtonColor
Get / set radio button color
Declaration
public Color RadioButtonColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |