Property Choices
Choices
The items that can be selected, that is, the choices. Usually these are the names for the individual buttons.
Declaration
public IEnumerable<string> Choices { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | Usually the names for the individual buttons. |