EditingField.GetEditValue<T>() Method
Returns the current value of an editing field.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Type Parameters
Name |
---|
T |
Returns
Type | Description |
---|---|
T | A <T> object that specifies the current field value. |
See Also