Use the members of this enumeration to display the position of the buttons.

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

Syntax

C#
public enum ButtonsDisplayPosition
Visual Basic (Declaration)
Public Enumeration ButtonsDisplayPosition

Members

Member nameDescription
None Indicates that buttons are not visible.
Right Show the buttons at the right.
Left Show the buttons at the left.

See Also