BindingSource.SupportsSorting Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si la source de données prend en charge le tri.
public:
virtual property bool SupportsSorting { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool SupportsSorting { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SupportsSorting : bool
Public Overridable ReadOnly Property SupportsSorting As Boolean
Valeur de propriété
true si la source de données est un IBindingList et prend en charge le tri ; sinon, false.
Implémente
- Attributs
Remarques
Si la source de données n’est pas un IBindingList, la SupportsSorting propriété retourne falsetoujours .