[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.AriaLabel

AriaLabel Method

AriaLabel(string)

Configurates AriaLabel. Sets the aria-label attribute of "GroupPanel" element.

Declaration
public FlexGridGroupPanelBuilder<T> AriaLabel(string value)
Public Function AriaLabel(value As String) As FlexGridGroupPanelBuilder(Of T)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
FlexGridGroupPanelBuilder<T>

Current builder.

Remarks

The default value for this property is "Grouped columns panel".