New to Telerik ReportingStart a free 30-day trial

Represents the report multi value parameter model to associate the WPF parameter editor UI with.

Definition

Properties

C#
public override ObservableCollection<IParameterValueModel> AvailableValues { get; }

Overrides: ParameterModel.AvailableValues

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

C#
public bool IsDropDownOpen { get; set; }

SelectedLabels

IEnumerable<string>

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

C#
public IEnumerable<string> SelectedLabels { get; }

Value

object

Gets or sets the Value.

C#
public override object Value { get; set; }

Overrides: ParameterModel.Value

Methods

Returns the accessible description to be used by screen readers

C#
public override string GetAccessibleDescription()
Returns:

string

Overrides: ParameterModel.GetAccessibleDescription()