Determines where NavigationBar will place navigation buttons.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum NavigationButtonsPosition
Visual Basic
Public Enumeration NavigationButtonsPosition

Members

Member nameDescription
BothAtLeft Both buttons will be at left of the title text.
BothAtRight Both buttons will be at right of the title text.
LeftAndRight Buttons will be at left and at right of the title text.

See Also