menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxPosition

    An enum type that denotes the position of checkbox of the ListView. Available options are as follows Left and Right.

    Inheritance
    System.Object
    CheckBoxPosition
    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class CheckBoxPosition : Enum

    Fields

    Left

    Positions the checkbox to the left of the text content.

    Declaration
    public const CheckBoxPosition Left
    Field Value
    Type
    CheckBoxPosition

    Right

    Positions the checkbox to the right of the text content.

    Declaration
    public const CheckBoxPosition Right
    Field Value
    Type
    CheckBoxPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved