Skip to main content

VGridControlBase.CanShowEditor Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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