TimeEdit.Text Property
Gets the text string representing the edited time value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A string value representing the editor’s value. |
Remarks
This property overrides the base class property. Use the Text property to obtain the editor’s display text.
See Also