DateTimeOffsetEdit.DateTimeOffset Property
Gets or sets the current DateTimeOffsetEdit editor value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DateTimeOffset | The current editor value. |
Remarks
The sample below illustrates how to specify the DateTimeOffsetEdit editor value in code.
See Also