SortableAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates if sorting is enabled for this property

[AttributeUsage(AttributeTargets.All)]
public class SortableAttribute : Attribute

Public Members

name description
SortableAttribute(…) Initializes a new instance of the SortableAttribute class.
Value { get; } Gets a value indicating whether this SortableAttribute is enabled.

See Also