Skip to main content
All docs
V19.2

DateNavigatorProperties.CssFilePath Property

Overrides the EditPropertiesBase.CssFilePath property to hide it.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override string CssFilePath { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property is overridden to hide the corresponding property of the ASPxCalendar class.

See Also