1 override of Value
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
778
public sealed override object?
Value
=> PropertyValue;
1 reference to Value
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2960
string.Format(SR.PropertyGridPropertyValueSelectedFormat, changedItem.
Value
));