Skip to main content
A newer version of this page is available.
All docs
V18.2

PropertyGridControl.RefreshEditor() Method

Refreshes the active editor.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public override 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.

The RefreshEditor method performs no actions if:

See Also