Class MultivalueAvailableValuesParameterModel
Inherited Members
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public class MultivalueAvailableValuesParameterModel : ParameterModel, INotifyPropertyChanged, IDataErrorInfo
Properties
AvailableValues
Gets a list of the available ParameterValueModels plus the MultivalueAvailableValuesParameterModel.SelectAllItem.
Declaration
public override List<ParameterValueModel> AvailableValues { get; }
Property Value
System.Collections.Generic.List<ParameterValueModel>
|
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
System.Boolean
|
SelectedLabels
Gets an enumerable of strings that contains the labels of all selected values.
Declaration
public IEnumerable<string> SelectedLabels { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Value
Gets or sets the Value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
|