QueryDisplayTextEventArgs.EditValue Property
Gets the current edit value.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Object | An object representing the editor’s value. |
Remarks
Use the EditValue property to get the value to be formatted. To specify a custom display text for the currently processed value, use the QueryDisplayTextEventArgs.DisplayText property.
See Also