Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a large distance.

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()]
public double LargeChange { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute()> _
Public Property LargeChange As Double
	Get
	Set

See Also