Skip to main content

TcxDataControllerConditionalFormatting Members

A conditional formatting controller that applies rules to individual fields in its data controller.

Constructors

Name Description
Create(TcxDataControllerConditionalFormattingProvider) Creates a new TcxDataControllerConditionalFormatting class instance for the specified conditional formatting provider.
Create(IdxSpreadSheetConditionalFormattingOwner) Creates a new conditional formatting controller for the specified worksheet or conditional formatting provider for a data controller. Inherited from TdxSpreadSheetCustomConditionalFormatting.

Properties

Name Description
CellStyles

Provides access to ExpressSpreadSheet-compatible styles applied to cells in a worksheet or Grid View

Provides access to ExpressSpreadSheet-compatible cell styles used in a worksheet or Grid View to which conditional formatting rules are applied.

Inherited from TdxSpreadSheetCustomConditionalFormatting.
DataController Provides access to the data controller whose fields serve as a data source for the conditional formatting controller.
ExcludeFilteredOutRecords Specifies whether the controller calculates cell formatting conditions only for those fields in the source data controller that meet the current filter criteria.
Owner Provides access to the source of cell data and layouts to which the conditional formatting rules are applied. Inherited from TdxSpreadSheetCustomConditionalFormatting.
RuleCount Returns the total number of conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Rules Provides zero-based indexed access to individual conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.

Methods

Name Description
Add(TcxCustomDataField,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped)
Add(TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) Inherited from TdxSpreadSheetCustomConditionalFormatting.
Add(Integer,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped)
Add(string,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) Creates a new rule and adds it to the conditional formatting controller.
Add(TRect,TdxSpreadSheetCustomConditionalFormattingRuleClass,Untyped) Creates a new rule and adds it to the conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Assign(TdxSpreadSheetCustomConditionalFormatting) Replaces the currently stored conditional formatting rules with rules obtained from another conditional formatting controller. Inherited from TdxSpreadSheetCustomConditionalFormatting.
BeginEditing Initiates editing a set of conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
BeginUpdate Disables repainting of the worksheet or Grid View until the EndUpdate procedure is called. Inherited from TdxSpreadSheetCustomConditionalFormatting.
CanShowRulesManagerDialog Identifies if the “Conditional Formatting Rules Manager” dialog is available.
Clear Destroys all conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
EndEditing(Boolean) Finishes editing a set of conditional formatting rules applied to a worksheet or Grid View. Inherited from TdxSpreadSheetCustomConditionalFormatting.
EndUpdate Enables repainting the worksheet or Grid View after calling the BeginUpdate procedure. Inherited from TdxSpreadSheetCustomConditionalFormatting.
Equals(TObject) Inherited from TObject.
FlushCache Invalidates the calculated results of conditional expressions in all stored rules. Inherited from TdxSpreadSheetCustomConditionalFormatting.
GetFieldDisplayName(TcxCustomDataField) Returns the display name of a specific field in the source data controller.
GetHashCode Inherited from TObject.
GetItemDisplayName(Integer)
GetItemFieldName(Integer)
IsFieldVisible(TcxCustomDataField) Identifies if the specified field in the source data controller is visible in a data presentation control.
IsItemVisible(Integer)
ReferencesToString(TdxSpreadSheetAreaList) Converts the specified cell area to a delimited string of references to contiguous fields in the source data controller.
Remove(TdxSpreadSheetCustomConditionalFormattingRule) Destroys the specified conditional formatting rule. Inherited from TdxSpreadSheetCustomConditionalFormatting.
ShowRulesManagerDialog Displays the “Conditional Formatting Rules Manager” dialog.
ToString Inherited from TObject.
See Also