EditingField.GetEditValue<T>() Method
Returns the current value of an editing field.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Type Parameters
Name |
---|
T |
Returns
Type | Description |
---|---|
T | A <T> object that specifies the current field value. |
See Also