Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AriaAttributesMapping - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AriaAttributesMapping

    An class that holds item aria attributes mapping

    Inheritance
    System.Object
    AriaAttributesMapping
    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AriaAttributesMapping : Object

    Constructors

    AriaAttributesMapping()

    Declaration
    public AriaAttributesMapping()

    Properties

    GroupItemRole

    Declaration
    public string GroupItemRole { get; set; }
    Property Value
    Type Description
    System.String

    ItemRole

    Declaration
    public string ItemRole { get; set; }
    Property Value
    Type Description
    System.String

    ItemText

    Declaration
    public string ItemText { get; set; }
    Property Value
    Type Description
    System.String

    Level

    Declaration
    public double Level { get; set; }
    Property Value
    Type Description
    System.Double

    ListRole

    Declaration
    public string ListRole { get; set; }
    Property Value
    Type Description
    System.String

    WrapperRole

    Declaration
    public string WrapperRole { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved