Click or drag to resize

EnumCheckBoxListTIncludeNoneFlag Property

Gets or sets a value indicating whether to include a 'None' when the enumeration has the [Flags] attribute.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IncludeNoneFlag { get; set; }

Property Value

Type: Boolean
true to include the none flag; otherwise, false.
See Also