[This is preliminary documentation and is subject to change.]
Property indicating whether the attribute values column should be displayed.
| C# | Visual Basic | Visual C++ |
public bool DisplayAttributeValues { get; set; }
Public Property DisplayAttributeValues As Boolean
public: property bool DisplayAttributeValues { bool get (); void set (bool value); }