DataViewSetting.ApplyDefaultSort Property

Definition

Gets or sets a value indicating whether to use the default sort.

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

Property Value

true if the default sort is used; otherwise false.

Applies to