PagedDataSource.IsPagingEnabled 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 pagination est activée.
public:
property bool IsPagingEnabled { bool get(); };
public bool IsPagingEnabled { get; }
member this.IsPagingEnabled : bool
Public ReadOnly Property IsPagingEnabled As Boolean
Valeur de propriété
true si la pagination est activée ; sinon, false.
Remarques
Utilisez la propriété pour déterminer si la IsPagingEnabled pagination est activée.
Note
La AllowPaging propriété doit être true et la PageSize propriété ne peut pas être définie sur 0 pour que cette propriété retourne true.