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

VGridControlBase.RefreshEditor(RowProperties, Object) Method

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public virtual void RefreshEditor(
    RowProperties properties,
    object value
)

Parameters

Name Type
properties RowProperties
value Object
See Also