Interface IPropertyGridVariant
Container for the property values in the PropertyGrid.
public interface IPropertyGridVariant : IDisposable
Properties
- AsDateTime
Gets or sets variant value as DateTime.
- IsNull
Gets whether value is null.
Methods
- Clear()
Clears variant.
- GetCompatibleValue(IPropertyGridItem)
Gets value in the compatible format for use with IPropertyGridItem.
- SetCompatibleValue(object?, PropertyInfo)
Sets value in the compatible format.
- ToString()
Returns value as string for any type of variant.