CellsItemFormatRule Class
#Declaration
TypeScript
export abstract class CellsItemFormatRule extends DashboardItemFormatRule
#Inherited Members
#Inheritance
#constructor
Initializes a new instance of the CellsItemFormatRule
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
#applyToRow Property
#Declaration
TypeScript
applyToRow: ko.Observable<boolean>
#Property Value
Type |
---|
Observable<boolean> |
#dataItemApplyToName Property
#Declaration
TypeScript
dataItemApplyToName: ko.Computed<string>
#Property Value
Type |
---|
Computed<string> |
#dataItemName Property
#Declaration
TypeScript
dataItemName: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#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. |