# GrapeCity.Documents.Word.ContentControl.BuildingBlockCategory

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_BuildingBlockCategory_" data-uid="GrapeCity.Documents.Word.ContentControl.BuildingBlockCategory*">BuildingBlockCategory Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_BuildingBlockCategory_" data-uid="GrapeCity.Documents.Word.ContentControl.BuildingBlockCategory*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_BuildingBlockCategory" data-uid="GrapeCity.Documents.Word.ContentControl.BuildingBlockCategory">BuildingBlockCategory</h4>
<div class="markdown level1 summary"><p>Gets or sets the category 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 category is a sub-classification within a given building block gallery which can be used to further categorize the parts in a given gallery.
If value is null, then the content control shall display all building blocks in the specified gallery regardless their specified category.
This property has effect for content controls with type <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 BuildingBlockCategory { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BuildingBlockCategory As String</code></pre>
</div>
</div>
