export class CustomItemWindowDefinition extends MeasureCalculationWindowDefinition
Initializes a new instance of the CustomItemWindowDefinition class.
constructor(modelJson?: any, serializer?: DevExpress.Analytics.Utils.ModelSerializer)
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. |
equals(def: any): boolean
Name | Type | Description |
---|---|---|
def | any |
Type | Description |
---|---|
boolean |
For internal use.
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |