Skip to main content
All docs
V25.1
  • 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.v25.1.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