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

ASPxSchedulerImages Class

Contains settings that allow images to be defined for the scheduler’s specific elements.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxSchedulerImages :
    ImagesBase

The following members accept/return ASPxSchedulerImages objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapScheduler.Images
ASP.NET Web Forms Controls AppointmentRecurrenceFormSettings.Images
ASPxScheduler.Images
SchedulerSettings.Images

Remarks

An object of the ASPxSchedulerImages type can be accessed via the ASPxScheduler.Images property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ASPxSchedulerImages class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

Inheritance

See Also