Article: Hiding Load Data Section

Index

Hiding Load Data Section

By default all sections of the ValidationUnit are visible. You can hide the loaded data section using the HideLoadDataSection property of the ValidationUnit.

Example

validationUnit.HideLoadDataSection = false;

Before

After

Related Articles

Main Categories