Defines the tool bar position of the TelerikListBox<TItem>. See ToolBarPosition.
Definition
Fields
Positions the tool bar below the list box.
C#
Bottom = 2
Positions the tool bar to the left of the list box.
C#
Left = 3
Positions the tool bar to the right of the list box.
C#
Right = 1
Positions the tool bar above the list box.
C#
Top = 0