Gets or sets a value indicating the alignment of scroll buttons.

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

Syntax

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

See Also