Skip to main content
A newer version of this page is available. .
Tab

ASPxPagerBase.ShowDefaultImages Property

Gets or sets whether default button images are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to show default button images; otherwise, false.

Remarks

To provide custom button images use the PagerButtonProperties.Image property.

See Also