# GrapeCity.Documents.Word.ContentControl.BuildingBlockGallery

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_BuildingBlockGallery_" data-uid="GrapeCity.Documents.Word.ContentControl.BuildingBlockGallery*">BuildingBlockGallery Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_BuildingBlockGallery_" data-uid="GrapeCity.Documents.Word.ContentControl.BuildingBlockGallery*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_BuildingBlockGallery" data-uid="GrapeCity.Documents.Word.ContentControl.BuildingBlockGallery">BuildingBlockGallery</h4>
<div class="markdown level1 summary"><p>Gets or sets the gallery of building blocks which shall be used as the filter
when determining the possible choices of building blocks which are displayed
for insertion into the content control.
A building block gallery is a classification of building blocks,
which might then be subdivided into categories.
This property has effect for content controls with types
<a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_BuildingBlockGallery">BuildingBlockGallery</a> and <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_BuildingBlock">BuildingBlock</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string BuildingBlockGallery { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BuildingBlockGallery As String</code></pre>
</div>
</div>
