DateTimeOffsetEdit.DateTimeOffset Property
Gets or sets the current DateTimeOffsetEdit editor value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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