DataSourceSelectResultProcessingOptions.AutoSort Property

Definition

Indicates whether sorting is done automatically by the ModelDataSourceView object.

public:
 property bool AutoSort { bool get(); void set(bool value); };
public bool AutoSort { get; set; }
member this.AutoSort : bool with get, set
Public Property AutoSort As Boolean

Property Value

true to indicate that sorting is done automatically; otherwise, false.

Applies to