Skip to main content
Tab

PagerSettingsEx.ShowDefaultImages Property

Gets or sets whether default button images are shown.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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