StaticListLookUpSettings Class
Declaration
export class StaticListLookUpSettings extends SerializableModel
Inherited Members
Inheritance
SerializableModel
StaticListLookUpSettings
constructor
Initializes a new instance of the StaticListLookUpSettings
class.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
Name | Type | Description |
---|---|---|
modelJson | any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | ModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |
Properties
modelName Property
Declaration
static modelName: string
Property Value
Type |
---|
string |
values Property
Provides access to the list of static values for the dashboard parameter.
Declaration
values: ko.ObservableArray<DevExpress.Dashboard.Model.LookUpValue>
Property Value
Type | Description |
---|---|
ObservableArray<LookUpValue> | An array of LookUpValue values specifying static values for the dashboard parameter. |
See Also
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |