Back to Devexpress

VGridControlBase.EditingValue Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-d3fd62b7.md

latest2.2 KB
Original Source

VGridControlBase.EditingValue Property

Gets or sets the cell value currently being edited.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual object EditingValue { get; set; }
vb
<Browsable(False)>
Public Overridable Property EditingValue As Object

Property Value

TypeDescription
Object

A Object object that represents the cell value currently being edited. null ( Nothing in Visual Basic) if no cell is currently being edited.

|

Remarks

You can use the EditingValue property to access or change the edit value. If no cell is currently being edited, assigning values to this property will have no effect.

You can also use the editor assigned to a cell to modify its value. The currently active editor can be accessed via the VGridControlBase.ActiveEditor property.

While the cell is being edited you can obtain the row and record where it resides via the VGridControlBase.FocusedRow and VGridControlBase.FocusedRecord properties.

See Also

ActiveEditor

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace