Back to Devexpress

CheckEditingField.EditValue Property

corelibraries-devexpress-dot-xtraprinting-dot-checkeditingfield-aa25f30c.md

latest1.4 KB
Original Source

CheckEditingField.EditValue Property

Overrides the EditingField.EditValue property.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public override object EditValue { get; set; }
vb
<Browsable(False)>
Public Overrides Property EditValue As Object

Property Value

Type
Object

Remarks

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

See Also

CheckEditingField Class

CheckEditingField Members

DevExpress.XtraPrinting Namespace