Skip to main content
Tab

PagerSettingsEx.Visible Property

Gets or sets whether the pager is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Boolean true

true to show the pager; otherwise, false.

See Also