Skip to main content

VGridOptionsBehavior.ShowEditorOnMouseUp Property

Gets or sets whether a cell editor is activated when the left mouse button is released. This property is obsolete, use EditorShowMode instead.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual bool ShowEditorOnMouseUp { get; set; }

Property Value

Type Default Description
Boolean false

true if EditorShowMode is set to MouseUp; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowEditorOnMouseUp
VGridControlBase
.OptionsBehavior .ShowEditorOnMouseUp
See Also