DateTimeOffsetEdit.DateTimeOffset Property
In This Article
Gets or sets the current DateTimeOffsetEdit editor value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual DateTimeOffset DateTimeOffset { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The current editor value. |
#Remarks
The sample below illustrates how to specify the DateTimeOffsetEdit editor value in code.
See Also