alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved