Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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