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

ASPxViewNavigator.Images Property

Provides access to the settings that define images displayed within the ASPxViewNavigator’s View Navigator.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public ViewNavigatorImages Images { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ViewNavigatorImages

An ViewNavigatorImages object, containing image settings.

Remarks

The ViewNavigatorImages object provides a number of properties that allow you to assign images to various elements within the ASPxViewNavigator.

See Also