Skip to main content

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

public T GetEditValue<T>()

Type Parameters

Name
T

Returns

Type Description
T

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

See Also