Gets or sets the Maximum value for scroller.

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

Syntax

C#
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public double Maximum { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<NotifyParentPropertyAttribute(True)> _
Public Property Maximum As Double
	Get
	Set

See Also