Gets or sets a value indicating whether C1SuperPanel has mouse wheel support.

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

See Also