Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: 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
VGridControl
.OptionsBehavior .ShowEditorOnMouseUp
VGridControlBase
.OptionsBehavior .ShowEditorOnMouseUp
See Also