Skip to main content

IGrid.PagerVisible Property

Specifies whether the Grid displays the pager.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.Grid.v26.1.dll

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