Skip to main content
All docs
V20.2

PropertyGridControl.RefreshEditor() Method

Refreshes the active editor.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

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