CellsItemFormatRule Class
Declaration
export abstract class CellsItemFormatRule extends DashboardItemFormatRule
Inherited Members
Inheritance
constructor
Initializes a new instance of the CellsItemFormatRule 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
applyToRow Property
Declaration
applyToRow: ko.Observable<boolean>
Property Value
| Type |
|---|
| Observable<boolean> |
dataItemApplyToName Property
Declaration
dataItemApplyToName: ko.Computed<string>
Property Value
| Type |
|---|
| Computed<string> |
dataItemName Property
Declaration
dataItemName: ko.Observable<string>
Property Value
| Type |
|---|
| Observable<string> |
Methods
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
| Type | Description |
|---|---|
| ISerializationInfoArray | An array of objects that provide serialization info. |