IMinutesField.ListBoxData Property

Gets or sets the Listbox data of the field.
Property ListBoxData() As String
This language is not supported or no code example is available.
string ListBoxData {get; set;}
This language is not supported or no code example is available.

Property Value

string

The Listbox data of the field. Several choices are separated with the pipe '|' character.

Remarks
 
If you want to allow entering a free text, add [FreeInput] as one choice. If you want to automatically fill also the units, add [Units] as one choice. For example, the value could be "aa|bb|cc|[Units]|[FreeInput]".
Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition