Blazor

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

    Show / Hide Table of Contents

    Class ListBoxToolbarSettings

    Specifies the ListBox tool bar settings.

    Inheritance
    System.Object
    ListBoxToolbarSettings
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ListBoxToolbarSettings : OwningComponentBase

    Constructors

    ListBoxToolbarSettings()

    Declaration
    public ListBoxToolbarSettings()

    Properties

    Items

    Gets or sets a value that indicates the list of toolbar items used in dual listbox.

    Declaration
    public string[] Items { get; set; }
    Property Value
    Type Description
    System.String[]

    The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'

    Position

    Gets or sets a value that indicates the position of toolbar in the listbox.

    Declaration
    public ToolBarPosition Position { get; set; }
    Property Value
    Type Description
    ToolBarPosition

    One of the ToolBarPosition enumeration. The default value is Left.

    Remarks

    If the ToolBarPosition is Left, the toolbar will be positioned to the left of the ListBox. If the ToolBarPosition is Right, the toolbar will be positioned to the right of the ListBox.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved