Skip to main content
All docs
V23.2

PropertyGridControl.RefreshEditor(RowProperties, Object) Method

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public override void RefreshEditor(
    RowProperties properties,
    object value
)

Parameters

Name Type
properties RowProperties
value Object
See Also