PagedDataSource.IsCustomPagingEnabled 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 personnalisée est activée.
public:
property bool IsCustomPagingEnabled { bool get(); };
public bool IsCustomPagingEnabled { get; }
member this.IsCustomPagingEnabled : bool
Public ReadOnly Property IsCustomPagingEnabled As Boolean
Valeur de propriété
true
si la pagination personnalisée est activée ; sinon, false
.
Remarques
Utilisez la IsCustomPagingEnabled propriété pour déterminer si la pagination personnalisée est activée.
Notes
IsPagingEnabled Les propriétés et AllowCustomPaging doivent être pour true
que cette propriété retourne true
.