Skip to main content
A newer version of this page is available. .
Tab

ASPxCalendar.ReadOnly Property

Overrides the ASPxEdit.ReadOnly property to hide the calendar’s footer that contains the Today and Clear buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override bool ReadOnly { get; set; }

Property Value

Type Description
Boolean

true, if an end-user cannot change the editor’s contents; otherwise, false.

See Also