Back to Devexpress

VGridControlBase.ShowingEditor Event

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-04ac4703.md

latest2.7 KB
Original Source

VGridControlBase.ShowingEditor Event

Allows the editor’s activation to be canceled.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public event CancelEventHandler ShowingEditor
vb
Public Event ShowingEditor As CancelEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled.

Remarks

The ShowingEditor event is raised before a cell’s inplace editor is activated and allows you to specify whether the editor can be invoked. To identify the cell whose editor is about to be invoked, use the VGridControlBase.FocusedRow, VGridControlBase.FocusedRecord and VGridControlBase.FocusedRecordCellIndex properties.

For more information, see Showing and Hiding Editors.

See Also

ShownEditor

HiddenEditor

ShowEditor()

ActiveEditor

HideEditor()

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace