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

VGridControlBase.RefreshEditor() Method

Refreshes the active editor.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public virtual void RefreshEditor()

Remarks

There may be situations when the control’s data source is modified externally. In this case, modifying data source values will not automatically update the value displayed by the active editor. To synchronize the active editor’s value with the data source, call the RefreshEditor method.

If there is no active editor, the RefreshEditor method performs no actions.

See Also