net472_PropertyGridHelpers.Attributes_AllowBlankAttribute_AllowBlankAttribute - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the AllowBlankAttribute
class.
public AllowBlankAttribute(bool allow = true, bool includeItem = false, string resourceItem = "")
parameter | description |
---|---|
allow | if set to true allow blank values in the property. |
includeItem | if set to true include item in the dropdown to indicate blank. |
resourceItem | The resource item to use for displaying the blank item (Leaves it empty when this is not provided). |
- class AllowBlankAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers