Back to Devexpress

VGridControlBase.CanShowEditor Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-173efa3c.md

latest2.7 KB
Original Source

VGridControlBase.CanShowEditor Property

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool CanShowEditor { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanShowEditor As Boolean

Property Value

TypeDescription
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

ShowEditor()

ShowingEditor

ShownEditor

In-place Editors

Show and Hide Editors

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace