# C1.Win.Schedule.ScheduleGroupItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Schedule_ScheduleGroupItem" data-uid="C1.Win.Schedule.ScheduleGroupItem" class="text-break">ScheduleGroupItem Class
</h1>
  <div class="markdown level0 summary"><p>Holds all the data required for displaying individual UI part for the single resource,
category or contact when the <a class="xref" href="C1.Win.Schedule.C1Schedule.GroupBy.html#C1_Win_Schedule_C1Schedule_GroupBy">GroupBy</a> property is set,
or default UI otherwise.</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">ScheduleGroupItem</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.html">C1.Win.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_ScheduleGroupItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScheduleGroupItem</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScheduleGroupItem</code></pre>
  </div>
  <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_Win_Schedule_ScheduleGroupItem_DisplayName" data-uid="C1.Win.Schedule.ScheduleGroupItem.DisplayName">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.DisplayName.html#C1_Win_Schedule_ScheduleGroupItem_DisplayName">DisplayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value representing the display name of the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_IsChecked" data-uid="C1.Win.Schedule.ScheduleGroupItem.IsChecked">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.IsChecked.html#C1_Win_Schedule_ScheduleGroupItem_IsChecked">IsChecked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether this <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object should be
displayed in UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_IsSelected" data-uid="C1.Win.Schedule.ScheduleGroupItem.IsSelected">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.IsSelected.html#C1_Win_Schedule_ScheduleGroupItem_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the UI element that has this
<a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> as a DataContext is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_Name" data-uid="C1.Win.Schedule.ScheduleGroupItem.Name">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.Name.html#C1_Win_Schedule_ScheduleGroupItem_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value representing the name of the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_Owner" data-uid="C1.Win.Schedule.ScheduleGroupItem.Owner">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.Owner.html#C1_Win_Schedule_ScheduleGroupItem_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">C1.Schedule.BaseObject</span> object representing the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object owner.
This property can be null for an empty group item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_PaletteColor" data-uid="C1.Win.Schedule.ScheduleGroupItem.PaletteColor">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.PaletteColor.html#C1_Win_Schedule_ScheduleGroupItem_PaletteColor">PaletteColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> value determining palette which should be used to display
the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_Scheduler" data-uid="C1.Win.Schedule.ScheduleGroupItem.Scheduler">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.Scheduler.html#C1_Win_Schedule_ScheduleGroupItem_Scheduler">Scheduler</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.Scheduler.html#C1_Win_Schedule_ScheduleGroupItem_Scheduler">Scheduler</a> that <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_ScheduleGroupItem_Tag" data-uid="C1.Win.Schedule.ScheduleGroupItem.Tag">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.Tag.html#C1_Win_Schedule_ScheduleGroupItem_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains custom data about the <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object.</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_Win_Schedule_ScheduleGroupItem_ToString" data-uid="C1.Win.Schedule.ScheduleGroupItem.ToString">
          <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.ToString.html#C1_Win_Schedule_ScheduleGroupItem_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string representation of the current <a class="xref" href="C1.Win.Schedule.ScheduleGroupItem.html">ScheduleGroupItem</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
