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

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

Returns whether resetting an object changes its value.
public CanResetValue ( object component ) : bool
component object The component to test for reset capability. /// This will be an IRow
Результат bool
    public override bool CanResetValue(object component)
    {
      return false;
    }