Skip to main content
A newer version of this page is available. .
All docs
V20.2

DateTimeOffsetEdit.EditValue Property

Gets or sets the current editor value. Use this property to bind an editor to a data source field. To manually set the editor value in code, use the DateTimeOffsetEdit.DateTimeOffset property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public override object EditValue { get; set; }

Property Value

Type Default Description
Object *null*

The current editor value.

See Also