Skip to main content
Tab

ASPxPagerBase.ShowDefaultImages Property

Gets or sets whether default button images are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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