Blazor

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

    Show / Hide Table of Contents

    Class ToolbarSettingsModel

    Interface for a class ToolbarSettings.

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

    Constructors

    ToolbarSettingsModel()

    Declaration
    public ToolbarSettingsModel()

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