Skip to main content
Tab

PagerButtonProperties.Visible Property

Gets or sets a value specifying the visibility of a pager button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual bool Visible { get; set; }

#Property Value

Type Description
Boolean

true if the button is visible; otherwise false.

See Also