DateRangeControl.IsTextReadOnly Property
Gets or sets whether the date text box is read-only. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | Specifies whether the editors text box is read-only. |
Remarks
Set the IsTextReadOnly
property to true
to make the date text box read-only. In this mode, users can select dates only in the pop-up calendar, and the calendar button is available for the start and end date text boxes.
Set the IsTextReadOnly
property to false
to make the date text box editable. In this mode, users can select dates in the pop-up calendar or enter dates manually, and the calendar button is available for the end date text box only.