AllowColumnConfiguration Attribute

This material pertains to version 3.0 of Blackbaud CRM SDK.

With a default value of "true," the AlllowColumnConfiguration attribute determines whether to allow users to add, remove, and rearrange columns in the list. If you set the AlllowColumnConfiguration attributeto "false," the Columns picker does not appear for user to add or remove columns from the list and users cannot drag columns to rearrange them.

<ListBuilder QueryViewID="AE91E1A7-2130-409C-8D06-198030EB0AA7" AllowColumnConfiguration="true">

Example: The AllowColumnConfiguration can hide the Columns picker and prevent users from reordering columns.