ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / AccessKey Property

In This Topic
    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
    ExceptionDescription
    The specified access key is neither null, System.String.Empty nor a single character string.
    See Also