A newer version of this page is available.
Switch to the current version.
ASPxScheduler.Styles Property
Provides access to style settings that control the appearance of the ASPxScheduler elements.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public ASPxSchedulerStyles Styles { get; }
Public ReadOnly Property Styles As ASPxSchedulerStyles
Property Value
Type | Description |
---|---|
ASPxSchedulerStyles | A ASPxSchedulerStylesobject that provides style settings for the scheduler elements. |
Remarks
The ASPxSchedulerStyles object provides a number of properties that allow style settings of various scheduler elements to be customized.
See Also
Feedback