Class ListBoxToolbarSettings
Inheritance
System.Object
ListBoxToolbarSettings
Assembly: Syncfusion.EJ2.dll
public class ListBoxToolbarSettings : EJTagHelper
Constructors
Declaration
public ListBoxToolbarSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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[] |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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