ITableColumnDefinition.IsSortable 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.
Indique si le colimn peut être trié à l’aide de l’interface utilisateur par défaut.
public:
property bool IsSortable { bool get(); };
public:
property bool IsSortable { bool get(); };
public bool IsSortable { get; }
member this.IsSortable : bool
Public ReadOnly Property IsSortable As Boolean
Valeur de propriété
Retourne Boolean.
Remarques
Si cette valeur retourne false, il n’y aura pas d’interface utilisateur intégrée permettant à l’utilisateur de trier la colonne.