DataViewSetting.ApplyDefaultSort 属性

定义

获取或设置一个值,该值指示是否使用默认排序。

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

属性值

如果使用默认排序方式,则为 true;否则为 false

适用于