AccessKey Property (C1Accordion)
In This Topic
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
public override System.string AccessKey {get; set;}
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
Exception | Description |
System.ArgumentOutOfRangeException | The specified access key is neither null, System.String.Empty nor a single character string. |
See Also