Class ListBoxToolBarPosition
Defines the tool bar position of the TelerikListBox<TItem>. See ToolBarPosition.
Inheritance
System.Object
ListBoxToolBarPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ListBoxToolBarPosition : Enum
Fields
Bottom
Positions the tool bar below the list box.
Declaration
public const ListBoxToolBarPosition Bottom
Field Value
ListBoxToolBarPosition
|
Left
Positions the tool bar to the left of the list box.
Declaration
public const ListBoxToolBarPosition Left
Field Value
ListBoxToolBarPosition
|
Right
Positions the tool bar to the right of the list box.
Declaration
public const ListBoxToolBarPosition Right
Field Value
ListBoxToolBarPosition
|
Top
Positions the tool bar above the list box.
Declaration
public const ListBoxToolBarPosition Top
Field Value
ListBoxToolBarPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|