# C1.WPF.Grid.GridRowColCollection-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridRowColCollection_1" data-uid="C1.WPF.Grid.GridRowColCollection`1" class="text-break">GridRowColCollection&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Base collection class for columns and rows.</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">GridRowColCollection&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Grid.GridColumnCollection.html">GridColumnCollection</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.Grid.GridRowCollection.html">GridRowCollection</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.idisposable">IDisposable</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_GridRowColCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GridRowColCollection&lt;T&gt; : C1DataCollectionList&lt;T&gt;, INotifyPropertyChanged, IDisposable where T : GridRowCol</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GridRowColCollection(Of T As GridRowCol)
    Inherits C1DataCollectionList(Of T)
    Implements INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_GridRowColCollection_1__ctor" data-uid="C1.WPF.Grid.GridRowColCollection`1.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.-ctor.html#C1_WPF_Grid_GridRowColCollection_1__ctor">GridRowColCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.html">GridRowColCollection&lt;T&gt;</a> class.</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_GridRowColCollection_1_DefaultSize" data-uid="C1.WPF.Grid.GridRowColCollection`1.DefaultSize">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.DefaultSize.html#C1_WPF_Grid_GridRowColCollection_1_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default size for the items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColCollection_1_MaxSize" data-uid="C1.WPF.Grid.GridRowColCollection`1.MaxSize">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.MaxSize.html#C1_WPF_Grid_GridRowColCollection_1_MaxSize">MaxSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum size for the items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColCollection_1_MinSize" data-uid="C1.WPF.Grid.GridRowColCollection`1.MinSize">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.MinSize.html#C1_WPF_Grid_GridRowColCollection_1_MinSize">MinSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum size for the items in the collection.</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_GridRowColCollection_1_DisableAnimations" data-uid="C1.WPF.Grid.GridRowColCollection`1.DisableAnimations">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.DisableAnimations.html#C1_WPF_Grid_GridRowColCollection_1_DisableAnimations">DisableAnimations()</a>
        </td>
        <td class="markdown level1 summary"><p>Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColCollection_1_Dispose_System_Boolean_" data-uid="C1.WPF.Grid.GridRowColCollection`1.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.Dispose.html#C1_WPF_Grid_GridRowColCollection_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColCollection_1_OnCollectionChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.Grid.GridRowColCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.OnCollectionChanged.html#C1_WPF_Grid_GridRowColCollection_1_OnCollectionChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnCollectionChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CollectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColCollection_1_OnPropertyChanged_System_String_" data-uid="C1.WPF.Grid.GridRowColCollection`1.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.OnPropertyChanged.html#C1_WPF_Grid_GridRowColCollection_1_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when 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_GridRowColCollection_1_CollectionChanged" data-uid="C1.WPF.Grid.GridRowColCollection`1.CollectionChanged">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.CollectionChanged.html">CollectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the items in the collection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColCollection_1_PropertyChanged" data-uid="C1.WPF.Grid.GridRowColCollection`1.PropertyChanged">
          <a class="xref" href="C1.WPF.Grid.GridRowColCollection-1.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
