alexa

    Show / Hide Table of Contents

    Enum CheckerPlacement

    This enumeration indicates whether the checkbox checker should be placed either before the content or after the content.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public enum CheckerPlacement

    Fields

    Name Description
    AfterContent

    Checkbox checker appears after the cell content.

    BeforeContent

    Checkbox checker appears before the cell content.

    Back to top Generated by DocFX