Skip to main content
A newer version of this page is available.
All docs
V18.2

DateNavigatorProperties.CssPostfix Property

Overrides the EditPropertiesBase.CssPostfix property to hide it.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override string CssPostfix { 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