System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.ShouldSerializeValue C# (CSharp) Method

ShouldSerializeValue() public method

public ShouldSerializeValue ( object component ) : bool
component object
return bool
                public override bool ShouldSerializeValue(object component)
                {
                    return _property.ShouldSerializeValue(_target);
                }
            }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor