DataSourceSelectResultProcessingOptions.AutoSort 属性

定义

指示是否由 ModelDataSourceView 对象自动完成排序。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

属性值

Boolean

如果指示排序页自动完成,则为 true;否则为 falsetrue to indicate that sorting is done automatically; otherwise, false.

适用于