Gets or sets a value indicating whether C1SuperPanel provides keyboard support.

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

Syntax

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

See Also