Click or drag to resize
ControlItemAccessKey Property
Gets or sets the access key that allows you to quickly navigate to the Web server control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override string AccessKey { get; set; }

Property Value

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