TagNameFieldVisible
- Last UpdatedNov 17, 2021
- 1 minute read
The TagNameFieldVisible property is a read-write property that gets or sets whether the Tag Name box is visible in the control at runtime.
Syntax
aaHistClientSingleValueEntry.TagNameFieldVisible = discrete;
Result = aaHistClientSingleValueEntry.TagNameFieldVisible;
Remarks
If you set this property to False, the Tag Picker button is also hidden at runtime.
The default value is True.