TcxDataControllerConditionalFormatting.IsFieldVisible(TcxCustomDataField) Method
In This Article
Identifies if the specified field in the source data controller is visible in a data presentation control.
#Declaration
Delphi
function IsFieldVisible(AField: TcxCustomDataField): Boolean;
#Parameters
Name | Type |
---|---|
AField | Tcx |
#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