# C1.WPF.Grid.GridRowCol

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridRowCol" data-uid="C1.WPF.Grid.GridRowCol" class="text-break">GridRowCol Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for <a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</a> and <a class="xref" href="C1.WPF.Grid.GridColumn.html">GridColumn</a> classes.</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"><span class="xref">GridRowCol</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Grid.GridColumn.html">GridColumn</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.Grid.GridRow.html">GridRow</a></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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanging">INotifyPropertyChanging</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_GridRowCol_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GridRowCol : INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GridRowCol
    Implements INotifyPropertyChanged, INotifyPropertyChanging</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Grid_GridRowCol__ctor" data-uid="C1.WPF.Grid.GridRowCol.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.-ctor.html#C1_WPF_Grid_GridRowCol__ctor">GridRowCol()</a>
        </td>
        <td class="markdown level1 summary"></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_GridRowCol_Index" data-uid="C1.WPF.Grid.GridRowCol.Index">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.Index.html#C1_WPF_Grid_GridRowCol_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the row inside the collection of rows of the associated <a class="xref" href="C1.WPF.Grid.FlexGrid.html">FlexGrid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowCol_IsAutoGenerated" data-uid="C1.WPF.Grid.GridRowCol.IsAutoGenerated">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.IsAutoGenerated.html#C1_WPF_Grid_GridRowCol_IsAutoGenerated">IsAutoGenerated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this column or row was generated from source.</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_GridRowCol_OnPropertyChanged_System_String_" data-uid="C1.WPF.Grid.GridRowCol.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.OnPropertyChanged.html#C1_WPF_Grid_GridRowCol_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowCol_OnPropertyChanging_System_String_" data-uid="C1.WPF.Grid.GridRowCol.OnPropertyChanging(System.String)">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.OnPropertyChanging.html#C1_WPF_Grid_GridRowCol_OnPropertyChanging_System_String_">OnPropertyChanging(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before a property changed.</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_GridRowCol_PropertyChanged" data-uid="C1.WPF.Grid.GridRowCol.PropertyChanged">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowCol_PropertyChanging" data-uid="C1.WPF.Grid.GridRowCol.PropertyChanging">
          <a class="xref" href="C1.WPF.Grid.GridRowCol.PropertyChanging.html">PropertyChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
