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

PagerStyles.DisabledButton Property

Gets the style settings used to paint disabled navigation buttons within the pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PagerButtonStyle DisabledButton { get; }

Property Value

Type Description
PagerButtonStyle

A PagerButtonStyle object containing style settings.

See Also