net472_PropertyGridHelpers.Attributes_AllowBlankAttribute_AllowBlankAttribute - dparvin/PropertyGridHelpers GitHub Wiki

AllowBlankAttribute constructor

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).

See Also

⚠️ **GitHub.com Fallback** ⚠️