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.v24.1.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