Skip to main content
A newer version of this page is available. .

EditingField.GetEditValue<T>() Method

Returns the current value of an editing field.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public T GetEditValue<T>()

Type Parameters

Name
T

Returns

Type Description
T

A <T> object that specifies the current field value.

See Also