Skip to main content

ASPxSchedulerImages.GetWarningImage(Page) Method

Returns the warning image.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public virtual ImageProperties GetWarningImage(
    Page page
)

#Parameters

Name Type Description
page Page

A ImageProperties object.

#Returns

Type Description
ImageProperties

An ImageProperties object that contains image settings.

See Also