Partager via


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 propriété pour déterminer si la IsCustomPagingEnabled pagination personnalisée est activée.

Note

Les propriétés et AllowCustomPaging les IsPagingEnabled propriétés doivent être true pour que cette propriété retourne true.

S’applique à

Voir aussi