[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.SortMemberPath

SortMemberPath Method

SortMemberPath(string)

Configurates SortMemberPath. Sets the name of the property to use when sorting this column.

Declaration
public TBuilder SortMemberPath(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Use this property in cases where you want the sorting to be performed based on values other than the ones speficied by the Binding property.