TcxDataControllerConditionalFormatting.IsFieldVisible(TcxCustomDataField) Method
Identifies if the specified field in the source data controller is visible in a data presentation control.
Declaration
function IsFieldVisible(AField: TcxCustomDataField): Boolean;
Parameters
| Name | Type |
|---|---|
| AField | TcxCustomDataField |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if a data presentation control displays a column or row corresponding to the AField field; otherwise – False.
See Also