PagedDataSource.IsCustomPagingEnabled Propriété

Définition

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.

S’applique à

Voir aussi