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

VGridControlBase.CanShowEditor Property

Gets a value which indicates whether the vertical grid can activate cell editors.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public virtual bool CanShowEditor { get; }

Property Value

Type Description
Boolean

true, if the vertical grid can activate cell editors; otherwise, false.

Remarks

The CanShowEditor property returns false in the following cases:

For additional information, see Showing and Hiding Editors.

See Also