SortableAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates if sorting is enabled for this property

public SortableAttribute(bool value = true)
parameter description
value if set to true (default) sorting is enabled.

Remarks

Initializes a new instance of the SortableAttribute class.

See Also