VAGSuite.CellHelperCollection.CellHelperCollectionPropertyDescriptor.CanResetValue C# (CSharp) Метод

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

public CanResetValue ( object component ) : bool
component object
Результат bool
            public override bool CanResetValue(object component)
            {
                return true;
            }