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

TimeEdit.Text Property

Gets the text string representing the edited time value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
[Bindable(false)]
public override string Text { get; set; }

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