Gets or sets the vertical scroll button location.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(C1VButtonLocation.Center)]
public C1VButtonLocation ButtonLocation { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(C1VButtonLocation.Center)> _
Public Property ButtonLocation As C1VButtonLocation
	Get
	Set

See Also