# C1.Blazor.Grid.GridSummaryCell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Grid_GridSummaryCell" data-uid="C1.Blazor.Grid.GridSummaryCell" class="text-break">GridSummaryCell Class
</h1>
  <div class="markdown level0 summary"><p>Visual column header</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><span class="xref">GridSummaryCell</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Grid.html">C1.Blazor.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Grid.dll</h6>
  <h5 id="C1_Blazor_Grid_GridSummaryCell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridSummaryCell : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridSummaryCell
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell__ctor" data-uid="C1.Blazor.Grid.GridSummaryCell.#ctor">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.-ctor.html#C1_Blazor_Grid_GridSummaryCell__ctor">GridSummaryCell()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.html">GridSummaryCell</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_IsOptionsDropDownOpenProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpenProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpenProperty.html">IsOptionsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpen.html#C1_Blazor_Grid_GridSummaryCell_IsOptionsDropDownOpen">IsOptionsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OptionsDropDownContentProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.OptionsDropDownContentProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsDropDownContentProperty.html">OptionsDropDownContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsDropDownContent.html#C1_Blazor_Grid_GridSummaryCell_OptionsDropDownContent">OptionsDropDownContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OptionsIconTemplateProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.OptionsIconTemplateProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsIconTemplateProperty.html">OptionsIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsIconTemplate.html#C1_Blazor_Grid_GridSummaryCell_OptionsIconTemplate">OptionsIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OptionsMenuVisibilityProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.OptionsMenuVisibilityProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsMenuVisibilityProperty.html">OptionsMenuVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsMenuVisibility.html#C1_Blazor_Grid_GridSummaryCell_OptionsMenuVisibility">OptionsMenuVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_TitleAlignmentProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.TitleAlignmentProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitleAlignmentProperty.html">TitleAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitleAlignment.html#C1_Blazor_Grid_GridSummaryCell_TitleAlignment">TitleAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_TitlePaddingProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.TitlePaddingProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitlePaddingProperty.html">TitlePaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitlePadding.html#C1_Blazor_Grid_GridSummaryCell_TitlePadding">TitlePadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_TitleProperty" data-uid="C1.Blazor.Grid.GridSummaryCell.TitleProperty">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitleProperty.html">TitleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.Title.html#C1_Blazor_Grid_GridSummaryCell_Title">Title</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_Column" data-uid="C1.Blazor.Grid.GridSummaryCell.Column">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.Column.html#C1_Blazor_Grid_GridSummaryCell_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Property used to hold the column the summary is bound to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_IsOptionsDropDownOpen" data-uid="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpen">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpen.html#C1_Blazor_Grid_GridSummaryCell_IsOptionsDropDownOpen">IsOptionsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the options drop-down is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_IsOptionsDropDownOpenChanged" data-uid="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpenChanged">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.IsOptionsDropDownOpenChanged.html#C1_Blazor_Grid_GridSummaryCell_IsOptionsDropDownOpenChanged">IsOptionsDropDownOpenChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the options drop-down is opened or closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OptionsDropDownContent" data-uid="C1.Blazor.Grid.GridSummaryCell.OptionsDropDownContent">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsDropDownContent.html#C1_Blazor_Grid_GridSummaryCell_OptionsDropDownContent">OptionsDropDownContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the options drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OptionsIconTemplate" data-uid="C1.Blazor.Grid.GridSummaryCell.OptionsIconTemplate">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsIconTemplate.html#C1_Blazor_Grid_GridSummaryCell_OptionsIconTemplate">OptionsIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon template of the options drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OptionsMenuVisibility" data-uid="C1.Blazor.Grid.GridSummaryCell.OptionsMenuVisibility">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OptionsMenuVisibility.html#C1_Blazor_Grid_GridSummaryCell_OptionsMenuVisibility">OptionsMenuVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the options drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OutlineTapped" data-uid="C1.Blazor.Grid.GridSummaryCell.OutlineTapped">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OutlineTapped.html#C1_Blazor_Grid_GridSummaryCell_OutlineTapped">OutlineTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when any of the outlines is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_Title" data-uid="C1.Blazor.Grid.GridSummaryCell.Title">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.Title.html#C1_Blazor_Grid_GridSummaryCell_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of the column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_TitleAlignment" data-uid="C1.Blazor.Grid.GridSummaryCell.TitleAlignment">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitleAlignment.html#C1_Blazor_Grid_GridSummaryCell_TitleAlignment">TitleAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the title inside the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_TitlePadding" data-uid="C1.Blazor.Grid.GridSummaryCell.TitlePadding">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.TitlePadding.html#C1_Blazor_Grid_GridSummaryCell_TitlePadding">TitlePadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding of the title of the column.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.Grid.GridSummaryCell.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.BuildRenderTree.html#C1_Blazor_Grid_GridSummaryCell_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_Dispose_System_Boolean_" data-uid="C1.Blazor.Grid.GridSummaryCell.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.Dispose.html#C1_Blazor_Grid_GridSummaryCell_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_InitializeAsync" data-uid="C1.Blazor.Grid.GridSummaryCell.InitializeAsync">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.InitializeAsync.html#C1_Blazor_Grid_GridSummaryCell_InitializeAsync">InitializeAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called when the component is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Grid.GridSummaryCell.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OnAfterRender.html#C1_Blazor_Grid_GridSummaryCell_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OnFontChanged" data-uid="C1.Blazor.Grid.GridSummaryCell.OnFontChanged">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OnFontChanged.html#C1_Blazor_Grid_GridSummaryCell_OnFontChanged">OnFontChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when any of the font properties changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Grid_GridSummaryCell_OnOutlineTapped_C1_Blazor_Grid_GridOutlineEventArgs_" data-uid="C1.Blazor.Grid.GridSummaryCell.OnOutlineTapped(C1.Blazor.Grid.GridOutlineEventArgs)">
          <a class="xref" href="C1.Blazor.Grid.GridSummaryCell.OnOutlineTapped.html#C1_Blazor_Grid_GridSummaryCell_OnOutlineTapped_C1_Blazor_Grid_GridOutlineEventArgs_">OnOutlineTapped(GridOutlineEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">OutlineTapped</span> event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
