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

PagerSettingsEx.ShowDefaultImages Property

Gets or sets whether default button images are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual 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