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

ASPxSchedulerImages.TimeIndicator Property

Gets the settings of an image displayed within the time indicator.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ImageProperties TimeIndicator { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

See Also