Skip to main content

EditingField.GetEditValue<T>() Method

Returns the current value of an editing field.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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