Skip to main content
All docs
V19.2

ASPxScheduler.DisabledStyle Property

Overrides the ASPxWebControl.DisabledStyle property.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override DisabledStyle DisabledStyle { get; }

Property Value

Type Description
DisabledStyle

A DisabledStyle object.

Remarks

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

See Also