sealed class
|
ChoiceOption
|
implements
|
ITextProperty
|
public
property
|
Data
{
get
set
}
|
||
type
|
object
|
||
value
|
public
property
|
Enabled
{
get
set
}
|
||
type
|
bool
|
||
value
|
The text value.
public
property
|
Text
{
get
set
}
|
||
type
|
string
|
||
value
|
The
text
value.
Will
be
replaced
with
the
empty
string
when
null . |
||
implements
|
ITextProperty.Text
|
Remarks:
Defaults
to
the
empty
string
''
.
See also:
StringUtil.IsEmptyOrWhitespace
public
constructor
|
ChoiceOption
(string text,
object data = null,
bool enabled = true)
|
||
params
|
text
|
||
data
|
|||
enabled
|