Back to Devexpress

VGridOptionsBehavior.ShowEditorOnMouseUp Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-80f2e539.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual bool ShowEditorOnMouseUp { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowEditorOnMouseUp As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowEditorOnMouseUp
VGridControlBase

.OptionsBehavior .ShowEditorOnMouseUp

|

See Also

EditorShowMode

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace