ComponentOne ASP.NET MVC Controls
ShowRowFieldSort Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotGridBuilder Class : ShowRowFieldSort Method
The value.
Configurates C1.Web.Mvc.Olap.PivotGrid.ShowRowFieldSort. Sets a value that determines whether the grid should display sort indicators in the column headers for row fields.
Syntax
'Declaration
 
Public Function ShowRowFieldSort( _
   ByVal value As Boolean _
) As PivotGridBuilder
public PivotGridBuilder ShowRowFieldSort( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotGridBuilder Class
PivotGridBuilder Members