bool ViewConfigHasFlag(ViewFlagConstants flag);
ViewConfigHasFlag determines if the ViewConfig has the passed flag set.
Parameters |
Description |
ViewFlagConstants flag |
The ViewFlagConstants flag that is checked whether it is set in the view config settings. |
Returns true if the flag exists, false otherwise.