Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListBoxToolbarSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListBoxToolbarSettings

    Defines the ListBox tool bar settings.

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

    Constructors

    ListBoxToolbarSettings()

    Declaration
    public ListBoxToolbarSettings()

    Properties

    Items

    Specifies the list of tools for dual ListBox. The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'.

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

    Position

    Positions the toolbar before/after the ListBox. The possible values are:

    • Left: The toolbar will be positioned to the left of the ListBox.
    • Right: The toolbar will be positioned to the right of the ListBox.
    Declaration
    public ToolBarPosition Position { get; set; }
    Property Value
    Type Description
    ToolBarPosition

    Methods

    OnInitializedAsync()

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