alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum CheckBoxPosition

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

    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum CheckBoxPosition

    Fields

    Name Description
    Left

    Positions the checkbox to the left of the text content.

    Right

    Positions the checkbox to the right of the text content.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved