Class MultiValueComboBox
Inheritance
System.Object
MultiValueComboBox
Namespace: BoldReports.UI.Xaml
Assembly: BoldReports.UWP.dll
Syntax
public sealed class MultiValueComboBox : ComboBox
Constructors
MultiValueComboBox()
Declaration
public MultiValueComboBox()
Properties
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSelected
Declaration
public List<bool> IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Boolean> |
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()