# C1.WPF.Grid.FlexGrid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_FlexGrid" data-uid="C1.WPF.Grid.FlexGrid" class="text-break">FlexGrid Class
</h1>
  <div class="markdown level0 summary"><p>Control used to display and edit tabular information.</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="../C1.WPF.GridControl/C1.WPF.Grid.C1GridControl.html">C1GridControl</a></div>
    <div class="level2"><span class="xref">FlexGrid</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IAutomationProperties</span></div>
    <div><a class="xref" href="C1.WPF.Grid.IGridPrintFactory.html">IGridPrintFactory</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_FlexGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[StyleTypedProperty(Property = &quot;ErrorToolTipStyle&quot;, StyleTargetType = typeof(ToolTip))]
public class FlexGrid : C1GridControl, INotifyPropertyChanged, IAutomationProperties, IGridPrintFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;StyleTypedProperty(Property:=&quot;ErrorToolTipStyle&quot;, StyleTargetType:=GetType(ToolTip))&gt;
Public Class FlexGrid
    Inherits C1GridControl
    Implements INotifyPropertyChanged, IAutomationProperties, IGridPrintFactory</code></pre>
  </div>
  <h5 id="C1_WPF_Grid_FlexGrid_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Supports virtualized data-binding and automatic sorting and filters in client/server scenarios.</p>
</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_WPF_Grid_FlexGrid__ctor" data-uid="C1.WPF.Grid.FlexGrid.#ctor">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.-ctor.html#C1_WPF_Grid_FlexGrid__ctor">FlexGrid()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.FlexGrid.html">FlexGrid</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_WPF_Grid_FlexGrid_AllowDeletingProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowDeletingProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowDeletingProperty.html">AllowDeletingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowDeleting.html#C1_WPF_Grid_FlexGrid_AllowDeleting">AllowDeleting</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowDraggingProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowDraggingProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowDraggingProperty.html">AllowDraggingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowDragging.html#C1_WPF_Grid_FlexGrid_AllowDragging">AllowDragging</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowFilteringProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowFilteringProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowFilteringProperty.html">AllowFilteringProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowFiltering.html#C1_WPF_Grid_FlexGrid_AllowFiltering">AllowFiltering</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowGroupingProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowGroupingProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowGroupingProperty.html">AllowGroupingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowGrouping.html#C1_WPF_Grid_FlexGrid_AllowGrouping">AllowGrouping</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowMergingProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowMergingProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowMergingProperty.html">AllowMergingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowMerging.html#C1_WPF_Grid_FlexGrid_AllowMerging">AllowMerging</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowResizingProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowResizingProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowResizingProperty.html">AllowResizingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowResizing.html#C1_WPF_Grid_FlexGrid_AllowResizing">AllowResizing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowSortingProperty" data-uid="C1.WPF.Grid.FlexGrid.AllowSortingProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowSortingProperty.html">AllowSortingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowSorting.html#C1_WPF_Grid_FlexGrid_AllowSorting">AllowSorting</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AlternatingRowBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.AlternatingRowBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowBackgroundProperty.html">AlternatingRowBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowBackground.html#C1_WPF_Grid_FlexGrid_AlternatingRowBackground">AlternatingRowBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AlternatingRowForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.AlternatingRowForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowForegroundProperty.html">AlternatingRowForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowForeground.html#C1_WPF_Grid_FlexGrid_AlternatingRowForeground">AlternatingRowForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AlternatingRowStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.AlternatingRowStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowStyleProperty.html">AlternatingRowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowStyle.html#C1_WPF_Grid_FlexGrid_AlternatingRowStyle">AlternatingRowStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoGenerateColumnsProperty" data-uid="C1.WPF.Grid.FlexGrid.AutoGenerateColumnsProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoGenerateColumnsProperty.html">AutoGenerateColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoGenerateColumns.html#C1_WPF_Grid_FlexGrid_AutoGenerateColumns">AutoGenerateColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoSizeModeProperty" data-uid="C1.WPF.Grid.FlexGrid.AutoSizeModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeModeProperty.html">AutoSizeModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeMode.html#C1_WPF_Grid_FlexGrid_AutoSizeMode">AutoSizeMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderBackgroundProperty.html">BottomLeftHeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderBackground.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderBackground">BottomLeftHeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderForegroundProperty.html">BottomLeftHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderForeground.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderForeground">BottomLeftHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesBrushProperty" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesBrushProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesBrushProperty.html">BottomLeftHeaderGridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesBrush">BottomLeftHeaderGridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesVisibilityProperty.html">BottomLeftHeaderGridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesVisibility">BottomLeftHeaderGridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderStyleProperty.html">BottomLeftHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderStyle">BottomLeftHeaderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ChildItemsPathProperty" data-uid="C1.WPF.Grid.FlexGrid.ChildItemsPathProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ChildItemsPathProperty.html">ChildItemsPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ChildItemsPath.html#C1_WPF_Grid_FlexGrid_ChildItemsPath">ChildItemsPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ClipboardCopyModeProperty" data-uid="C1.WPF.Grid.FlexGrid.ClipboardCopyModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ClipboardCopyModeProperty.html">ClipboardCopyModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ClipboardCopyMode.html#C1_WPF_Grid_FlexGrid_ClipboardCopyMode">ClipboardCopyMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterBackgroundProperty.html">ColumnFooterBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterBackground.html#C1_WPF_Grid_FlexGrid_ColumnFooterBackground">ColumnFooterBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontFamilyProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontFamilyProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontFamilyProperty.html">ColumnFooterFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontFamily.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontFamily">ColumnFooterFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontSizeProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontSizeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontSizeProperty.html">ColumnFooterFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontSize.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontSize">ColumnFooterFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontStyleProperty.html">ColumnFooterFontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontStyle.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontStyle">ColumnFooterFontStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontWeightProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontWeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontWeightProperty.html">ColumnFooterFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontWeight.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontWeight">ColumnFooterFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterForegroundProperty.html">ColumnFooterForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterForeground.html#C1_WPF_Grid_FlexGrid_ColumnFooterForeground">ColumnFooterForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesBrushProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesBrushProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesBrushProperty.html">ColumnFooterGridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesBrush.html#C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesBrush">ColumnFooterGridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesVisibilityProperty.html">ColumnFooterGridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesVisibility">ColumnFooterGridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterSelectedBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedBackgroundProperty.html">ColumnFooterSelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedBackground.html#C1_WPF_Grid_FlexGrid_ColumnFooterSelectedBackground">ColumnFooterSelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterSelectedForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedForegroundProperty.html">ColumnFooterSelectedForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedForeground.html#C1_WPF_Grid_FlexGrid_ColumnFooterSelectedForeground">ColumnFooterSelectedForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterSelectedStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedStyleProperty.html">ColumnFooterSelectedStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedStyle.html#C1_WPF_Grid_FlexGrid_ColumnFooterSelectedStyle">ColumnFooterSelectedStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterStyleProperty.html">ColumnFooterStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterStyle.html#C1_WPF_Grid_FlexGrid_ColumnFooterStyle">ColumnFooterStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderBackgroundProperty.html">ColumnHeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderBackground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderBackground">ColumnHeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontFamilyProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontFamilyProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontFamilyProperty.html">ColumnHeaderFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontFamily.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontFamily">ColumnHeaderFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontSizeProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontSizeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontSizeProperty.html">ColumnHeaderFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontSize.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontSize">ColumnHeaderFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontStyleProperty.html">ColumnHeaderFontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontStyle.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontStyle">ColumnHeaderFontStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontWeightProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontWeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontWeightProperty.html">ColumnHeaderFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontWeight.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontWeight">ColumnHeaderFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderForegroundProperty.html">ColumnHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderForeground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderForeground">ColumnHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesBrushProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesBrushProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesBrushProperty.html">ColumnHeaderGridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesBrush">ColumnHeaderGridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesVisibilityProperty.html">ColumnHeaderGridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesVisibility">ColumnHeaderGridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedBackgroundProperty.html">ColumnHeaderSelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedBackground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedBackground">ColumnHeaderSelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedForegroundProperty.html">ColumnHeaderSelectedForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedForeground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedForeground">ColumnHeaderSelectedForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedStyleProperty.html">ColumnHeaderSelectedStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedStyle">ColumnHeaderSelectedStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderStyleProperty.html">ColumnHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderStyle.html#C1_WPF_Grid_FlexGrid_ColumnHeaderStyle">ColumnHeaderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnOptionsIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnOptionsIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsIconTemplateProperty.html">ColumnOptionsIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsIconTemplate.html#C1_WPF_Grid_FlexGrid_ColumnOptionsIconTemplate">ColumnOptionsIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnOptionsMenuVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.ColumnOptionsMenuVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsMenuVisibilityProperty.html">ColumnOptionsMenuVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsMenuVisibility.html#C1_WPF_Grid_FlexGrid_ColumnOptionsMenuVisibility">ColumnOptionsMenuVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.CursorBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorBackgroundProperty.html">CursorBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorBackground.html#C1_WPF_Grid_FlexGrid_CursorBackground">CursorBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.CursorForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorForegroundProperty.html">CursorForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorForeground.html#C1_WPF_Grid_FlexGrid_CursorForeground">CursorForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultColumnHeaderRowHeightProperty" data-uid="C1.WPF.Grid.FlexGrid.DefaultColumnHeaderRowHeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultColumnHeaderRowHeightProperty.html">DefaultColumnHeaderRowHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultColumnHeaderRowHeight.html#C1_WPF_Grid_FlexGrid_DefaultColumnHeaderRowHeight">DefaultColumnHeaderRowHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultColumnWidthProperty" data-uid="C1.WPF.Grid.FlexGrid.DefaultColumnWidthProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultColumnWidthProperty.html">DefaultColumnWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultColumnWidth.html#C1_WPF_Grid_FlexGrid_DefaultColumnWidth">DefaultColumnWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultGroupRowHeightProperty" data-uid="C1.WPF.Grid.FlexGrid.DefaultGroupRowHeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultGroupRowHeightProperty.html">DefaultGroupRowHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultGroupRowHeight.html#C1_WPF_Grid_FlexGrid_DefaultGroupRowHeight">DefaultGroupRowHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultRowHeaderColumnWidthProperty" data-uid="C1.WPF.Grid.FlexGrid.DefaultRowHeaderColumnWidthProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultRowHeaderColumnWidthProperty.html">DefaultRowHeaderColumnWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultRowHeaderColumnWidth.html#C1_WPF_Grid_FlexGrid_DefaultRowHeaderColumnWidth">DefaultRowHeaderColumnWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultRowHeightProperty" data-uid="C1.WPF.Grid.FlexGrid.DefaultRowHeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultRowHeightProperty.html">DefaultRowHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultRowHeight.html#C1_WPF_Grid_FlexGrid_DefaultRowHeight">DefaultRowHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.EditIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditIconTemplateProperty.html">EditIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.EditIconTemplate.html#C1_WPF_Grid_FlexGrid_EditIconTemplate">EditIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditorBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.EditorBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorBackgroundProperty.html">EditorBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorBackground.html#C1_WPF_Grid_FlexGrid_EditorBackground">EditorBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditorForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.EditorForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorForegroundProperty.html">EditorForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorForeground.html#C1_WPF_Grid_FlexGrid_EditorForeground">EditorForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ErrorIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.ErrorIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorIconTemplateProperty.html">ErrorIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorIconTemplate.html#C1_WPF_Grid_FlexGrid_ErrorIconTemplate">ErrorIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ErrorStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ErrorStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorStyleProperty.html">ErrorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorStyle.html#C1_WPF_Grid_FlexGrid_ErrorStyle">ErrorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ErrorToolTipStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.ErrorToolTipStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorToolTipStyleProperty.html">ErrorToolTipStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorToolTipStyle.html#C1_WPF_Grid_FlexGrid_ErrorToolTipStyle">ErrorToolTipStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FilterIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.FilterIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FilterIconTemplateProperty.html">FilterIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.FilterIconTemplate.html#C1_WPF_Grid_FlexGrid_FilterIconTemplate">FilterIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenBottomRowsProperty" data-uid="C1.WPF.Grid.FlexGrid.FrozenBottomRowsProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenBottomRowsProperty.html">FrozenBottomRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenBottomRows.html#C1_WPF_Grid_FlexGrid_FrozenBottomRows">FrozenBottomRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenColumnsProperty" data-uid="C1.WPF.Grid.FlexGrid.FrozenColumnsProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenColumnsProperty.html">FrozenColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenColumns.html#C1_WPF_Grid_FlexGrid_FrozenColumns">FrozenColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenRightColumnsProperty" data-uid="C1.WPF.Grid.FlexGrid.FrozenRightColumnsProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenRightColumnsProperty.html">FrozenRightColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenRightColumns.html#C1_WPF_Grid_FlexGrid_FrozenRightColumns">FrozenRightColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenRowsProperty" data-uid="C1.WPF.Grid.FlexGrid.FrozenRowsProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenRowsProperty.html">FrozenRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenRows.html#C1_WPF_Grid_FlexGrid_FrozenRows">FrozenRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupCollapsedIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupCollapsedIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupCollapsedIconTemplateProperty.html">GroupCollapsedIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupCollapsedIconTemplate.html#C1_WPF_Grid_FlexGrid_GroupCollapsedIconTemplate">GroupCollapsedIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupExpandedIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupExpandedIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupExpandedIconTemplateProperty.html">GroupExpandedIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupExpandedIconTemplate.html#C1_WPF_Grid_FlexGrid_GroupExpandedIconTemplate">GroupExpandedIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupHeaderConverterProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderConverterProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupHeaderConverterProperty.html">GroupHeaderConverterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupHeaderConverter.html#C1_WPF_Grid_FlexGrid_GroupHeaderConverter">GroupHeaderConverter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupHeaderFormatProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderFormatProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupHeaderFormatProperty.html">GroupHeaderFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupHeaderFormat.html#C1_WPF_Grid_FlexGrid_GroupHeaderFormat">GroupHeaderFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowBackgroundProperty.html">GroupRowBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowBackground.html#C1_WPF_Grid_FlexGrid_GroupRowBackground">GroupRowBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontFamilyProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontFamilyProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontFamilyProperty.html">GroupRowFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontFamily.html#C1_WPF_Grid_FlexGrid_GroupRowFontFamily">GroupRowFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontSizeProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontSizeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontSizeProperty.html">GroupRowFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontSize.html#C1_WPF_Grid_FlexGrid_GroupRowFontSize">GroupRowFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontStyleProperty.html">GroupRowFontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontStyle.html#C1_WPF_Grid_FlexGrid_GroupRowFontStyle">GroupRowFontStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontWeightProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontWeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontWeightProperty.html">GroupRowFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontWeight.html#C1_WPF_Grid_FlexGrid_GroupRowFontWeight">GroupRowFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowForegroundProperty.html">GroupRowForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowForeground.html#C1_WPF_Grid_FlexGrid_GroupRowForeground">GroupRowForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowPositionProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowPositionProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowPositionProperty.html">GroupRowPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowPosition.html#C1_WPF_Grid_FlexGrid_GroupRowPosition">GroupRowPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupRowStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowStyleProperty.html">GroupRowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowStyle.html#C1_WPF_Grid_FlexGrid_GroupRowStyle">GroupRowStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupSummariesPositionProperty" data-uid="C1.WPF.Grid.FlexGrid.GroupSummariesPositionProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupSummariesPositionProperty.html">GroupSummariesPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupSummariesPosition.html#C1_WPF_Grid_FlexGrid_GroupSummariesPosition">GroupSummariesPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_HeadersVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.HeadersVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.HeadersVisibilityProperty.html">HeadersVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.HeadersVisibility.html#C1_WPF_Grid_FlexGrid_HeadersVisibility">HeadersVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_IsReadOnlyProperty" data-uid="C1.WPF.Grid.FlexGrid.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.IsReadOnly.html#C1_WPF_Grid_FlexGrid_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ItemsSourceProperty" data-uid="C1.WPF.Grid.FlexGrid.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ItemsSource.html#C1_WPF_Grid_FlexGrid_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MaxColumnWidthProperty" data-uid="C1.WPF.Grid.FlexGrid.MaxColumnWidthProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxColumnWidthProperty.html">MaxColumnWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxColumnWidth.html#C1_WPF_Grid_FlexGrid_MaxColumnWidth">MaxColumnWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MaxRowHeightProperty" data-uid="C1.WPF.Grid.FlexGrid.MaxRowHeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxRowHeightProperty.html">MaxRowHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxRowHeight.html#C1_WPF_Grid_FlexGrid_MaxRowHeight">MaxRowHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MinColumnWidthProperty" data-uid="C1.WPF.Grid.FlexGrid.MinColumnWidthProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MinColumnWidthProperty.html">MinColumnWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.MinColumnWidth.html#C1_WPF_Grid_FlexGrid_MinColumnWidth">MinColumnWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MinRowHeightProperty" data-uid="C1.WPF.Grid.FlexGrid.MinRowHeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MinRowHeightProperty.html">MinRowHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.MinRowHeight.html#C1_WPF_Grid_FlexGrid_MinRowHeight">MinRowHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MouseOverModeProperty" data-uid="C1.WPF.Grid.FlexGrid.MouseOverModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MouseOverModeProperty.html">MouseOverModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.MouseOverMode.html#C1_WPF_Grid_FlexGrid_MouseOverMode">MouseOverMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.NewRowBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowBackgroundProperty.html">NewRowBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowBackground.html#C1_WPF_Grid_FlexGrid_NewRowBackground">NewRowBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.NewRowForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowForegroundProperty.html">NewRowForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowForeground.html#C1_WPF_Grid_FlexGrid_NewRowForeground">NewRowForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.NewRowIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowIconTemplateProperty.html">NewRowIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowIconTemplate.html#C1_WPF_Grid_FlexGrid_NewRowIconTemplate">NewRowIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowPlaceholderProperty" data-uid="C1.WPF.Grid.FlexGrid.NewRowPlaceholderProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowPlaceholderProperty.html">NewRowPlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowPlaceholder.html#C1_WPF_Grid_FlexGrid_NewRowPlaceholder">NewRowPlaceholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowPositionProperty" data-uid="C1.WPF.Grid.FlexGrid.NewRowPositionProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowPositionProperty.html">NewRowPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowPosition.html#C1_WPF_Grid_FlexGrid_NewRowPosition">NewRowPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.NewRowStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowStyleProperty.html">NewRowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowStyle.html#C1_WPF_Grid_FlexGrid_NewRowStyle">NewRowStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PopupStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.PopupStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.PopupStyle.html#C1_WPF_Grid_FlexGrid_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.RowBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowBackgroundProperty.html">RowBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowBackground.html#C1_WPF_Grid_FlexGrid_RowBackground">RowBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowErrorStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.RowErrorStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowErrorStyleProperty.html">RowErrorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowErrorStyle.html#C1_WPF_Grid_FlexGrid_RowErrorStyle">RowErrorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.RowForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowForegroundProperty.html">RowForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowForeground.html#C1_WPF_Grid_FlexGrid_RowForeground">RowForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderBackgroundProperty.html">RowHeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderBackground.html#C1_WPF_Grid_FlexGrid_RowHeaderBackground">RowHeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderErrorStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderErrorStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderErrorStyleProperty.html">RowHeaderErrorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderErrorStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderErrorStyle">RowHeaderErrorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontFamilyProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontFamilyProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontFamilyProperty.html">RowHeaderFontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontFamily.html#C1_WPF_Grid_FlexGrid_RowHeaderFontFamily">RowHeaderFontFamily</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontSizeProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontSizeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontSizeProperty.html">RowHeaderFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontSize.html#C1_WPF_Grid_FlexGrid_RowHeaderFontSize">RowHeaderFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontStyleProperty.html">RowHeaderFontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderFontStyle">RowHeaderFontStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontWeightProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontWeightProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontWeightProperty.html">RowHeaderFontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontWeight.html#C1_WPF_Grid_FlexGrid_RowHeaderFontWeight">RowHeaderFontWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderForegroundProperty.html">RowHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderForeground.html#C1_WPF_Grid_FlexGrid_RowHeaderForeground">RowHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderGridLinesBrushProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesBrushProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesBrushProperty.html">RowHeaderGridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_RowHeaderGridLinesBrush">RowHeaderGridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderGridLinesVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesVisibilityProperty.html">RowHeaderGridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_RowHeaderGridLinesVisibility">RowHeaderGridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderSelectedBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderSelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedBackgroundProperty.html">RowHeaderSelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedBackground.html#C1_WPF_Grid_FlexGrid_RowHeaderSelectedBackground">RowHeaderSelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderSelectedForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderSelectedForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedForegroundProperty.html">RowHeaderSelectedForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedForeground.html#C1_WPF_Grid_FlexGrid_RowHeaderSelectedForeground">RowHeaderSelectedForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderSelectedStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderSelectedStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedStyleProperty.html">RowHeaderSelectedStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderSelectedStyle">RowHeaderSelectedStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderStyleProperty.html">RowHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderStyle">RowHeaderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.RowStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowStyleProperty.html">RowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.RowStyle.html#C1_WPF_Grid_FlexGrid_RowStyle">RowStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ScrollTipTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.ScrollTipTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ScrollTipTemplateProperty.html">ScrollTipTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ScrollTipTemplate.html#C1_WPF_Grid_FlexGrid_ScrollTipTemplate">ScrollTipTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectedIndexProperty" data-uid="C1.WPF.Grid.FlexGrid.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedIndex.html#C1_WPF_Grid_FlexGrid_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectedItemProperty" data-uid="C1.WPF.Grid.FlexGrid.SelectedItemProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedItem.html#C1_WPF_Grid_FlexGrid_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionBackground.html#C1_WPF_Grid_FlexGrid_SelectionBackground">SelectionBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionForeground.html#C1_WPF_Grid_FlexGrid_SelectionForeground">SelectionForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionModeProperty" data-uid="C1.WPF.Grid.FlexGrid.SelectionModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionMode.html#C1_WPF_Grid_FlexGrid_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowDesignTimeDataProperty" data-uid="C1.WPF.Grid.FlexGrid.ShowDesignTimeDataProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowDesignTimeDataProperty.html">ShowDesignTimeDataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowDesignTimeData.html#C1_WPF_Grid_FlexGrid_ShowDesignTimeData">ShowDesignTimeData</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowErrorsProperty" data-uid="C1.WPF.Grid.FlexGrid.ShowErrorsProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowErrorsProperty.html">ShowErrorsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowErrors.html#C1_WPF_Grid_FlexGrid_ShowErrors">ShowErrors</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowFilterProperty" data-uid="C1.WPF.Grid.FlexGrid.ShowFilterProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowFilterProperty.html">ShowFilterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowFilter.html#C1_WPF_Grid_FlexGrid_ShowFilter">ShowFilter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowOutlineBarProperty" data-uid="C1.WPF.Grid.FlexGrid.ShowOutlineBarProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowOutlineBarProperty.html">ShowOutlineBarProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowOutlineBar.html#C1_WPF_Grid_FlexGrid_ShowOutlineBar">ShowOutlineBar</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowSelectionMenuProperty" data-uid="C1.WPF.Grid.FlexGrid.ShowSelectionMenuProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowSelectionMenuProperty.html">ShowSelectionMenuProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowSelectionMenu.html#C1_WPF_Grid_FlexGrid_ShowSelectionMenu">ShowSelectionMenu</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowSortProperty" data-uid="C1.WPF.Grid.FlexGrid.ShowSortProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowSortProperty.html">ShowSortProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowSort.html#C1_WPF_Grid_FlexGrid_ShowSort">ShowSort</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortAscendingIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.SortAscendingIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortAscendingIconTemplateProperty.html">SortAscendingIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SortAscendingIconTemplate.html#C1_WPF_Grid_FlexGrid_SortAscendingIconTemplate">SortAscendingIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortDescendingIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.SortDescendingIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortDescendingIconTemplateProperty.html">SortDescendingIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SortDescendingIconTemplate.html#C1_WPF_Grid_FlexGrid_SortDescendingIconTemplate">SortDescendingIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortIconPositionProperty" data-uid="C1.WPF.Grid.FlexGrid.SortIconPositionProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortIconPositionProperty.html">SortIconPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SortIconPosition.html#C1_WPF_Grid_FlexGrid_SortIconPosition">SortIconPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortIndeterminateIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.SortIndeterminateIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortIndeterminateIconTemplateProperty.html">SortIndeterminateIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SortIndeterminateIconTemplate.html#C1_WPF_Grid_FlexGrid_SortIndeterminateIconTemplate">SortIndeterminateIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SummaryIconTemplateProperty" data-uid="C1.WPF.Grid.FlexGrid.SummaryIconTemplateProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SummaryIconTemplateProperty.html">SummaryIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.SummaryIconTemplate.html#C1_WPF_Grid_FlexGrid_SummaryIconTemplate">SummaryIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderBackgroundProperty" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderBackgroundProperty.html">TopLeftHeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderBackground.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderBackground">TopLeftHeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderForegroundProperty" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderForegroundProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderForegroundProperty.html">TopLeftHeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderForeground.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderForeground">TopLeftHeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesBrushProperty" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesBrushProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesBrushProperty.html">TopLeftHeaderGridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesBrush">TopLeftHeaderGridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesVisibilityProperty" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesVisibilityProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesVisibilityProperty.html">TopLeftHeaderGridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesVisibility">TopLeftHeaderGridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderStyleProperty" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderStyleProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderStyleProperty.html">TopLeftHeaderStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderStyle">TopLeftHeaderStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeColumnIndexProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeColumnIndexProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeColumnIndexProperty.html">TreeColumnIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeColumnIndex.html#C1_WPF_Grid_FlexGrid_TreeColumnIndex">TreeColumnIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeExpandModeProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeExpandModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeExpandModeProperty.html">TreeExpandModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeExpandMode.html#C1_WPF_Grid_FlexGrid_TreeExpandMode">TreeExpandMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeIndentModeProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeIndentModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeIndentModeProperty.html">TreeIndentModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeIndentMode.html#C1_WPF_Grid_FlexGrid_TreeIndentMode">TreeIndentMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeIndentProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeIndentProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeIndentProperty.html">TreeIndentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeIndent.html#C1_WPF_Grid_FlexGrid_TreeIndent">TreeIndent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesBrushProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesBrushProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesBrushProperty.html">TreeLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesBrush.html#C1_WPF_Grid_FlexGrid_TreeLinesBrush">TreeLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesDashArrayProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesDashArrayProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesDashArrayProperty.html">TreeLinesDashArrayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesDashArray.html#C1_WPF_Grid_FlexGrid_TreeLinesDashArray">TreeLinesDashArray</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesModeProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesModeProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesModeProperty.html">TreeLinesModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesMode.html#C1_WPF_Grid_FlexGrid_TreeLinesMode">TreeLinesMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesRadiusXProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesRadiusXProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesRadiusXProperty.html">TreeLinesRadiusXProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesRadiusX.html#C1_WPF_Grid_FlexGrid_TreeLinesRadiusX">TreeLinesRadiusX</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesRadiusYProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesRadiusYProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesRadiusYProperty.html">TreeLinesRadiusYProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesRadiusY.html#C1_WPF_Grid_FlexGrid_TreeLinesRadiusY">TreeLinesRadiusY</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesThicknessProperty" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesThicknessProperty">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesThicknessProperty.html">TreeLinesThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesThickness.html#C1_WPF_Grid_FlexGrid_TreeLinesThickness">TreeLinesThickness</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_WPF_Grid_FlexGrid_ActualAlternatingRowStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualAlternatingRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualAlternatingRowStyle.html#C1_WPF_Grid_FlexGrid_ActualAlternatingRowStyle">ActualAlternatingRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the cells of an odd-numbered row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualBottomLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualBottomLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualBottomLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualBottomLeftHeaderStyle">ActualBottomLeftHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the bottom-left header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualColumnFooterSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualColumnFooterSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnFooterSelectedStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnFooterSelectedStyle">ActualColumnFooterSelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the column-footer cells when they are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualColumnFooterStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualColumnFooterStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnFooterStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnFooterStyle">ActualColumnFooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the column-footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualColumnHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualColumnHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnHeaderSelectedStyle">ActualColumnHeaderSelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the column-header cells when they are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualColumnHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualColumnHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnHeaderStyle">ActualColumnHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the column-header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualErrorStyle.html#C1_WPF_Grid_FlexGrid_ActualErrorStyle">ActualErrorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to cells with errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualGroupRowStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualGroupRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualGroupRowStyle.html#C1_WPF_Grid_FlexGrid_ActualGroupRowStyle">ActualGroupRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to cells of a group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualNewRowStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualNewRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualNewRowStyle.html#C1_WPF_Grid_FlexGrid_ActualNewRowStyle">ActualNewRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to cells of a new-row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualRowErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualRowErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowErrorStyle.html#C1_WPF_Grid_FlexGrid_ActualRowErrorStyle">ActualRowErrorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to cells with errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualRowHeaderErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualRowHeaderErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowHeaderErrorStyle.html#C1_WPF_Grid_FlexGrid_ActualRowHeaderErrorStyle">ActualRowHeaderErrorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to row-header cells with errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualRowHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualRowHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_ActualRowHeaderSelectedStyle">ActualRowHeaderSelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the row-header cells when they are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualRowHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualRowHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualRowHeaderStyle">ActualRowHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the row-header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualRowStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowStyle.html#C1_WPF_Grid_FlexGrid_ActualRowStyle">ActualRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the cells of a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ActualTopLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.ActualTopLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualTopLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualTopLeftHeaderStyle">ActualTopLeftHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual style that will be applied to the top-left header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowDeleting" data-uid="C1.WPF.Grid.FlexGrid.AllowDeleting">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowDeleting.html#C1_WPF_Grid_FlexGrid_AllowDeleting">AllowDeleting</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether row deleting is allowed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowDragging" data-uid="C1.WPF.Grid.FlexGrid.AllowDragging">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowDragging.html#C1_WPF_Grid_FlexGrid_AllowDragging">AllowDragging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowFiltering" data-uid="C1.WPF.Grid.FlexGrid.AllowFiltering">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowFiltering.html#C1_WPF_Grid_FlexGrid_AllowFiltering">AllowFiltering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are allowed to filter this column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowGrouping" data-uid="C1.WPF.Grid.FlexGrid.AllowGrouping">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowGrouping.html#C1_WPF_Grid_FlexGrid_AllowGrouping">AllowGrouping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are allowed to group the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowMerging" data-uid="C1.WPF.Grid.FlexGrid.AllowMerging">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowMerging.html#C1_WPF_Grid_FlexGrid_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which parts of the grid support
cell merging.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowResizing" data-uid="C1.WPF.Grid.FlexGrid.AllowResizing">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowResizing.html#C1_WPF_Grid_FlexGrid_AllowResizing">AllowResizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether users are allowed to resize rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AllowSorting" data-uid="C1.WPF.Grid.FlexGrid.AllowSorting">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AllowSorting.html#C1_WPF_Grid_FlexGrid_AllowSorting">AllowSorting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether users are allowed to sort columns by tapping or clicking the column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AlternatingRowBackground" data-uid="C1.WPF.Grid.FlexGrid.AlternatingRowBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowBackground.html#C1_WPF_Grid_FlexGrid_AlternatingRowBackground">AlternatingRowBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of odd-numbered rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AlternatingRowForeground" data-uid="C1.WPF.Grid.FlexGrid.AlternatingRowForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowForeground.html#C1_WPF_Grid_FlexGrid_AlternatingRowForeground">AlternatingRowForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the foreground of odd-numbered rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AlternatingRowStyle" data-uid="C1.WPF.Grid.FlexGrid.AlternatingRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AlternatingRowStyle.html#C1_WPF_Grid_FlexGrid_AlternatingRowStyle">AlternatingRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the odd-numbered rows cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoGenerateColumns" data-uid="C1.WPF.Grid.FlexGrid.AutoGenerateColumns">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoGenerateColumns.html#C1_WPF_Grid_FlexGrid_AutoGenerateColumns">AutoGenerateColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to determine whether columns are generated automatically from the properties of the items of <span class="xref">ItemsSource</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoSizeMode" data-uid="C1.WPF.Grid.FlexGrid.AutoSizeMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeMode.html#C1_WPF_Grid_FlexGrid_AutoSizeMode">AutoSizeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which cells should be taken into account when auto-sizing a row or column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutomationEnabled" data-uid="C1.WPF.Grid.FlexGrid.AutomationEnabled">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutomationEnabled.html#C1_WPF_Grid_FlexGrid_AutomationEnabled">AutomationEnabled</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftCells" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftCells">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftCells.html#C1_WPF_Grid_FlexGrid_BottomLeftCells">BottomLeftCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridPanel.html">GridPanel</a> that contains the cells in the lower left corner of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderBackground" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderBackground.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderBackground">BottomLeftHeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of the
cell at the bottom-left corner of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderForeground" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderForeground.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderForeground">BottomLeftHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the bottom-left header text and glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesBrush" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesBrush">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesBrush">BottomLeftHeaderGridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the lines between
bottom-left header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesVisibility" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderGridLinesVisibility">BottomLeftHeaderGridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which grid lines separating bottom-left header cells are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BottomLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.BottomLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BottomLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_BottomLeftHeaderStyle">BottomLeftHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the bottom-left headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CellFactory" data-uid="C1.WPF.Grid.FlexGrid.CellFactory">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CellFactory.html#C1_WPF_Grid_FlexGrid_CellFactory">CellFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the factory of cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Cells" data-uid="C1.WPF.Grid.FlexGrid.Cells">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Cells.html#C1_WPF_Grid_FlexGrid_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridPanel.html">GridPanel</a> that contains the data cells in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ChildItemsPath" data-uid="C1.WPF.Grid.FlexGrid.ChildItemsPath">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ChildItemsPath.html#C1_WPF_Grid_FlexGrid_ChildItemsPath">ChildItemsPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property used to generate child rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ClassicStyle" data-uid="C1.WPF.Grid.FlexGrid.ClassicStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ClassicStyle.html#C1_WPF_Grid_FlexGrid_ClassicStyle">ClassicStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a style that mimics excel-style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ClipboardCopyMode" data-uid="C1.WPF.Grid.FlexGrid.ClipboardCopyMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ClipboardCopyMode.html#C1_WPF_Grid_FlexGrid_ClipboardCopyMode">ClipboardCopyMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates how content is copied to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterBackground" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterBackground.html#C1_WPF_Grid_FlexGrid_ColumnFooterBackground">ColumnFooterBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the column footer background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontFamily" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontFamily">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontFamily.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontFamily">ColumnFooterFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family applied to column footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontSize" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontSize">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontSize.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontSize">ColumnFooterFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size applied to column footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontStyle" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontStyle.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontStyle">ColumnFooterFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style applied to column footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterFontWeight" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterFontWeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterFontWeight.html#C1_WPF_Grid_FlexGrid_ColumnFooterFontWeight">ColumnFooterFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight applied to column footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterForeground" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterForeground.html#C1_WPF_Grid_FlexGrid_ColumnFooterForeground">ColumnFooterForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the column footer text and glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesBrush" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesBrush">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesBrush.html#C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesBrush">ColumnFooterGridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the lines between
column footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesVisibility" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_ColumnFooterGridLinesVisibility">ColumnFooterGridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which grid lines separating column footer cells are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterRows" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterRows">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterRows.html#C1_WPF_Grid_FlexGrid_ColumnFooterRows">ColumnFooterRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows of the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterSelectedBackground" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedBackground.html#C1_WPF_Grid_FlexGrid_ColumnFooterSelectedBackground">ColumnFooterSelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint column footer background
for selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterSelectedForeground" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedForeground.html#C1_WPF_Grid_FlexGrid_ColumnFooterSelectedForeground">ColumnFooterSelectedForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint column footer foreground
for selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterSelectedStyle.html#C1_WPF_Grid_FlexGrid_ColumnFooterSelectedStyle">ColumnFooterSelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the selected column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooterStyle" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooterStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooterStyle.html#C1_WPF_Grid_FlexGrid_ColumnFooterStyle">ColumnFooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFooters" data-uid="C1.WPF.Grid.FlexGrid.ColumnFooters">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFooters.html#C1_WPF_Grid_FlexGrid_ColumnFooters">ColumnFooters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridPanel.html">GridPanel</a> that contains the column footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderBackground" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderBackground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderBackground">ColumnHeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the column header background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontFamily" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontFamily">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontFamily.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontFamily">ColumnHeaderFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family applied to column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontSize" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontSize">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontSize.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontSize">ColumnHeaderFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size applied to column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontStyle" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontStyle.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontStyle">ColumnHeaderFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style applied to column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderFontWeight" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderFontWeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderFontWeight.html#C1_WPF_Grid_FlexGrid_ColumnHeaderFontWeight">ColumnHeaderFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight applied to column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderForeground" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderForeground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderForeground">ColumnHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the column header text and glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesBrush" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesBrush">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesBrush">ColumnHeaderGridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the lines between
column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesVisibility" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_ColumnHeaderGridLinesVisibility">ColumnHeaderGridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which grid lines separating column header cells are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderRows" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderRows">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderRows.html#C1_WPF_Grid_FlexGrid_ColumnHeaderRows">ColumnHeaderRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows of the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedBackground" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedBackground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedBackground">ColumnHeaderSelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint column header background
for selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedForeground" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedForeground.html#C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedForeground">ColumnHeaderSelectedForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint column header foreground
for selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_ColumnHeaderSelectedStyle">ColumnHeaderSelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the selected column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaderStyle.html#C1_WPF_Grid_FlexGrid_ColumnHeaderStyle">ColumnHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnHeaders" data-uid="C1.WPF.Grid.FlexGrid.ColumnHeaders">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnHeaders.html#C1_WPF_Grid_FlexGrid_ColumnHeaders">ColumnHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridPanel.html">GridPanel</a> that contains the column header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnOptionsIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.ColumnOptionsIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsIconTemplate.html#C1_WPF_Grid_FlexGrid_ColumnOptionsIconTemplate">ColumnOptionsIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the icon displayed in the column header showing there are options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnOptionsMenuVisibility" data-uid="C1.WPF.Grid.FlexGrid.ColumnOptionsMenuVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsMenuVisibility.html#C1_WPF_Grid_FlexGrid_ColumnOptionsMenuVisibility">ColumnOptionsMenuVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the column-header menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Columns" data-uid="C1.WPF.Grid.FlexGrid.Columns">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Columns.html#C1_WPF_Grid_FlexGrid_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of columns of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorBackground" data-uid="C1.WPF.Grid.FlexGrid.CursorBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorBackground.html#C1_WPF_Grid_FlexGrid_CursorBackground">CursorBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of cursor cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorForeground" data-uid="C1.WPF.Grid.FlexGrid.CursorForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorForeground.html#C1_WPF_Grid_FlexGrid_CursorForeground">CursorForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the text of cursor cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorRange" data-uid="C1.WPF.Grid.FlexGrid.CursorRange">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorRange.html#C1_WPF_Grid_FlexGrid_CursorRange">CursorRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that corresponds to the cursor cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DataCollection" data-uid="C1.WPF.Grid.FlexGrid.DataCollection">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DataCollection.html#C1_WPF_Grid_FlexGrid_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the inner collection view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultColumnHeaderRowHeight" data-uid="C1.WPF.Grid.FlexGrid.DefaultColumnHeaderRowHeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultColumnHeaderRowHeight.html#C1_WPF_Grid_FlexGrid_DefaultColumnHeaderRowHeight">DefaultColumnHeaderRowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default height of the rows used to display column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultColumnWidth" data-uid="C1.WPF.Grid.FlexGrid.DefaultColumnWidth">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultColumnWidth.html#C1_WPF_Grid_FlexGrid_DefaultColumnWidth">DefaultColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default width of the columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultGroupRowHeight" data-uid="C1.WPF.Grid.FlexGrid.DefaultGroupRowHeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultGroupRowHeight.html#C1_WPF_Grid_FlexGrid_DefaultGroupRowHeight">DefaultGroupRowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default height of the group rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultRowHeaderColumnWidth" data-uid="C1.WPF.Grid.FlexGrid.DefaultRowHeaderColumnWidth">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultRowHeaderColumnWidth.html#C1_WPF_Grid_FlexGrid_DefaultRowHeaderColumnWidth">DefaultRowHeaderColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default width of the columns used to display row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DefaultRowHeight" data-uid="C1.WPF.Grid.FlexGrid.DefaultRowHeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DefaultRowHeight.html#C1_WPF_Grid_FlexGrid_DefaultRowHeight">DefaultRowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default height of the rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.EditIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditIconTemplate.html#C1_WPF_Grid_FlexGrid_EditIconTemplate">EditIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the icon displayed in the header when a row is being edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditorBackground" data-uid="C1.WPF.Grid.FlexGrid.EditorBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorBackground.html#C1_WPF_Grid_FlexGrid_EditorBackground">EditorBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of
cells in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditorForeground" data-uid="C1.WPF.Grid.FlexGrid.EditorForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorForeground.html#C1_WPF_Grid_FlexGrid_EditorForeground">EditorForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the foreground of
cells in edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EditorRange" data-uid="C1.WPF.Grid.FlexGrid.EditorRange">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EditorRange.html#C1_WPF_Grid_FlexGrid_EditorRange">EditorRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> that corresponds to the cell currently being edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ErrorIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.ErrorIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorIconTemplate.html#C1_WPF_Grid_FlexGrid_ErrorIconTemplate">ErrorIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the icon displayed in the header when a row has an error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.ErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorStyle.html#C1_WPF_Grid_FlexGrid_ErrorStyle">ErrorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to cells with errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ErrorToolTipStyle" data-uid="C1.WPF.Grid.FlexGrid.ErrorToolTipStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ErrorToolTipStyle.html#C1_WPF_Grid_FlexGrid_ErrorToolTipStyle">ErrorToolTipStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the error tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FilterIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.FilterIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FilterIconTemplate.html#C1_WPF_Grid_FlexGrid_FilterIconTemplate">FilterIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the filter icon used throughout the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenBottomRows" data-uid="C1.WPF.Grid.FlexGrid.FrozenBottomRows">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenBottomRows.html#C1_WPF_Grid_FlexGrid_FrozenBottomRows">FrozenBottomRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of frozen rows at the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenColumns" data-uid="C1.WPF.Grid.FlexGrid.FrozenColumns">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenColumns.html#C1_WPF_Grid_FlexGrid_FrozenColumns">FrozenColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of frozen columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenRightColumns" data-uid="C1.WPF.Grid.FlexGrid.FrozenRightColumns">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenRightColumns.html#C1_WPF_Grid_FlexGrid_FrozenRightColumns">FrozenRightColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of frozen columns at the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FrozenRows" data-uid="C1.WPF.Grid.FlexGrid.FrozenRows">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FrozenRows.html#C1_WPF_Grid_FlexGrid_FrozenRows">FrozenRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of frozen rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupCollapsedIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.GroupCollapsedIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupCollapsedIconTemplate.html#C1_WPF_Grid_FlexGrid_GroupCollapsedIconTemplate">GroupCollapsedIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the icon displayed when the group is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupExpandedIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.GroupExpandedIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupExpandedIconTemplate.html#C1_WPF_Grid_FlexGrid_GroupExpandedIconTemplate">GroupExpandedIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the icon displayed when the group is expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupHeaderConverter" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderConverter">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupHeaderConverter.html#C1_WPF_Grid_FlexGrid_GroupHeaderConverter">GroupHeaderConverter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.data.ivalueconverter">IValueConverter</a> used to create the content shown
in <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a> cells to summarize group information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupHeaderFormat" data-uid="C1.WPF.Grid.FlexGrid.GroupHeaderFormat">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupHeaderFormat.html#C1_WPF_Grid_FlexGrid_GroupHeaderFormat">GroupHeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used to create the group header content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowBackground" data-uid="C1.WPF.Grid.FlexGrid.GroupRowBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowBackground.html#C1_WPF_Grid_FlexGrid_GroupRowBackground">GroupRowBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the group row background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontFamily" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontFamily">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontFamily.html#C1_WPF_Grid_FlexGrid_GroupRowFontFamily">GroupRowFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family applied to group row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontSize" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontSize">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontSize.html#C1_WPF_Grid_FlexGrid_GroupRowFontSize">GroupRowFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size applied to group row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontStyle" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontStyle.html#C1_WPF_Grid_FlexGrid_GroupRowFontStyle">GroupRowFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style applied to group row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowFontWeight" data-uid="C1.WPF.Grid.FlexGrid.GroupRowFontWeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowFontWeight.html#C1_WPF_Grid_FlexGrid_GroupRowFontWeight">GroupRowFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight applied to group row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowForeground" data-uid="C1.WPF.Grid.FlexGrid.GroupRowForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowForeground.html#C1_WPF_Grid_FlexGrid_GroupRowForeground">GroupRowForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the text and glyphs of the group rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowPosition" data-uid="C1.WPF.Grid.FlexGrid.GroupRowPosition">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowPosition.html#C1_WPF_Grid_FlexGrid_GroupRowPosition">GroupRowPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates where group rows should be displayed with
respect to the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupRowStyle" data-uid="C1.WPF.Grid.FlexGrid.GroupRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupRowStyle.html#C1_WPF_Grid_FlexGrid_GroupRowStyle">GroupRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the group-row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupSummariesPosition" data-uid="C1.WPF.Grid.FlexGrid.GroupSummariesPosition">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupSummariesPosition.html#C1_WPF_Grid_FlexGrid_GroupSummariesPosition">GroupSummariesPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates where the group-summaries are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_HeadersVisibility" data-uid="C1.WPF.Grid.FlexGrid.HeadersVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.HeadersVisibility.html#C1_WPF_Grid_FlexGrid_HeadersVisibility">HeadersVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the visibility of row and column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_IsReadOnly" data-uid="C1.WPF.Grid.FlexGrid.IsReadOnly">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.IsReadOnly.html#C1_WPF_Grid_FlexGrid_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value to determine whether the grid is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Item_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.FlexGrid.Item(C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Item.html#C1_WPF_Grid_FlexGrid_Item_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_">this[GridRow, GridColumn]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the cell specified by its row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Item_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.Item(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Item.html#C1_WPF_Grid_FlexGrid_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the cell specified by its row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ItemsSource" data-uid="C1.WPF.Grid.FlexGrid.ItemsSource">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ItemsSource.html#C1_WPF_Grid_FlexGrid_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MaxColumnWidth" data-uid="C1.WPF.Grid.FlexGrid.MaxColumnWidth">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxColumnWidth.html#C1_WPF_Grid_FlexGrid_MaxColumnWidth">MaxColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of columns in the <a class="xref" href="C1.WPF.Grid.FlexGrid.html">FlexGrid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MaxGroupLevel" data-uid="C1.WPF.Grid.FlexGrid.MaxGroupLevel">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxGroupLevel.html#C1_WPF_Grid_FlexGrid_MaxGroupLevel">MaxGroupLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum group level present in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MaxRowHeight" data-uid="C1.WPF.Grid.FlexGrid.MaxRowHeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MaxRowHeight.html#C1_WPF_Grid_FlexGrid_MaxRowHeight">MaxRowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum height of rows in the <a class="xref" href="C1.WPF.Grid.FlexGrid.html">FlexGrid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MergeManager" data-uid="C1.WPF.Grid.FlexGrid.MergeManager">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MergeManager.html#C1_WPF_Grid_FlexGrid_MergeManager">MergeManager</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the merge manager.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MinColumnWidth" data-uid="C1.WPF.Grid.FlexGrid.MinColumnWidth">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MinColumnWidth.html#C1_WPF_Grid_FlexGrid_MinColumnWidth">MinColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of columns in the <a class="xref" href="C1.WPF.Grid.FlexGrid.html">FlexGrid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MinRowHeight" data-uid="C1.WPF.Grid.FlexGrid.MinRowHeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MinRowHeight.html#C1_WPF_Grid_FlexGrid_MinRowHeight">MinRowHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum height of rows in the <a class="xref" href="C1.WPF.Grid.FlexGrid.html">FlexGrid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_MouseOverMode" data-uid="C1.WPF.Grid.FlexGrid.MouseOverMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.MouseOverMode.html#C1_WPF_Grid_FlexGrid_MouseOverMode">MouseOverMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the mouse over mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowBackground" data-uid="C1.WPF.Grid.FlexGrid.NewRowBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowBackground.html#C1_WPF_Grid_FlexGrid_NewRowBackground">NewRowBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the new row background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowForeground" data-uid="C1.WPF.Grid.FlexGrid.NewRowForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowForeground.html#C1_WPF_Grid_FlexGrid_NewRowForeground">NewRowForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the text and glyphs of the new row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.NewRowIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowIconTemplate.html#C1_WPF_Grid_FlexGrid_NewRowIconTemplate">NewRowIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the icon displayed in the header of a new row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowPlaceholder" data-uid="C1.WPF.Grid.FlexGrid.NewRowPlaceholder">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowPlaceholder.html#C1_WPF_Grid_FlexGrid_NewRowPlaceholder">NewRowPlaceholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message displayed in the new row template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowPosition" data-uid="C1.WPF.Grid.FlexGrid.NewRowPosition">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowPosition.html#C1_WPF_Grid_FlexGrid_NewRowPosition">NewRowPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the new row template should be
displayed at the bottom or at the top of the grid, or if there should not be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_NewRowStyle" data-uid="C1.WPF.Grid.FlexGrid.NewRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.NewRowStyle.html#C1_WPF_Grid_FlexGrid_NewRowStyle">NewRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the new-row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PopupStyle" data-uid="C1.WPF.Grid.FlexGrid.PopupStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PopupStyle.html#C1_WPF_Grid_FlexGrid_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowBackground" data-uid="C1.WPF.Grid.FlexGrid.RowBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowBackground.html#C1_WPF_Grid_FlexGrid_RowBackground">RowBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint row backgrounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.RowErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowErrorStyle.html#C1_WPF_Grid_FlexGrid_RowErrorStyle">RowErrorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to cells whose row has errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowForeground" data-uid="C1.WPF.Grid.FlexGrid.RowForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowForeground.html#C1_WPF_Grid_FlexGrid_RowForeground">RowForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint row foreground.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderBackground" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderBackground.html#C1_WPF_Grid_FlexGrid_RowHeaderBackground">RowHeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the row header background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderColumns" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderColumns">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderColumns.html#C1_WPF_Grid_FlexGrid_RowHeaderColumns">RowHeaderColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of columns of the row header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderErrorStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderErrorStyle">RowHeaderErrorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to row header cells whose row has errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontFamily" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontFamily">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontFamily.html#C1_WPF_Grid_FlexGrid_RowHeaderFontFamily">RowHeaderFontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font family applied to row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontSize" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontSize">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontSize.html#C1_WPF_Grid_FlexGrid_RowHeaderFontSize">RowHeaderFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font size applied to row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontStyle" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderFontStyle">RowHeaderFontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style applied to row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderFontWeight" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderFontWeight">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderFontWeight.html#C1_WPF_Grid_FlexGrid_RowHeaderFontWeight">RowHeaderFontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight applied to row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderForeground" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderForeground.html#C1_WPF_Grid_FlexGrid_RowHeaderForeground">RowHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the row header text and glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderGridLinesBrush" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesBrush">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_RowHeaderGridLinesBrush">RowHeaderGridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the lines between
row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderGridLinesVisibility" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_RowHeaderGridLinesVisibility">RowHeaderGridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which grid lines separating row header cells are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderSelectedBackground" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderSelectedBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedBackground.html#C1_WPF_Grid_FlexGrid_RowHeaderSelectedBackground">RowHeaderSelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint row header background
for selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderSelectedForeground" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderSelectedForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedForeground.html#C1_WPF_Grid_FlexGrid_RowHeaderSelectedForeground">RowHeaderSelectedForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint row header foreground
for selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderSelectedStyle">RowHeaderSelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> applied to the selected row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.RowHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaderStyle.html#C1_WPF_Grid_FlexGrid_RowHeaderStyle">RowHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the row headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowHeaders" data-uid="C1.WPF.Grid.FlexGrid.RowHeaders">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowHeaders.html#C1_WPF_Grid_FlexGrid_RowHeaders">RowHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridPanel.html">GridPanel</a> that contains the row header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowStyle" data-uid="C1.WPF.Grid.FlexGrid.RowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowStyle.html#C1_WPF_Grid_FlexGrid_RowStyle">RowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the normal rows cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Rows" data-uid="C1.WPF.Grid.FlexGrid.Rows">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Rows.html#C1_WPF_Grid_FlexGrid_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ScrollTipTemplate" data-uid="C1.WPF.Grid.FlexGrid.ScrollTipTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ScrollTipTemplate.html#C1_WPF_Grid_FlexGrid_ScrollTipTemplate">ScrollTipTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a data-template displayed when scrolling the vertical scrollbar thumb.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectedIndex" data-uid="C1.WPF.Grid.FlexGrid.SelectedIndex">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedIndex.html#C1_WPF_Grid_FlexGrid_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected row index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectedItem" data-uid="C1.WPF.Grid.FlexGrid.SelectedItem">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedItem.html#C1_WPF_Grid_FlexGrid_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectedItems" data-uid="C1.WPF.Grid.FlexGrid.SelectedItems">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedItems.html#C1_WPF_Grid_FlexGrid_SelectedItems">SelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of selected data items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectedRanges" data-uid="C1.WPF.Grid.FlexGrid.SelectedRanges">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectedRanges.html#C1_WPF_Grid_FlexGrid_SelectedRanges">SelectedRanges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selected ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Selection" data-uid="C1.WPF.Grid.FlexGrid.Selection">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Selection.html#C1_WPF_Grid_FlexGrid_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionBackground" data-uid="C1.WPF.Grid.FlexGrid.SelectionBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionBackground.html#C1_WPF_Grid_FlexGrid_SelectionBackground">SelectionBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionForeground" data-uid="C1.WPF.Grid.FlexGrid.SelectionForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionForeground.html#C1_WPF_Grid_FlexGrid_SelectionForeground">SelectionForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionMode" data-uid="C1.WPF.Grid.FlexGrid.SelectionMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionMode.html#C1_WPF_Grid_FlexGrid_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the cells, columns or rows are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowDesignTimeData" data-uid="C1.WPF.Grid.FlexGrid.ShowDesignTimeData">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowDesignTimeData.html#C1_WPF_Grid_FlexGrid_ShowDesignTimeData">ShowDesignTimeData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control generates design-time data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowErrors" data-uid="C1.WPF.Grid.FlexGrid.ShowErrors">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowErrors.html#C1_WPF_Grid_FlexGrid_ShowErrors">ShowErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the errors are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowFilter" data-uid="C1.WPF.Grid.FlexGrid.ShowFilter">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowFilter.html#C1_WPF_Grid_FlexGrid_ShowFilter">ShowFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should display filter indicators in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowOutlineBar" data-uid="C1.WPF.Grid.FlexGrid.ShowOutlineBar">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowOutlineBar.html#C1_WPF_Grid_FlexGrid_ShowOutlineBar">ShowOutlineBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the grid should display
the outline button bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowSelectionMenu" data-uid="C1.WPF.Grid.FlexGrid.ShowSelectionMenu">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowSelectionMenu.html#C1_WPF_Grid_FlexGrid_ShowSelectionMenu">ShowSelectionMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the grid shows menu
when select rows or cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowSort" data-uid="C1.WPF.Grid.FlexGrid.ShowSort">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowSort.html#C1_WPF_Grid_FlexGrid_ShowSort">ShowSort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the grid should display sort indicators in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortAscendingIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.SortAscendingIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortAscendingIconTemplate.html#C1_WPF_Grid_FlexGrid_SortAscendingIconTemplate">SortAscendingIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the sort icon when it is sorted ascending.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortDescendingIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.SortDescendingIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortDescendingIconTemplate.html#C1_WPF_Grid_FlexGrid_SortDescendingIconTemplate">SortDescendingIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the sort icon when it is sorted descending.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortIconPosition" data-uid="C1.WPF.Grid.FlexGrid.SortIconPosition">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortIconPosition.html#C1_WPF_Grid_FlexGrid_SortIconPosition">SortIconPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the sort icon inside the column header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SortIndeterminateIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.SortIndeterminateIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SortIndeterminateIconTemplate.html#C1_WPF_Grid_FlexGrid_SortIndeterminateIconTemplate">SortIndeterminateIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the sort icon when it is not sorted yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SummaryIconTemplate" data-uid="C1.WPF.Grid.FlexGrid.SummaryIconTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SummaryIconTemplate.html#C1_WPF_Grid_FlexGrid_SummaryIconTemplate">SummaryIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the summary row icon used throughout the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopCellFactory" data-uid="C1.WPF.Grid.FlexGrid.TopCellFactory">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopCellFactory.html#C1_WPF_Grid_FlexGrid_TopCellFactory">TopCellFactory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the top-most factory of cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftCells" data-uid="C1.WPF.Grid.FlexGrid.TopLeftCells">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftCells.html#C1_WPF_Grid_FlexGrid_TopLeftCells">TopLeftCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Grid.GridPanel.html">GridPanel</a> that contains the cells in the upper left corner of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderBackground" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderBackground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderBackground.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderBackground">TopLeftHeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the background of the
cell at the top-left corner of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderForeground" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderForeground">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderForeground.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderForeground">TopLeftHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the top-left header text and glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesBrush" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesBrush">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesBrush.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesBrush">TopLeftHeaderGridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint the lines between
top-left header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesVisibility" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesVisibility">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderGridLinesVisibility.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderGridLinesVisibility">TopLeftHeaderGridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates which grid lines separating top-left header cells are shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TopLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.TopLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TopLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_TopLeftHeaderStyle">TopLeftHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> of the top-left headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeColumnIndex" data-uid="C1.WPF.Grid.FlexGrid.TreeColumnIndex">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeColumnIndex.html#C1_WPF_Grid_FlexGrid_TreeColumnIndex">TreeColumnIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the column that will display the expand/collapse buttons in <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a>'s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeExpandMode" data-uid="C1.WPF.Grid.FlexGrid.TreeExpandMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeExpandMode.html#C1_WPF_Grid_FlexGrid_TreeExpandMode">TreeExpandMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode the tree created after setting the property ChildItemsPath.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeIndent" data-uid="C1.WPF.Grid.FlexGrid.TreeIndent">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeIndent.html#C1_WPF_Grid_FlexGrid_TreeIndent">TreeIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the indent used to offset each group of rows in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeIndentMode" data-uid="C1.WPF.Grid.FlexGrid.TreeIndentMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeIndentMode.html#C1_WPF_Grid_FlexGrid_TreeIndentMode">TreeIndentMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how cells are indented.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesBrush" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesBrush">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesBrush.html#C1_WPF_Grid_FlexGrid_TreeLinesBrush">TreeLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that is used to paint tree-lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesDashArray" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesDashArray">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesDashArray.html#C1_WPF_Grid_FlexGrid_TreeLinesDashArray">TreeLinesDashArray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash-array of the tree-lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesMode" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesMode">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesMode.html#C1_WPF_Grid_FlexGrid_TreeLinesMode">TreeLinesMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether and how the tree-lines are displayed to connect parent-children rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesRadiusX" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesRadiusX">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesRadiusX.html#C1_WPF_Grid_FlexGrid_TreeLinesRadiusX">TreeLinesRadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal radius of the tree-lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesRadiusY" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesRadiusY">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesRadiusY.html#C1_WPF_Grid_FlexGrid_TreeLinesRadiusY">TreeLinesRadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical radius of the tree-lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_TreeLinesThickness" data-uid="C1.WPF.Grid.FlexGrid.TreeLinesThickness">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.TreeLinesThickness.html#C1_WPF_Grid_FlexGrid_TreeLinesThickness">TreeLinesThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the tree-lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ViewRange" data-uid="C1.WPF.Grid.FlexGrid.ViewRange">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ViewRange.html#C1_WPF_Grid_FlexGrid_ViewRange">ViewRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridCellRange.html">GridCellRange</a> value that indicates the range of cells
currently visible on the grid.</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_WPF_Grid_FlexGrid_AutoSizeColumn_System_Int32_C1_WPF_Grid_GridRowColType_" data-uid="C1.WPF.Grid.FlexGrid.AutoSizeColumn(System.Int32,C1.WPF.Grid.GridRowColType)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeColumn.html#C1_WPF_Grid_FlexGrid_AutoSizeColumn_System_Int32_C1_WPF_Grid_GridRowColType_">AutoSizeColumn(int, GridRowColType)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes a column to fit their visible content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoSizeColumns_System_Int32_System_Int32_C1_WPF_Grid_GridRowColType_" data-uid="C1.WPF.Grid.FlexGrid.AutoSizeColumns(System.Int32,System.Int32,C1.WPF.Grid.GridRowColType)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeColumns.html#C1_WPF_Grid_FlexGrid_AutoSizeColumns_System_Int32_System_Int32_C1_WPF_Grid_GridRowColType_">AutoSizeColumns(int, int, GridRowColType)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes a column range to fit their visible content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoSizeRow_System_Int32_C1_WPF_Grid_GridRowColType_" data-uid="C1.WPF.Grid.FlexGrid.AutoSizeRow(System.Int32,C1.WPF.Grid.GridRowColType)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeRow.html#C1_WPF_Grid_FlexGrid_AutoSizeRow_System_Int32_C1_WPF_Grid_GridRowColType_">AutoSizeRow(int, GridRowColType)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes a row to fit their visible contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoSizeRows_System_Int32_System_Int32_C1_WPF_Grid_GridRowColType_" data-uid="C1.WPF.Grid.FlexGrid.AutoSizeRows(System.Int32,System.Int32,C1.WPF.Grid.GridRowColType)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoSizeRows.html#C1_WPF_Grid_FlexGrid_AutoSizeRows_System_Int32_System_Int32_C1_WPF_Grid_GridRowColType_">AutoSizeRows(int, int, GridRowColType)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes a row range to fit their visible contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BeginInit" data-uid="C1.WPF.Grid.FlexGrid.BeginInit">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BeginInit.html#C1_WPF_Grid_FlexGrid_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CollapseGroups_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.CollapseGroups(System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CollapseGroups.html#C1_WPF_Grid_FlexGrid_CollapseGroups_System_Int32_">CollapseGroups(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Collapses the groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Copy_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.Copy(System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Copy.html#C1_WPF_Grid_FlexGrid_Copy_System_Boolean_System_Boolean_">Copy(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy the current selection to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CreatePrintPaginator_System_Windows_Size_System_Collections_Generic_List_System_Windows_FrameworkElement__C1_WPF_Grid_GridPrintParameters_System_Collections_Generic_List_System_Int32__System_Collections_Generic_List_System_Int32__System_Double_" data-uid="C1.WPF.Grid.FlexGrid.CreatePrintPaginator(System.Windows.Size,System.Collections.Generic.List{System.Windows.FrameworkElement},C1.WPF.Grid.GridPrintParameters,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32},System.Double)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CreatePrintPaginator.html#C1_WPF_Grid_FlexGrid_CreatePrintPaginator_System_Windows_Size_System_Collections_Generic_List_System_Windows_FrameworkElement__C1_WPF_Grid_GridPrintParameters_System_Collections_Generic_List_System_Int32__System_Collections_Generic_List_System_Int32__System_Double_">CreatePrintPaginator(Size, List&lt;FrameworkElement&gt;, GridPrintParameters, List&lt;int&gt;, List&lt;int&gt;, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Factory method to create printing paginator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CreateSelectionMenu_System_Collections_Generic_IReadOnlyList_C1_WPF_Grid_GridCellRange__" data-uid="C1.WPF.Grid.FlexGrid.CreateSelectionMenu(System.Collections.Generic.IReadOnlyList{C1.WPF.Grid.GridCellRange})">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CreateSelectionMenu.html#C1_WPF_Grid_FlexGrid_CreateSelectionMenu_System_Collections_Generic_IReadOnlyList_C1_WPF_Grid_GridCellRange__">CreateSelectionMenu(IReadOnlyList&lt;GridCellRange&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the selection menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Cut" data-uid="C1.WPF.Grid.FlexGrid.Cut">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Cut.html#C1_WPF_Grid_FlexGrid_Cut">Cut()</a>
        </td>
        <td class="markdown level1 summary"><p>Cut the current selection and copy to the clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Dispose.html#C1_WPF_Grid_FlexGrid_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_DisposePageImages" data-uid="C1.WPF.Grid.FlexGrid.DisposePageImages">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.DisposePageImages.html#C1_WPF_Grid_FlexGrid_DisposePageImages">DisposePageImages()</a>
        </td>
        <td class="markdown level1 summary"><p>Dispose temporary page images that have been created by calling FlexGrid.GetPageImage, FlexGrid.GetPageImages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_EndInit" data-uid="C1.WPF.Grid.FlexGrid.EndInit">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.EndInit.html#C1_WPF_Grid_FlexGrid_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_FinishRowEditing_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.FinishRowEditing(System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.FinishRowEditing.html#C1_WPF_Grid_FlexGrid_FinishRowEditing_System_Boolean_System_Boolean_">FinishRowEditing(bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Finishes the row editing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetAlternatingRowStyle" data-uid="C1.WPF.Grid.FlexGrid.GetAlternatingRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetAlternatingRowStyle.html#C1_WPF_Grid_FlexGrid_GetAlternatingRowStyle">GetAlternatingRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the alternating row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetBottomLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.GetBottomLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetBottomLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_GetBottomLeftHeaderStyle">GetBottomLeftHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the bottom-left header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellAtPosition_System_Windows_Point_" data-uid="C1.WPF.Grid.FlexGrid.GetCellAtPosition(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellAtPosition.html#C1_WPF_Grid_FlexGrid_GetCellAtPosition_System_Windows_Point_">GetCellAtPosition(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell at the specified pointer position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellAtPosition_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.GetCellAtPosition(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellAtPosition.html#C1_WPF_Grid_FlexGrid_GetCellAtPosition_System_Windows_RoutedEventArgs_">GetCellAtPosition(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell at the specified pointer position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellDisplayValue__1_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.FlexGrid.GetCellDisplayValue``1(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellDisplayValue.html#C1_WPF_Grid_FlexGrid_GetCellDisplayValue__1_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_">GetCellDisplayValue&lt;T&gt;(GridCellType, GridRow, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value to display corresponding to the cell in the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellStyle" data-uid="C1.WPF.Grid.FlexGrid.GetCellStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellStyle.html#C1_WPF_Grid_FlexGrid_GetCellStyle">GetCellStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellText_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.FlexGrid.GetCellText(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellText.html#C1_WPF_Grid_FlexGrid_GetCellText_C1_WPF_Grid_GridCellRange_">GetCellText(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.FlexGrid.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellText.html#C1_WPF_Grid_FlexGrid_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellText(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.FlexGrid.GetCellText(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellText.html#C1_WPF_Grid_FlexGrid_GetCellText_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_">GetCellText(GridCellType, GridRow, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellValue_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.FlexGrid.GetCellValue(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellValue.html#C1_WPF_Grid_FlexGrid_GetCellValue_C1_WPF_Grid_GridCellRange_">GetCellValue(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw value corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.FlexGrid.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellValue.html#C1_WPF_Grid_FlexGrid_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellValue(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw value corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_" data-uid="C1.WPF.Grid.FlexGrid.GetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCellValue.html#C1_WPF_Grid_FlexGrid_GetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_">GetCellValue(GridCellType, GridRow, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw value corresponding to the cell in the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetColumnFooterSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.GetColumnFooterSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetColumnFooterSelectedStyle.html#C1_WPF_Grid_FlexGrid_GetColumnFooterSelectedStyle">GetColumnFooterSelectedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the selected column-footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetColumnFooterStyle" data-uid="C1.WPF.Grid.FlexGrid.GetColumnFooterStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetColumnFooterStyle.html#C1_WPF_Grid_FlexGrid_GetColumnFooterStyle">GetColumnFooterStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the column-footer cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetColumnHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.GetColumnHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetColumnHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_GetColumnHeaderSelectedStyle">GetColumnHeaderSelectedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the selected column-header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetColumnHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.GetColumnHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetColumnHeaderStyle.html#C1_WPF_Grid_FlexGrid_GetColumnHeaderStyle">GetColumnHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the column-header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetCursorStyle" data-uid="C1.WPF.Grid.FlexGrid.GetCursorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetCursorStyle.html#C1_WPF_Grid_FlexGrid_GetCursorStyle">GetCursorStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cursor cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.GetErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetErrorStyle.html#C1_WPF_Grid_FlexGrid_GetErrorStyle">GetErrorStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cells with errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetGroupRowStyle" data-uid="C1.WPF.Grid.FlexGrid.GetGroupRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetGroupRowStyle.html#C1_WPF_Grid_FlexGrid_GetGroupRowStyle">GetGroupRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the group-row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetNewRowStyle" data-uid="C1.WPF.Grid.FlexGrid.GetNewRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetNewRowStyle.html#C1_WPF_Grid_FlexGrid_GetNewRowStyle">GetNewRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the new-row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetPageImage_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridScaleMode_" data-uid="C1.WPF.Grid.FlexGrid.GetPageImage(C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridScaleMode)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetPageImage.html#C1_WPF_Grid_FlexGrid_GetPageImage_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridScaleMode_">GetPageImage(GridCellRange, GridScaleMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> that represents a given part of the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetPageImage_C1_WPF_Grid_GridCellRange_System_Windows_Size_C1_WPF_Grid_GridScaleMode_" data-uid="C1.WPF.Grid.FlexGrid.GetPageImage(C1.WPF.Grid.GridCellRange,System.Windows.Size,C1.WPF.Grid.GridScaleMode)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetPageImage.html#C1_WPF_Grid_FlexGrid_GetPageImage_C1_WPF_Grid_GridCellRange_System_Windows_Size_C1_WPF_Grid_GridScaleMode_">GetPageImage(GridCellRange, Size, GridScaleMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> that represents a given part of the grid stretched to desired size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetPageImages_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridScaleMode_System_Windows_Size_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.GetPageImages(C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridScaleMode,System.Windows.Size,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetPageImages.html#C1_WPF_Grid_FlexGrid_GetPageImages_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridScaleMode_System_Windows_Size_System_Int32_">GetPageImages(GridCellRange, GridScaleMode, Size, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of elements that represent parts of the grid fit for rendering
into pages of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetPageImages_C1_WPF_Grid_GridScaleMode_System_Windows_Size_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.GetPageImages(C1.WPF.Grid.GridScaleMode,System.Windows.Size,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetPageImages.html#C1_WPF_Grid_FlexGrid_GetPageImages_C1_WPF_Grid_GridScaleMode_System_Windows_Size_System_Int32_">GetPageImages(GridScaleMode, Size, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a list of elements that represent parts of the grid fit for rendering
into pages of a document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetRowErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.GetRowErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetRowErrorStyle.html#C1_WPF_Grid_FlexGrid_GetRowErrorStyle">GetRowErrorStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the cells whose row has errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetRowHeaderErrorStyle" data-uid="C1.WPF.Grid.FlexGrid.GetRowHeaderErrorStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetRowHeaderErrorStyle.html#C1_WPF_Grid_FlexGrid_GetRowHeaderErrorStyle">GetRowHeaderErrorStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the row-header cells whose row has errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetRowHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.GetRowHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetRowHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_GetRowHeaderSelectedStyle">GetRowHeaderSelectedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the selected row-header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetRowHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.GetRowHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetRowHeaderStyle.html#C1_WPF_Grid_FlexGrid_GetRowHeaderStyle">GetRowHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the row-header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetRowStyle" data-uid="C1.WPF.Grid.FlexGrid.GetRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetRowStyle.html#C1_WPF_Grid_FlexGrid_GetRowStyle">GetRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the row cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetSelectedState_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.GetSelectedState(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetSelectedState.html#C1_WPF_Grid_FlexGrid_GetSelectedState_System_Int32_System_Int32_">GetSelectedState(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="../C1.WPF.GridControl/C1.WPF.Grid.GridSelectedState.html">GridSelectedState</a> value that indicates the selected
state of the cells in a specified column and row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetSelectedTimes_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.FlexGrid.GetSelectedTimes(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetSelectedTimes.html#C1_WPF_Grid_FlexGrid_GetSelectedTimes_C1_WPF_Grid_GridCellRange_">GetSelectedTimes(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of times a cell is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetSelectedTimes_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.GetSelectedTimes(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetSelectedTimes.html#C1_WPF_Grid_FlexGrid_GetSelectedTimes_System_Int32_System_Int32_">GetSelectedTimes(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of times a cell is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetSelectionStyle" data-uid="C1.WPF.Grid.FlexGrid.GetSelectionStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetSelectionStyle.html#C1_WPF_Grid_FlexGrid_GetSelectionStyle">GetSelectionStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetSnapVerticalOffset_System_Double_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.GetSnapVerticalOffset(System.Double,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetSnapVerticalOffset.html#C1_WPF_Grid_FlexGrid_GetSnapVerticalOffset_System_Double_System_Boolean_">GetSnapVerticalOffset(double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the vertical offset so the grid snaps to the rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GetTopLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.GetTopLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GetTopLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_GetTopLeftHeaderStyle">GetTopLeftHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style that is applied to the top-left header cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_HitTest_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.HitTest(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.HitTest.html#C1_WPF_Grid_FlexGrid_HitTest_System_Windows_RoutedEventArgs_">HitTest(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.Grid.GridHitTestInfo.html">GridHitTestInfo</a> object that contains information about the
grid at a given location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateAlternatingRowStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateAlternatingRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateAlternatingRowStyle.html#C1_WPF_Grid_FlexGrid_InvalidateAlternatingRowStyle">InvalidateAlternatingRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualAlternatingRowStyle.html#C1_WPF_Grid_FlexGrid_ActualAlternatingRowStyle">ActualAlternatingRowStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateBottomLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateBottomLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateBottomLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_InvalidateBottomLeftHeaderStyle">InvalidateBottomLeftHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualBottomLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualBottomLeftHeaderStyle">ActualBottomLeftHeaderStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateColumnFooterSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateColumnFooterSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateColumnFooterSelectedStyle.html#C1_WPF_Grid_FlexGrid_InvalidateColumnFooterSelectedStyle">InvalidateColumnFooterSelectedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnFooterSelectedStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnFooterSelectedStyle">ActualColumnFooterSelectedStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateColumnFooterStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateColumnFooterStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateColumnFooterStyle.html#C1_WPF_Grid_FlexGrid_InvalidateColumnFooterStyle">InvalidateColumnFooterStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnFooterStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnFooterStyle">ActualColumnFooterStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateColumnHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateColumnHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateColumnHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_InvalidateColumnHeaderSelectedStyle">InvalidateColumnHeaderSelectedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnHeaderSelectedStyle">ActualColumnHeaderSelectedStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateColumnHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateColumnHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateColumnHeaderStyle.html#C1_WPF_Grid_FlexGrid_InvalidateColumnHeaderStyle">InvalidateColumnHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualColumnHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualColumnHeaderStyle">ActualColumnHeaderStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateGroupRowStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateGroupRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateGroupRowStyle.html#C1_WPF_Grid_FlexGrid_InvalidateGroupRowStyle">InvalidateGroupRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualGroupRowStyle.html#C1_WPF_Grid_FlexGrid_ActualGroupRowStyle">ActualGroupRowStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateNewRowStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateNewRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateNewRowStyle.html#C1_WPF_Grid_FlexGrid_InvalidateNewRowStyle">InvalidateNewRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualNewRowStyle.html#C1_WPF_Grid_FlexGrid_ActualNewRowStyle">ActualNewRowStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateRowHeaderSelectedStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateRowHeaderSelectedStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateRowHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_InvalidateRowHeaderSelectedStyle">InvalidateRowHeaderSelectedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowHeaderSelectedStyle.html#C1_WPF_Grid_FlexGrid_ActualRowHeaderSelectedStyle">ActualRowHeaderSelectedStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateRowHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateRowHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateRowHeaderStyle.html#C1_WPF_Grid_FlexGrid_InvalidateRowHeaderStyle">InvalidateRowHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualRowHeaderStyle">ActualRowHeaderStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateRowStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateRowStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateRowStyle.html#C1_WPF_Grid_FlexGrid_InvalidateRowStyle">InvalidateRowStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualRowStyle.html#C1_WPF_Grid_FlexGrid_ActualRowStyle">ActualRowStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_InvalidateTopLeftHeaderStyle" data-uid="C1.WPF.Grid.FlexGrid.InvalidateTopLeftHeaderStyle">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.InvalidateTopLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_InvalidateTopLeftHeaderStyle">InvalidateTopLeftHeaderStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Flags the <a class="xref" href="C1.WPF.Grid.FlexGrid.ActualTopLeftHeaderStyle.html#C1_WPF_Grid_FlexGrid_ActualTopLeftHeaderStyle">ActualTopLeftHeaderStyle</a> to be created again.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_IsMouseOverRange_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.FlexGrid.IsMouseOverRange(C1.WPF.Grid.GridControlRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.IsMouseOverRange.html#C1_WPF_Grid_FlexGrid_IsMouseOverRange_C1_WPF_Grid_GridControlRange_">IsMouseOverRange(GridControlRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the cell in the specified range has the mouse over, considering the <a class="xref" href="C1.WPF.Grid.FlexGrid.MouseOverMode.html#C1_WPF_Grid_FlexGrid_MouseOverMode">MouseOverMode</a> and <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionMode.html#C1_WPF_Grid_FlexGrid_SelectionMode">SelectionMode</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_LoadDesignTimeData" data-uid="C1.WPF.Grid.FlexGrid.LoadDesignTimeData">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.LoadDesignTimeData.html#C1_WPF_Grid_FlexGrid_LoadDesignTimeData">LoadDesignTimeData()</a>
        </td>
        <td class="markdown level1 summary"><p>Loads dummy design time content visible in Storyboard and Android designer</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnApplyTemplate" data-uid="C1.WPF.Grid.FlexGrid.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnApplyTemplate.html#C1_WPF_Grid_FlexGrid_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnAutoGeneratingColumn_C1_WPF_Grid_GridAutoGeneratingColumnEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnAutoGeneratingColumn(C1.WPF.Grid.GridAutoGeneratingColumnEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnAutoGeneratingColumn.html#C1_WPF_Grid_FlexGrid_OnAutoGeneratingColumn_C1_WPF_Grid_GridAutoGeneratingColumnEventArgs_">OnAutoGeneratingColumn(GridAutoGeneratingColumnEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">AutoGeneratingColumn</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnBeginningEdit_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnBeginningEdit(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnBeginningEdit.html#C1_WPF_Grid_FlexGrid_OnBeginningEdit_C1_WPF_Grid_GridControlEditEventArgs_">OnBeginningEdit(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">BeginningEdit</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnBeginningRowEdit_C1_WPF_Grid_GridCellEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnBeginningRowEdit(C1.WPF.Grid.GridCellEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnBeginningRowEdit.html#C1_WPF_Grid_FlexGrid_OnBeginningRowEdit_C1_WPF_Grid_GridCellEditEventArgs_">OnBeginningRowEdit(GridCellEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">BeginningRowEdit</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellDoubleTapped_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellDoubleTapped(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellDoubleTapped.html#C1_WPF_Grid_FlexGrid_OnCellDoubleTapped_C1_WPF_Grid_GridControlTapEventArgs_">OnCellDoubleTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is double tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellDoubleTapped_C1_WPF_Grid_GridInputEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellDoubleTapped(C1.WPF.Grid.GridInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellDoubleTapped.html#C1_WPF_Grid_FlexGrid_OnCellDoubleTapped_C1_WPF_Grid_GridInputEventArgs_">OnCellDoubleTapped(GridInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is double tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellEditEnded_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellEditEnded(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellEditEnded.html#C1_WPF_Grid_FlexGrid_OnCellEditEnded_C1_WPF_Grid_GridControlEditEventArgs_">OnCellEditEnded(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the edit of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellEditEnding_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellEditEnding(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellEditEnding.html#C1_WPF_Grid_FlexGrid_OnCellEditEnding_C1_WPF_Grid_GridControlEditEventArgs_">OnCellEditEnding(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CellEditEnding</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellLongPressed_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellLongPressed(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellLongPressed.html#C1_WPF_Grid_FlexGrid_OnCellLongPressed_C1_WPF_Grid_GridControlTapEventArgs_">OnCellLongPressed(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is being held.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellLongPressed_C1_WPF_Grid_GridInputEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellLongPressed(C1.WPF.Grid.GridInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellLongPressed.html#C1_WPF_Grid_FlexGrid_OnCellLongPressed_C1_WPF_Grid_GridInputEventArgs_">OnCellLongPressed(GridInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is being held.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellTapped_C1_WPF_Grid_GridControlTapEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellTapped(C1.WPF.Grid.GridControlTapEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellTapped.html#C1_WPF_Grid_FlexGrid_OnCellTapped_C1_WPF_Grid_GridControlTapEventArgs_">OnCellTapped(GridControlTapEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCellTapped_C1_WPF_Grid_GridInputEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCellTapped(C1.WPF.Grid.GridInputEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCellTapped.html#C1_WPF_Grid_FlexGrid_OnCellTapped_C1_WPF_Grid_GridInputEventArgs_">OnCellTapped(GridInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a cell is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnColumnFilterLoading_C1_WPF_Grid_GridColumnFilterLoadingEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnColumnFilterLoading(C1.WPF.Grid.GridColumnFilterLoadingEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnColumnFilterLoading.html#C1_WPF_Grid_FlexGrid_OnColumnFilterLoading_C1_WPF_Grid_GridColumnFilterLoadingEventArgs_">OnColumnFilterLoading(GridColumnFilterLoadingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFilterLoading.html">ColumnFilterLoading</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnColumnOptionsLoading_C1_WPF_Grid_GridColumnOptionsLoadingEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnColumnOptionsLoading(C1.WPF.Grid.GridColumnOptionsLoadingEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnColumnOptionsLoading.html#C1_WPF_Grid_FlexGrid_OnColumnOptionsLoading_C1_WPF_Grid_GridColumnOptionsLoadingEventArgs_">OnColumnOptionsLoading(GridColumnOptionsLoadingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ColumnOptionsLoading</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCreateAutomationPeer" data-uid="C1.WPF.Grid.FlexGrid.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCreateAutomationPeer.html#C1_WPF_Grid_FlexGrid_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCreatingSelectionMenu_C1_WPF_Grid_GridSelectionMenuEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCreatingSelectionMenu(C1.WPF.Grid.GridSelectionMenuEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCreatingSelectionMenu.html#C1_WPF_Grid_FlexGrid_OnCreatingSelectionMenu_C1_WPF_Grid_GridSelectionMenuEventArgs_">OnCreatingSelectionMenu(GridSelectionMenuEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CreatingSelectionMenu</span> event giving the opportunity to customize the menu that will be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCursorChanged_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCursorChanged(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCursorChanged.html#C1_WPF_Grid_FlexGrid_OnCursorChanged_C1_WPF_Grid_GridCellRangeEventArgs_">OnCursorChanged(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CursorChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCursorChanged_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCursorChanged(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCursorChanged.html#C1_WPF_Grid_FlexGrid_OnCursorChanged_C1_WPF_Grid_GridControlRangeEventArgs_">OnCursorChanged(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the cursor changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCursorChanging_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCursorChanging(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCursorChanging.html#C1_WPF_Grid_FlexGrid_OnCursorChanging_C1_WPF_Grid_GridCellRangeEventArgs_">OnCursorChanging(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CursorChanging</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnCursorChanging_C1_WPF_Grid_GridControlRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnCursorChanging(C1.WPF.Grid.GridControlRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnCursorChanging.html#C1_WPF_Grid_FlexGrid_OnCursorChanging_C1_WPF_Grid_GridControlRangeEventArgs_">OnCursorChanging(GridControlRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the cursor changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnGroupCollapsedChanged_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnGroupCollapsedChanged(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnGroupCollapsedChanged.html#C1_WPF_Grid_FlexGrid_OnGroupCollapsedChanged_C1_WPF_Grid_GridCellRangeEventArgs_">OnGroupCollapsedChanged(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupCollapsedChanged.html">GroupCollapsedChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnGroupCollapsedChanging_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnGroupCollapsedChanging(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnGroupCollapsedChanging.html#C1_WPF_Grid_FlexGrid_OnGroupCollapsedChanging_C1_WPF_Grid_GridCellRangeEventArgs_">OnGroupCollapsedChanging(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">GroupCollapsedChanging</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnInitialized_System_EventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnInitialized(System.EventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnInitialized.html#C1_WPF_Grid_FlexGrid_OnInitialized_System_EventArgs_">OnInitialized(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnIsReadOnlyChanged" data-uid="C1.WPF.Grid.FlexGrid.OnIsReadOnlyChanged">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnIsReadOnlyChanged.html#C1_WPF_Grid_FlexGrid_OnIsReadOnlyChanged">OnIsReadOnlyChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the property <span class="xref">IsReadOnly</span> changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnPrepareCellForEdit_C1_WPF_Grid_GridControlEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnPrepareCellForEdit(C1.WPF.Grid.GridControlEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnPrepareCellForEdit.html#C1_WPF_Grid_FlexGrid_OnPrepareCellForEdit_C1_WPF_Grid_GridControlEditEventArgs_">OnPrepareCellForEdit(GridControlEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">PrepareCellForEdit</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnPreviewLostKeyboardFocus_System_Object_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnPreviewLostKeyboardFocus(System.Object,System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnPreviewLostKeyboardFocus.html#C1_WPF_Grid_FlexGrid_OnPreviewLostKeyboardFocus_System_Object_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnPreviewLostKeyboardFocus(object, KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the control is about to lose keyboard focus (preview phase).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnResizedColumn_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnResizedColumn(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnResizedColumn.html#C1_WPF_Grid_FlexGrid_OnResizedColumn_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizedColumn(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizedColumn.html">ResizedColumn</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnResizedRow_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnResizedRow(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnResizedRow.html#C1_WPF_Grid_FlexGrid_OnResizedRow_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizedRow(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizedRow.html">ResizedRow</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnResizingColumn_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnResizingColumn(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnResizingColumn.html#C1_WPF_Grid_FlexGrid_OnResizingColumn_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizingColumn(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizingColumn.html">ResizingColumn</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnResizingRow_C1_WPF_Grid_GridCellRangeEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnResizingRow(C1.WPF.Grid.GridCellRangeEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnResizingRow.html#C1_WPF_Grid_FlexGrid_OnResizingRow_C1_WPF_Grid_GridCellRangeEventArgs_">OnResizingRow(GridCellRangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizingRow.html">ResizingRow</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnRowEditEnded_C1_WPF_Grid_GridCellEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnRowEditEnded(C1.WPF.Grid.GridCellEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnRowEditEnded.html#C1_WPF_Grid_FlexGrid_OnRowEditEnded_C1_WPF_Grid_GridCellEditEventArgs_">OnRowEditEnded(GridCellEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">RowEditEnded</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnRowEditEnding_C1_WPF_Grid_GridCellEditEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnRowEditEnding(C1.WPF.Grid.GridCellEditEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnRowEditEnding.html#C1_WPF_Grid_FlexGrid_OnRowEditEnding_C1_WPF_Grid_GridCellEditEventArgs_">OnRowEditEnding(GridCellEditEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">RowEditEnding</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnScrollTipShown_C1_WPF_Grid_GridScrollTipEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnScrollTipShown(C1.WPF.Grid.GridScrollTipEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnScrollTipShown.html#C1_WPF_Grid_FlexGrid_OnScrollTipShown_C1_WPF_Grid_GridScrollTipEventArgs_">OnScrollTipShown(GridScrollTipEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the display of a tooltip when the user scrolls within the GridControl.
Determines whether to position the tooltip at the scrollbar thumb's current position
or use a user-defined position based on the event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnSelectionChanged_C1_WPF_Grid_GridControlSelectionEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnSelectionChanged(C1.WPF.Grid.GridControlSelectionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnSelectionChanged.html#C1_WPF_Grid_FlexGrid_OnSelectionChanged_C1_WPF_Grid_GridControlSelectionEventArgs_">OnSelectionChanged(GridControlSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnSelectionChanged_C1_WPF_Grid_GridSelectionEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnSelectionChanged(C1.WPF.Grid.GridSelectionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnSelectionChanged.html#C1_WPF_Grid_FlexGrid_OnSelectionChanged_C1_WPF_Grid_GridSelectionEventArgs_">OnSelectionChanged(GridSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">SelectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnSelectionChanging_C1_WPF_Grid_GridControlSelectionEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnSelectionChanging(C1.WPF.Grid.GridControlSelectionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnSelectionChanging.html#C1_WPF_Grid_FlexGrid_OnSelectionChanging_C1_WPF_Grid_GridControlSelectionEventArgs_">OnSelectionChanging(GridControlSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_OnSelectionChanging_C1_WPF_Grid_GridSelectionEventArgs_" data-uid="C1.WPF.Grid.FlexGrid.OnSelectionChanging(C1.WPF.Grid.GridSelectionEventArgs)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.OnSelectionChanging.html#C1_WPF_Grid_FlexGrid_OnSelectionChanging_C1_WPF_Grid_GridSelectionEventArgs_">OnSelectionChanging(GridSelectionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">SelectionChanging</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Paste" data-uid="C1.WPF.Grid.FlexGrid.Paste">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Paste.html#C1_WPF_Grid_FlexGrid_Paste">Paste()</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the content of the clipboard to the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PasteAsync_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.PasteAsync(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PasteAsync.html#C1_WPF_Grid_FlexGrid_PasteAsync_System_Boolean_">PasteAsync(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Pastes the content of the clipboard to the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PopCellFactory_C1_WPF_Grid_GridLinkedCellFactory_" data-uid="C1.WPF.Grid.FlexGrid.PopCellFactory(C1.WPF.Grid.GridLinkedCellFactory)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PopCellFactory.html#C1_WPF_Grid_FlexGrid_PopCellFactory_C1_WPF_Grid_GridLinkedCellFactory_">PopCellFactory(GridLinkedCellFactory)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell-factory from the stack.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Print_C1_WPF_Grid_GridPrintParameters_" data-uid="C1.WPF.Grid.FlexGrid.Print(C1.WPF.Grid.GridPrintParameters)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Print.html#C1_WPF_Grid_FlexGrid_Print_C1_WPF_Grid_GridPrintParameters_">Print(GridPrintParameters)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the grid using the specified print parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Print_System_String_" data-uid="C1.WPF.Grid.FlexGrid.Print(System.String)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Print.html#C1_WPF_Grid_FlexGrid_Print_System_String_">Print(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Print_System_String_C1_WPF_Grid_GridScaleMode_System_Windows_Thickness_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.Print(System.String,C1.WPF.Grid.GridScaleMode,System.Windows.Thickness,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Print.html#C1_WPF_Grid_FlexGrid_Print_System_String_C1_WPF_Grid_GridScaleMode_System_Windows_Thickness_System_Int32_">Print(string, GridScaleMode, Thickness, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the grid using a specified scale mode and margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PrintPreview_C1_WPF_Grid_GridPrintParameters_" data-uid="C1.WPF.Grid.FlexGrid.PrintPreview(C1.WPF.Grid.GridPrintParameters)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PrintPreview.html#C1_WPF_Grid_FlexGrid_PrintPreview_C1_WPF_Grid_GridPrintParameters_">PrintPreview(GridPrintParameters)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the window with the print preview content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PrintPreview_System_String_C1_WPF_Grid_GridScaleMode_System_Windows_Thickness_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.PrintPreview(System.String,C1.WPF.Grid.GridScaleMode,System.Windows.Thickness,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PrintPreview.html#C1_WPF_Grid_FlexGrid_PrintPreview_System_String_C1_WPF_Grid_GridScaleMode_System_Windows_Thickness_System_Int32_">PrintPreview(string, GridScaleMode, Thickness, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the window with the print preview content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PushCellFactory_C1_WPF_Grid_GridLinkedCellFactory_" data-uid="C1.WPF.Grid.FlexGrid.PushCellFactory(C1.WPF.Grid.GridLinkedCellFactory)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PushCellFactory.html#C1_WPF_Grid_FlexGrid_PushCellFactory_C1_WPF_Grid_GridLinkedCellFactory_">PushCellFactory(GridLinkedCellFactory)</a>
        </td>
        <td class="markdown level1 summary"><p>Pushes a cell-factory on top of the current ones.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Refresh" data-uid="C1.WPF.Grid.FlexGrid.Refresh">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Refresh.html#C1_WPF_Grid_FlexGrid_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Recreates all the cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Refresh_System_Nullable_C1_WPF_Grid_GridCellType__C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.FlexGrid.Refresh(System.Nullable{C1.WPF.Grid.GridCellType},C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Refresh.html#C1_WPF_Grid_FlexGrid_Refresh_System_Nullable_C1_WPF_Grid_GridCellType__C1_WPF_Grid_GridCellRange_">Refresh(GridCellType?, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the specified cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_IO_Stream_C1_WPF_Grid_GridFileFormat_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.IO.Stream,C1.WPF.Grid.GridFileFormat)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_IO_Stream_C1_WPF_Grid_GridFileFormat_">Save(Stream, GridFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to an UTF8-encoded stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_IO_Stream_C1_WPF_Grid_GridFileFormat_C1_WPF_Grid_GridSaveOptions_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.IO.Stream,C1.WPF.Grid.GridFileFormat,C1.WPF.Grid.GridSaveOptions)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_IO_Stream_C1_WPF_Grid_GridFileFormat_C1_WPF_Grid_GridSaveOptions_">Save(Stream, GridFileFormat, GridSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to an UTF8-encoded stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_IO_Stream_C1_WPF_Grid_GridFileFormat_System_Text_Encoding_C1_WPF_Grid_GridSaveOptions_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.IO.Stream,C1.WPF.Grid.GridFileFormat,System.Text.Encoding,C1.WPF.Grid.GridSaveOptions)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_IO_Stream_C1_WPF_Grid_GridFileFormat_System_Text_Encoding_C1_WPF_Grid_GridSaveOptions_">Save(Stream, GridFileFormat, Encoding, GridSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_IO_StreamWriter_C1_WPF_Grid_GridFileFormat_C1_WPF_Grid_GridSaveOptions_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.IO.StreamWriter,C1.WPF.Grid.GridFileFormat,C1.WPF.Grid.GridSaveOptions)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_IO_StreamWriter_C1_WPF_Grid_GridFileFormat_C1_WPF_Grid_GridSaveOptions_">Save(StreamWriter, GridFileFormat, GridSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.streamwriter">StreamWriter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_String_C1_WPF_Grid_GridFileFormat_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.String,C1.WPF.Grid.GridFileFormat)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_String_C1_WPF_Grid_GridFileFormat_">Save(string, GridFileFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to an UTF8-encoded file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_String_C1_WPF_Grid_GridFileFormat_C1_WPF_Grid_GridSaveOptions_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.String,C1.WPF.Grid.GridFileFormat,C1.WPF.Grid.GridSaveOptions)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_String_C1_WPF_Grid_GridFileFormat_C1_WPF_Grid_GridSaveOptions_">Save(string, GridFileFormat, GridSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to an UTF8-encoded file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Save_System_String_C1_WPF_Grid_GridFileFormat_System_Text_Encoding_C1_WPF_Grid_GridSaveOptions_" data-uid="C1.WPF.Grid.FlexGrid.Save(System.String,C1.WPF.Grid.GridFileFormat,System.Text.Encoding,C1.WPF.Grid.GridSaveOptions)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Save.html#C1_WPF_Grid_FlexGrid_Save_System_String_C1_WPF_Grid_GridFileFormat_System_Text_Encoding_C1_WPF_Grid_GridSaveOptions_">Save(string, GridFileFormat, Encoding, GridSaveOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the grid to a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ScrollIntoView_System_Int32_System_Int32_System_Double_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.ScrollIntoView(System.Int32,System.Int32,System.Double,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ScrollIntoView.html#C1_WPF_Grid_FlexGrid_ScrollIntoView_System_Int32_System_Int32_System_Double_System_Boolean_">ScrollIntoView(int, int, double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the grid to bring a specific cell into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Select_C1_WPF_Grid_GridCellRange_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.Select(C1.WPF.Grid.GridCellRange,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Select.html#C1_WPF_Grid_FlexGrid_Select_C1_WPF_Grid_GridCellRange_System_Boolean_System_Boolean_">Select(GridCellRange, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a given cell and optionally scrolls it into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Select_System_Collections_Generic_IEnumerable_C1_WPF_Grid_GridCellRange__System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.Select(System.Collections.Generic.IEnumerable{C1.WPF.Grid.GridCellRange},System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Select.html#C1_WPF_Grid_FlexGrid_Select_System_Collections_Generic_IEnumerable_C1_WPF_Grid_GridCellRange__System_Boolean_System_Boolean_">Select(IEnumerable&lt;GridCellRange&gt;, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a collection of cell ranges and optionally scrolls it into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_Select_System_Int32_System_Int32_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.Select(System.Int32,System.Int32,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.Select.html#C1_WPF_Grid_FlexGrid_Select_System_Int32_System_Int32_System_Boolean_System_Boolean_">Select(int, int, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a given cell and optionally scrolls it into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.FlexGrid.SetCellValue(C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SetCellValue.html#C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellRange_System_Object_">SetCellValue(GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.FlexGrid.SetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SetCellValue.html#C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">SetCellValue(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_System_Object_" data-uid="C1.WPF.Grid.FlexGrid.SetCellValue(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SetCellValue.html#C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_System_Object_">SetCellValue(GridCellType, GridRow, GridColumn, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellType_System_Int32_System_Int32_System_Object_" data-uid="C1.WPF.Grid.FlexGrid.SetCellValue(C1.WPF.Grid.GridCellType,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SetCellValue.html#C1_WPF_Grid_FlexGrid_SetCellValue_C1_WPF_Grid_GridCellType_System_Int32_System_Int32_System_Object_">SetCellValue(GridCellType, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SetCursor_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.FlexGrid.SetCursor(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SetCursor.html#C1_WPF_Grid_FlexGrid_SetCursor_System_Int32_System_Int32_">SetCursor(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the cursor of the grid to the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ShowPrintPreviewWindow_System_Windows_Window_" data-uid="C1.WPF.Grid.FlexGrid.ShowPrintPreviewWindow(System.Windows.Window)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ShowPrintPreviewWindow.html#C1_WPF_Grid_FlexGrid_ShowPrintPreviewWindow_System_Windows_Window_">ShowPrintPreviewWindow(Window)</a>
        </td>
        <td class="markdown level1 summary"><p>Show the print preview window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_StartEditing_C1_WPF_Grid_GridControlRange_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.StartEditing(C1.WPF.Grid.GridControlRange,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.StartEditing.html#C1_WPF_Grid_FlexGrid_StartEditing_C1_WPF_Grid_GridControlRange_System_Boolean_System_Boolean_System_Boolean_">StartEditing(GridControlRange, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts editing a specific cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_StartEditing_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.StartEditing(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.StartEditing.html#C1_WPF_Grid_FlexGrid_StartEditing_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_">StartEditing(int, int, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts editing a specific cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_StartEditingAsync_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.StartEditingAsync(C1.WPF.Grid.GridRow,C1.WPF.Grid.GridColumn,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.StartEditingAsync.html#C1_WPF_Grid_FlexGrid_StartEditingAsync_C1_WPF_Grid_GridRow_C1_WPF_Grid_GridColumn_System_Boolean_System_Boolean_System_Boolean_">StartEditingAsync(GridRow, GridColumn, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts the editing of the specified cell asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_StartEditingAsync_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.Grid.FlexGrid.StartEditingAsync(System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.StartEditingAsync.html#C1_WPF_Grid_FlexGrid_StartEditingAsync_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_">StartEditingAsync(int, int, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts the editing of the specified cell asynchronously.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_AutoGeneratingColumn" data-uid="C1.WPF.Grid.FlexGrid.AutoGeneratingColumn">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.AutoGeneratingColumn.html">AutoGeneratingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an auto-generated column is being created.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BeginningEdit" data-uid="C1.WPF.Grid.FlexGrid.BeginningEdit">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BeginningEdit.html">BeginningEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the edit of a cell is about to start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_BeginningRowEdit" data-uid="C1.WPF.Grid.FlexGrid.BeginningRowEdit">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.BeginningRowEdit.html">BeginningRowEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the edit of a row is about to start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CellDoubleTapped" data-uid="C1.WPF.Grid.FlexGrid.CellDoubleTapped">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CellDoubleTapped.html">CellDoubleTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell is double tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CellEditEnded" data-uid="C1.WPF.Grid.FlexGrid.CellEditEnded">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CellEditEnded.html">CellEditEnded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the edit of a cell is committed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CellEditEnding" data-uid="C1.WPF.Grid.FlexGrid.CellEditEnding">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CellEditEnding.html">CellEditEnding</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the edit of a cell is committed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CellLongPressed" data-uid="C1.WPF.Grid.FlexGrid.CellLongPressed">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CellLongPressed.html">CellLongPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell is being held.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CellTapped" data-uid="C1.WPF.Grid.FlexGrid.CellTapped">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CellTapped.html">CellTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a cell is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnFilterLoading" data-uid="C1.WPF.Grid.FlexGrid.ColumnFilterLoading">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnFilterLoading.html">ColumnFilterLoading</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the filter of a column is being loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ColumnOptionsLoading" data-uid="C1.WPF.Grid.FlexGrid.ColumnOptionsLoading">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ColumnOptionsLoading.html">ColumnOptionsLoading</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the options of a column are being loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CreatingSelectionMenu" data-uid="C1.WPF.Grid.FlexGrid.CreatingSelectionMenu">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CreatingSelectionMenu.html">CreatingSelectionMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection menu is created. This event can be used to customize the displayed menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorChanged" data-uid="C1.WPF.Grid.FlexGrid.CursorChanged">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorChanged.html">CursorChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the cursor is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_CursorChanging" data-uid="C1.WPF.Grid.FlexGrid.CursorChanging">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.CursorChanging.html">CursorChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the cursor is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupCollapsedChanged" data-uid="C1.WPF.Grid.FlexGrid.GroupCollapsedChanged">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupCollapsedChanged.html">GroupCollapsedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="C1.WPF.Grid.GridGroupRow.IsCollapsed.html#C1_WPF_Grid_GridGroupRow_IsCollapsed">IsCollapsed</a> property of a <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a> object changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_GroupCollapsedChanging" data-uid="C1.WPF.Grid.FlexGrid.GroupCollapsedChanging">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.GroupCollapsedChanging.html">GroupCollapsedChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the <a class="xref" href="C1.WPF.Grid.GridGroupRow.IsCollapsed.html#C1_WPF_Grid_GridGroupRow_IsCollapsed">IsCollapsed</a> property of a <a class="xref" href="C1.WPF.Grid.GridGroupRow.html">GridGroupRow</a> object changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ItemsSourceChanged" data-uid="C1.WPF.Grid.FlexGrid.ItemsSourceChanged">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ItemsSourceChanged.html">ItemsSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the items source is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ItemsSourceChanging" data-uid="C1.WPF.Grid.FlexGrid.ItemsSourceChanging">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ItemsSourceChanging.html">ItemsSourceChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the items source is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_PrepareCellForEdit" data-uid="C1.WPF.Grid.FlexGrid.PrepareCellForEdit">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.PrepareCellForEdit.html">PrepareCellForEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an editor cell is created and before it becomes active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ResizedColumn" data-uid="C1.WPF.Grid.FlexGrid.ResizedColumn">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizedColumn.html">ResizedColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user finishes resizing a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ResizedRow" data-uid="C1.WPF.Grid.FlexGrid.ResizedRow">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizedRow.html">ResizedRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user finishes resizing a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ResizingColumn" data-uid="C1.WPF.Grid.FlexGrid.ResizingColumn">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizingColumn.html">ResizingColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user starts resizing a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ResizingRow" data-uid="C1.WPF.Grid.FlexGrid.ResizingRow">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ResizingRow.html">ResizingRow</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user starts resizing a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowEditEnded" data-uid="C1.WPF.Grid.FlexGrid.RowEditEnded">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowEditEnded.html">RowEditEnded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a row edit has been committed or canceled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_RowEditEnding" data-uid="C1.WPF.Grid.FlexGrid.RowEditEnding">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.RowEditEnding.html">RowEditEnding</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a row edit is ending.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_ScrollTipShown" data-uid="C1.WPF.Grid.FlexGrid.ScrollTipShown">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.ScrollTipShown.html">ScrollTipShown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the scroll-bar thumb is dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionChanged" data-uid="C1.WPF.Grid.FlexGrid.SelectionChanged">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_FlexGrid_SelectionChanging" data-uid="C1.WPF.Grid.FlexGrid.SelectionChanging">
          <a class="xref" href="C1.WPF.Grid.FlexGrid.SelectionChanging.html">SelectionChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before selection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
