VGridControlBase.CanShowEditor Property
Gets a value which indicates whether the vertical grid can activate cell editors.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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:
- the grid’s VGridOptionsBehavior.Editable property is set to false;
- the row’s RowProperties.AllowEdit property is set to false;
- the row’s EditorRow.Enabled property is set to false;
- the VGridControlBase.ShowingEditor event handler prohibits invoking an editor.
For additional information, see Showing and Hiding Editors.
See Also