Click or drag to resize

ContentColumnSettings_ChoiceShowNoneChoice Property

Gets or sets a value indicating whether the 'None' value can be displayed in the control.

This setting only applies on radio buttons controls (DisplayMode=Choices + no multiple values)

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public bool ShowNoneChoice { get; set; }

Property Value

Type: Boolean
See Also