C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / AccessKey Property

AccessKey Property (C1Accordion)
Gets or sets the access key that allows you to quickly navigate to the Web server control.
Syntax
'Declaration
 
Public Overrides Property AccessKey As System.String
 

Property Value

The access key for quick navigation to the Web server control. The default value is System.String.Empty, which indicates that this property is not set.
Exceptions
ExceptionDescription
The specified access key is neither null, System.String.Empty nor a single character string.
See Also