DataView.ApplyDefaultSort Propriété

Définition

Obtient ou définit une valeur qui indique s’il faut utiliser le tri par défaut. Le tri par défaut est (croissant) par toutes les clés primaires, comme spécifié par PrimaryKey.

public:
 property bool ApplyDefaultSort { bool get(); void set(bool value); };
[System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")]
public bool ApplyDefaultSort { get; set; }
public bool ApplyDefaultSort { get; set; }
[<System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")>]
member this.ApplyDefaultSort : bool with get, set
member this.ApplyDefaultSort : bool with get, set
Public Property ApplyDefaultSort As Boolean

Valeur de propriété

true, si le tri par défaut est utilisé ; sinon, false.

Attributs

S’applique à

Voir aussi