Skip to main content

IGrid.PagerVisible Property

Specifies whether the Grid displays the pager.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v25.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
bool PagerVisible { get; set; }

Property Value

Type Default Description
Boolean true

true to display the pager; otherwise, false.

Remarks

Refer to the PagerVisible property description for additional information and an example.

See Also