SortableAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the SortableAttribute class.

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

See Also