Skip to main content
All docs
V23.2

DateTimeOffsetEdit.Text Property

Gets the editor’s display text. Do not modify this property, use the DateTimeOffsetEdit.DateTimeOffset property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

The editor’s display text.

See Also