Skip to main content
Tab

NewsControlPagerSettings.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(false)]
public override bool ShowDefaultImages { get; set; }

Property Value

Type Default Description
Boolean false

true, to show default button images; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowDefaultImages
ASPxNewsControl
.PagerSettings .ShowDefaultImages
See Also