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