DataView.ApplyDefaultSort Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to use the default sort. The default sort is (ascending) by all primary keys as specified by PrimaryKey.
public:
 property bool ApplyDefaultSort { bool get(); void set(bool value); };public bool ApplyDefaultSort { get; set; }[System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")]
public bool ApplyDefaultSort { get; set; }member this.ApplyDefaultSort : bool with get, set[<System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")>]
member this.ApplyDefaultSort : bool with get, setPublic Property ApplyDefaultSort As BooleanProperty Value
true, if the default sort is used; otherwise, false.
- Attributes