Property GetValueFuncForReload
GetValueFuncForReload
Gets or sets function used when property is reloaded.
public Func<IPropertyGridItem?, object, PropertyInfo, object?>? GetValueFuncForReload { get; set; }
Property Value
Remarks
If it is not specified, default mechanism is used for reload.