Skip to main content

CheckEditingField.EditValue Property

Overrides the EditingField.EditValue property.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public override object EditValue { get; set; }

Property Value

Type
Object

Remarks

This property is intended to hide the corresponding property of the EditingField class. Use the CheckEditingField.CheckState property instead.

See Also