ASPxScheduler.CssPostfix Property
In This Article
Overrides the ASPxWebControl.CssPostfix property to hide it.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value. |
#Remarks
This property is overridden to hide the corresponding property of the ASPxWebControl class, because the CssPostfix property isn’t appropriate for the ASPxScheduler class.
See Also