Skip to main content

TcxDataControllerConditionalFormatting.CanShowRulesManagerDialog Method

Identifies if the “Conditional Formatting Rules Manager” dialog is available.

Declaration

function CanShowRulesManagerDialog: Boolean;

Returns

Type
Boolean

Remarks

Each data presentation control provides its own “Conditional Formatting Rules Manager” dialog implementation. The CanShowRulesManagerDialog function returns True if the data presentation control that employs the conditional formatting controller has at least one dialog implementation registered in the conditional formatting rules manager dialog provider; otherwise – False.

A ShowRulesManagerDialog procedure call has no effect if the CanShowRulesManagerDialog function returns False.

See Also