ARIA
Wisej.Web.Ext.WebARIA.ARIA
Last updated
Was this helpful?
Wisej.Web.Ext.WebARIA.ARIA
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.WebARIA
Assembly: Wisej.Web.Ext.WebARIA (3.2.0.0)
Represents the WAI-ARIA properties associated to a .
: Returns or sets the control that the element is described by. (Default: null
)
: Returns or sets whether the element is expanded. (Default: NotSet
)
: Returns or sets whether the element is visible. (Default: NotSet
)
: Returns or sets the label. (Default: ""
)
: Returns or sets the label that the element is labeled by. (Default: null
)
: Returns or sets whether the element is read only. (Default: NotSet
)
: Returns or set whether a value is required. (Default: NotSet
)
: Returns or sets whether the element is selected. (Default: NotSet
)
: Returns or sets the maximum value. (Default: null
)
: Returns or sets the minimum value. (Default: null
)
: Returns or sets the current value. (Default: null
)
: Returns or sets the value text. (Default: ""
)