Back to Devexpress

BaseCheckEdit.FormatEditValue Event

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedit-872d0899.md

latest1.7 KB
Original Source

BaseCheckEdit.FormatEditValue Event

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event ConvertEditValueEventHandler FormatEditValue
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event FormatEditValue As ConvertEditValueEventHandler

Event Data

The FormatEditValue event's data class is ConvertEditValueEventArgs. The following properties provide information specific to this event:

PropertyDescription
HandledGets or sets a value specifying whether default edit value conversion/formatting is required.
ValueGets or sets either the edit or the display value of an editor.

See Also

BaseCheckEdit Class

BaseCheckEdit Members

DevExpress.XtraEditors Namespace