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.v24.1.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 |
|
See Also