General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
DashboardItemBaseInteractivityOptions Class
Declaration
export class DashboardItemBaseInteractivityOptions extends SerializableModel
Inheritance
SerializableModel
DashboardItemBaseInteractivityOptions
constructor
Initializes a new instance of the DashboardItemBaseInteractivityOptions class.
Declaration
constructor(modelJson?: any, serializer?: DevExpress.Analytics.Utils.ModelSerializer)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
modelJson | any | null | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | ModelSerializer | null | An object used for dashboard deserialization. Do not pass this parameter directly. |
Properties
ignoreMasterFilters Property
Declaration
ignoreMasterFilters: ko.Observable<boolean>
Property Value
Type | Description |
---|---|
ko.Observable<boolean> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |
Feedback