ArcDataBinding.FieldPropertyDescriptor.ResetValue C# (CSharp) Метод

ResetValue() публичный Метод

Resets the value for this property of the component to the default value.
public ResetValue ( object component ) : void
component object The component (an IRow) with the property value /// that is to be reset to the default value.
Результат void
    public override void ResetValue(object component)
    {

    }