Method WithHidden
WithHidden(bool)
Sets whether the field descriptor is hidden.
public T WithHidden(bool isHidden)
Parameters
isHidden
boolA boolean indicating whether the field descriptor is hidden.
Returns
- T
The builder instance.
Sets whether the field descriptor is hidden.
public T WithHidden(bool isHidden)
isHidden
boolA boolean indicating whether the field descriptor is hidden.
The builder instance.