ComponentOne ASP.NET MVC Controls
ShowSort Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ShowSort Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ShowSort. Sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
 
Public Overridable Function ShowSort( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder ShowSort( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.
See Also

Reference

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