ClassMultivalueAvailableValuesParameterModel
Represents the report multi value parameter model to associate the WPF parameter editor UI with.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
public class MultivalueAvailableValuesParameterModel : ParameterModel
Inheritance: objectObservableObjectParameterModelParameterModelMultivalueAvailableValuesParameterModel
Inherited Members
Properties
AvailableValues
Gets a list of the available ParameterValueModels plus the MultivalueAvailableValuesParameterModel.SelectAllItem.
Declaration
public override ObservableCollection<IParameterValueModel> AvailableValues { get; }
Property Value
ObservableCollection<IParameterValueModel>
Overrides
IsDropDownOpen
Gets or sets the value that indicates whether the Multivalue/AvailableValues editor is currently open.
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
bool
SelectedLabels
Gets an enumerable of strings that contains the labels of all selected values.
Declaration
public IEnumerable<string> SelectedLabels { get; }
Property Value
IEnumerable<string>
Methods
GetAccessibleDescription()
Returns the accessible description to be used by screen readers
Declaration
public override string GetAccessibleDescription()
Returns
string
Overrides