ComponentOne ASP.NET MVC Controls
RowHeaderPath Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : RowHeaderPath Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.RowHeaderPath. Sets the name of the property used to create row header cells.
Syntax
'Declaration
 
Public Overridable Function RowHeaderPath( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder RowHeaderPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Row header cells are not visible or selectable. They are meant for use with accessibility tools.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members