IdxSpreadSheetConditionalFormatting Interface
In This Article
Exposes the function that provides access to a conditional formatting controller in DevExpress controls.
#Declaration
Delphi
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