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

适用于