Click or drag to resize
StyleChoiceList Property
Gets or sets choice list values.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute("")]
public string ChoiceList { get; set; }

Property Value

Type: String
The choice list values.
Remarks
Holds the items of pre-defined grid controls. Several controls such as ComboBox, ListBox, RadioButton use the ChoiceList property for specifying the possible choices.

The choice list string is specified using a string of items, each of which is separated by a newline and tab character. For example, the choice list for a TabbedComboBox could be: a\tb\naa\tbb.

PushButton uses the choice list string for the text to be displayed in the button.

See Also