Skip to main content

IdxSpreadSheetConditionalFormatting Interface

Exposes the function that provides access to a conditional formatting controller in DevExpress controls.

Declaration

IdxSpreadSheetConditionalFormatting = interface(IInterface)

Remarks

This interface exposes the GetConditionalFormatting function returning the conditional formatting controller of a control or component.

A control class must implement the IdxSpreadSheetConditionalFormatting interface to provide the conditional formatting functionality.

Inheritance

IInterface
IdxSpreadSheetConditionalFormatting
See Also