Class
MultivalueAvailableValuesParameterModel

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:

cs-api-definition
public class MultivalueAvailableValuesParameterModel : ParameterModel

Inheritance: objectObservableObjectParameterModelParameterModelMultivalueAvailableValuesParameterModel

Inherited Members ParameterModel.GetInvalidValueValidationError()ParameterModel.TextResourcesParameterModel.CreateParameterValueModel(ParameterValue)ParameterModel.Invalidate()ParameterModel.HasValidValue()ParameterModel.SafeValueParameterModel.IDParameterModel.NameParameterModel.TypeNameParameterModel.TypeParameterModel.TextParameterModel.AllowNullParameterModel.AllowBlankParameterModel.IsNullParameterModel.MultivalueParameterModel.AutoRefreshParameterModel.SelectedSingleValueObservableObject.OnPropertyChanged(string)ObservableObject.PropertyChanged

Properties

AvailableValues

Declaration

cs-api-definition
public override ObservableCollection<IParameterValueModel> AvailableValues { get; }

Property Value

ObservableCollection<IParameterValueModel>

Overrides ParameterModel.AvailableValues

IsDropDownOpen

Gets or sets the value that indicates whether the Multivalue/AvailableValues editor is currently open.

Declaration

cs-api-definition
public bool IsDropDownOpen { get; set; }

Property Value

bool

SelectedLabels

Gets an enumerable of strings that contains the labels of all selected values.

Declaration

cs-api-definition
public IEnumerable<string> SelectedLabels { get; }

Property Value

IEnumerable<string>

Value

Gets or sets the Value.

Declaration

cs-api-definition
public override object Value { get; set; }

Property Value

object

Overrides ParameterModel.Value

Methods

GetAccessibleDescription()

Returns the accessible description to be used by screen readers

Declaration

cs-api-definition
public override string GetAccessibleDescription()

Returns

string

Overrides ParameterModel.GetAccessibleDescription()