PropertyGridControl.RefreshEditor(RowProperties, Object) Method
In This Article
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public override void RefreshEditor(
RowProperties properties,
object value
)
#Parameters
Name | Type |
---|---|
properties | Row |
value | Object |
See Also