Click or drag to resize

EnumCheckBoxListT Properties

The EnumCheckBoxListT generic type exposes the following members.

Properties
  NameDescription
Public propertyGetText
Gets or sets a delegate used to get the text value for each item.
Public propertyIncludeNoneFlag
Gets or sets a value indicating whether to include a 'None' when the enumeration has the [Flags] attribute.
Public propertySelectedValues
Gets or sets the currently selected enumeration value
Public propertySelectedValuesBinding
Gets a binding to the SelectedValues property.
Public propertySortAlphabetically
Gets or sets a value indicating that the items in the list are sorted alphabetically, instead of by numerical value of the enumeration
Top
See Also