ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ListBoxToolbarSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    ListBoxToolbarSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.DropDowns
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ListBoxToolbarSettingsBuilder : ControlBuilder

    Constructors

    ListBoxToolbarSettingsBuilder()

    Declaration
    public ListBoxToolbarSettingsBuilder()

    ListBoxToolbarSettingsBuilder(ListBoxToolbarSettings)

    Declaration
    public ListBoxToolbarSettingsBuilder(ListBoxToolbarSettings model)
    Parameters
    Type Name Description
    ListBoxToolbarSettings model

    Methods

    Items(String[])

    Specifies the list of tools for dual ListBox. The predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

    Declaration
    public ListBoxToolbarSettingsBuilder Items(string[] value)
    Parameters
    Type Name Description
    System.String[] value
    Returns
    Type Description
    ListBoxToolbarSettingsBuilder

    Position(ToolBarPosition)

    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 ListBoxToolbarSettingsBuilder Position(ToolBarPosition value)
    Parameters
    Type Name Description
    ToolBarPosition value
    Returns
    Type Description
    ListBoxToolbarSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved