Class CellCheckBoxAlignment
Defines the constant that specify the alignment of the check box in SfDataGrid.
Inheritance
System.Object
CellCheckBoxAlignment
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class CellCheckBoxAlignment : Enum
Fields
Left
Specifies that the check box will be left aligned.
Declaration
public const CellCheckBoxAlignment Left
Field Value
| Type |
|---|
| CellCheckBoxAlignment |
Right
Specifies that the check box will be right aligned.
Declaration
public const CellCheckBoxAlignment Right
Field Value
| Type |
|---|
| CellCheckBoxAlignment |