A newer version of this page is available.
Switch to the current version.
ASPxPagerBase.ShowDefaultImages Property
Gets or sets whether default button images are shown.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowDefaultImages { get; set; }
<DefaultValue(True)>
Public Property ShowDefaultImages As Boolean
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
Feedback