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

ASPxResourceNavigator.Images Property

Provides access to the settings that define images displayed within the Resource Navigator.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ResourceNavigatorImages Images { get; }

Property Value

Type Description
DevExpress.Web.ASPxScheduler.ResourceNavigatorImages

An ASPxSchedulerImages object, containing image settings.

Remarks

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

See Also