Partager via


GridColumn.IsSortable - Propriété

Obtient ou définit une valeur qui indique si la colonne est triable.

Espace de noms :  Microsoft.SharePoint.JSGrid
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property IsSortable As Boolean
    Get
    Set
'Utilisation
Dim instance As GridColumn
Dim value As Boolean

value = instance.IsSortable

instance.IsSortable = value
public bool IsSortable { get; set; }

Valeur de propriété

Type : System.Boolean
true si la colonne est triable ; dans le cas contraire, false.

Voir aussi

Référence

GridColumn classe

GridColumn - Membres

Microsoft.SharePoint.JSGrid - Espace de noms