Class AriaAttributesMapping
An class that holds item aria attributes mapping
Inheritance
System.Object
AriaAttributesMapping
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 |
|