Class CheckerPlacement
This enumeration indicates whether the checkbox checker should be placed either before the content or after the content.
Inheritance
System.Object
CheckerPlacement
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class CheckerPlacement : Enum
Fields
AfterContent
Checkbox checker appears after the cell content.
Declaration
public const CheckerPlacement AfterContent
Field Value
Type |
---|
CheckerPlacement |
BeforeContent
Checkbox checker appears before the cell content.
Declaration
public const CheckerPlacement BeforeContent
Field Value
Type |
---|
CheckerPlacement |