# C1.Win.TrueDBGrid

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Win_TrueDBGrid" data-uid="C1.Win.TrueDBGrid" class="text-break">C1.Win.TrueDBGrid Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BandChangedEventArgs.html">BandChangedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Expanded.html">Expanded</a> and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Collapsed.html">Collapsed</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BandEventArgs.html">BandEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Expand.html">Expand</a> and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Collapse.html">Collapse</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BaseTypeConverter.html">BaseTypeConverter</a></h4>
      <section><p>Base class for typeconverter.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BeforeColEditEventArgs.html">BeforeColEditEventArgs</a></h4>
      <section><p>Provides data for the BeforeColEdit event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BeforeColUpdateEventArgs.html">BeforeColUpdateEventArgs</a></h4>
      <section><p>Provides data for the BeforeColUpdate event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BitmapTypeConverter.html">BitmapTypeConverter</a></h4>
      <section><p>Typeconverter for bitmaps.  Used for serialization.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DataColumn.html">C1DataColumn</a></h4>
      <section><p>Represents a column that defines binding information for the datasource.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DataColumnCollection.html">C1DataColumnCollection</a></h4>
      <section><p>Contains a collection of <a class="xref" href="C1.Win.TrueDBGrid.C1DataColumn.html">C1DataColumn</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DisplayColumn.html">C1DisplayColumn</a></h4>
      <section><p>Represents the columns in a split.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DisplayColumnCollection.html">C1DisplayColumnCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.Win.TrueDBGrid.C1DisplayColumn.html">C1DisplayColumn</a> in a <a class="xref" href="C1.Win.TrueDBGrid.Split.html">Split</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DropDataColumn.html">C1DropDataColumn</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DropDisplayColumn.html">C1DropDisplayColumn</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1OwnerDrawPrint.html">C1OwnerDrawPrint</a></h4>
      <section><p>Object to manage custom page headers and footers when printing and previewing.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1PrintProgress.html">C1PrintProgress</a></h4>
      <section><p>Print progress window.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1PropImagesCollection.html">C1PropImagesCollection</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBDropdown.html">C1TrueDBDropdown</a></h4>
      <section><p>Represents a multicolumn drop-down list box for a grid column.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.html">C1TrueDBGrid</a></h4>
      <section><p>C1TrueDBGrid is a legacy control; use C1.Win.FlexGrid.C1FlexGrid instead.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CancelEventArgs.html">CancelEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.BeforeDelete.html">BeforeDelete</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.BeforeInsert.html">BeforeInsert</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.BeforeUpdate.html">BeforeUpdate</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.BeforeRowColChange.html">BeforeRowColChange</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.RowResize.html">RowResize</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Scroll.html">Scroll</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.SelChange.html">SelChange</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.BeforeOpen.html">BeforeOpen</a>, and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.BeforeClose.html">BeforeClose</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CancelScrollEventArgs.html">CancelScrollEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Scroll.html">Scroll</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColEventArgs.html">ColEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.AfterColUpdate.html">AfterColUpdate</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.AfterColEdit.html">AfterColEdit</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.HeadClick.html">HeadClick</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FootClick.html">FootClick</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ColEdit.html">ColEdit</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ButtonClick.html">ButtonClick</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ComboSelect.html">ComboSelect</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ValueItemError.html">ValueItemError</a>, and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FilterButtonClick.html">FilterButtonClick</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColMoveEventArgs.html">ColMoveEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ColMove.html">ColMove</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColResizeEventArgs.html">ColResizeEventArgs</a></h4>
      <section><p>Provides data for the ColReisize event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColumnMergeTypeConverter.html">ColumnMergeTypeConverter</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ComboEventArgs.html">ComboEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ComboSelected.html">ComboSelected</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.Condition.html">Condition</a></h4>
      <section><p>Represents a condition within a <span class="xref">C1.Win.TrueDBGrid.ConditionFilter</span>.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CustomizeFilterEditorEventArgs.html">CustomizeFilterEditorEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.CustomizeFilterEditor.html">CustomizeFilterEditor</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.DropDownForm.html">DropDownForm</a></h4>
      <section><p>Represents a drop down form of C1TrueDBGrid drop down editors.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.DropDownTypeEditor.html">DropDownTypeEditor</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.DropdownView.html">DropdownView</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ErrorEventArgs.html">ErrorEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Error.html">Error</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ExpressionException.html">ExpressionException</a></h4>
      <section><p>Represents errors that occur during operations with C1ExpressionEditor.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchCellStyleEventArgs.html">FetchCellStyleEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FetchCellStyle.html">FetchCellStyle</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchCellTipsEventArgs.html">FetchCellTipsEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FetchCellTips.html">FetchCellTips</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchFilterStyleEventArgs.html">FetchFilterStyleEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FetchFilterStyle.html">FetchFilterStyle</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchGroupCellStyleEventArgs.html">FetchGroupCellStyleEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FetchCellStyle.html">FetchCellStyle</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchRowStyleEventArgs.html">FetchRowStyleEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FetchRowStyle.html">FetchRowStyle</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchScrollTipsEventArgs.html">FetchScrollTipsEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FetchScrollTips.html">FetchScrollTips</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FilterEventArgs.html">FilterEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Filter.html">Filter</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.AfterFilter.html">AfterFilter</a>, <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.Sort.html">Sort</a>, and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.AfterSort.html">AfterSort</a></p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FindTypeByName.html">FindTypeByName</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FormatTextEventArgs.html">FormatTextEventArgs</a></h4>
      <section><p>Provides data for the FromatText event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GenericTypeConverter.html">GenericTypeConverter</a></h4>
      <section><p>Expandable object converter that doesn't handle strings.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GridBorders.html">GridBorders</a></h4>
      <section><p>Represents the border in a <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a></p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GridGlyphs.html">GridGlyphs</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GridRenderer.html">GridRenderer</a></h4>
      <section><p>Base class for the grid renderers.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GridStyleCollection.html">GridStyleCollection</a></h4>
      <section><p>Represents a collection of named <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupColEventArgs.html">GroupColEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.GroupHeadClick.html">GroupHeadClick</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupColMoveEventArgs.html">GroupColMoveEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.GroupColMove.html">GroupColMove</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupColMovedEventArgs.html">GroupColMovedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.GroupColMoved.html">GroupColMoved</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupInfo.html">GroupInfo</a></h4>
      <section><p>GroupInfo
Property of the C1DataColumn object, used to control grouping and
rendering of group headers and footers</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupIntervalEventArgs.html">GroupIntervalEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.GroupText.html">GroupText</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupRow.html">GroupRow</a></h4>
      <section><p>Object that represents a groupby split.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupTextEventArgs.html">GroupTextEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.GroupText.html">GroupText</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupedColumnCollection.html">GroupedColumnCollection</a></h4>
      <section><p>Contains a collection of <a class="xref" href="C1.Win.TrueDBGrid.C1DataColumn.html">C1DataColumn</a> objects that represent columns that are grouped.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.OwnerDrawCellEventArgs.html">OwnerDrawCellEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.OwnerDrawCell.html">OwnerDrawCell</a> and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.OwnerDrawCellPrint.html">OwnerDrawCellPrint</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.OwnerDrawPageEventArgs.html">OwnerDrawPageEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.OwnerDrawPageHeader.html">OwnerDrawPageHeader</a> and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.OwnerDrawPageHeader.html">OwnerDrawPageHeader</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintCancelException.html">PrintCancelException</a></h4>
      <section><p>Represents exception that is thrown if printing or exporting
a <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.html">C1TrueDBGrid</a> is cancelled by the user.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintForm.html">PrintForm</a></h4>
      <section><p>The print preview form.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.html">PrintInfo</a></h4>
      <section><p>Specifies how a <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.html">C1TrueDBGrid</a> should be printed
or exported when using such methods as
<a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.ExportTo.html#C1_Win_TrueDBGrid_C1TrueDBGrid_ExportTo">ExportTo()</a>,
<a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.Print.html#C1_Win_TrueDBGrid_PrintInfo_Print">Print()</a> etc.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintOptionsForm.html">PrintOptionsForm</a></h4>
      <section><p>Represents print/export options form.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintOptionsForm.ActionItem.html">PrintOptionsForm.ActionItem</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintOptionsForm.FillEmptyItem.html">PrintOptionsForm.FillEmptyItem</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintOptionsForm.PageBreakItem.html">PrintOptionsForm.PageBreakItem</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintOptionsForm.RowHeightItem.html">PrintOptionsForm.RowHeightItem</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintOptionsForm.WrapTextItem.html">PrintOptionsForm.WrapTextItem</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintPreviewWinSettings.html">PrintPreviewWinSettings</a></h4>
      <section><p>Specifies the characteristics of the print preview window
shown by the <a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.PrintPreview.html#C1_Win_TrueDBGrid_PrintInfo_PrintPreview">PrintPreview()</a> method.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.RowColChangeEventArgs.html">RowColChangeEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.RowColChange.html">RowColChange</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SelectedColumnCollection.html">SelectedColumnCollection</a></h4>
      <section><p>Contains a collection of <a class="xref" href="C1.Win.TrueDBGrid.C1DataColumn.html">C1DataColumn</a> objects that represent columns that are selected.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SelectedRowCollection.html">SelectedRowCollection</a></h4>
      <section><p>Represents a collection of Selected rows.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.Split.html">Split</a></h4>
      <section><p>Represents a horizontal or vertical pane to display and edit data.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SplitCollection.html">SplitCollection</a></h4>
      <section><p>Represents a collection of Split objects.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SplitEventArgs.html">SplitEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.FirstRowChange.html">FirstRowChange</a> and <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.LeftColChange.html">LeftColChange</a> events.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a></h4>
      <section><p>Represents an object used to render grid elements.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.UIStrings.html">UIStrings</a></h4>
      <section><p>Represents a collection of end user visible UI strings.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.UIStringsItemEventArgs.html">UIStringsItemEventArgs</a></h4>
      <section><p>Provides data for an <a class="xref" href="C1.Win.TrueDBGrid.UIStrings.html">UIStrings</a> item related event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.UnboundColumnFetchEventArgs.html">UnboundColumnFetchEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.UnboundColumnFetch.html">UnboundColumnFetch</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ValueItem.html">ValueItem</a></h4>
      <section><p>Represents an object that defines a value/display value pair.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ValueItemCollection.html">ValueItemCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.Win.TrueDBGrid.ValueItem.html">ValueItem</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ValueItems.html">ValueItems</a></h4>
      <section><p>Represents an object that defines how cells are rendered.</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.Split.CellRange.html">Split.CellRange</a></h4>
      <section></section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.IConditionValueEditor.html">IConditionValueEditor</a></h4>
      <section><p>Defines a value editor of filter condition.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.AddNewModeEnum.html">AddNewModeEnum</a></h4>
      <section><p>Provides a description of the current addnew state with respect to the current cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.AggregateEnum.html">AggregateEnum</a></h4>
      <section><p>Specifies the type of aggregate that is computed for a grouped row.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.AlignHorzEnum.html">AlignHorzEnum</a></h4>
      <section><p>Specifies the horizontal alignment of text or images in a cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.AlignVertEnum.html">AlignVertEnum</a></h4>
      <section><p>Specifies the vertical alignment of text or images in a cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.AllowFiltering.html">AllowFiltering</a></h4>
      <section><p>Specifies the type of filter to be used for a <a class="xref" href="C1.Win.TrueDBGrid.C1DataColumn.html">C1DataColumn</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BackgroundPictureDrawModeEnum.html">BackgroundPictureDrawModeEnum</a></h4>
      <section><p>Specifies how the background image is rendered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BorderTypeEnum.html">BorderTypeEnum</a></h4>
      <section><p>Specifies the borders for a <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.C1DisplayColumn.ColumnChangedEnum.html">C1DisplayColumn.ColumnChangedEnum</a></h4>
      <section><p>Enumerates the type of changes made to a display column for event listeners</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CellStyleFlag.html">CellStyleFlag</a></h4>
      <section><p>Describes the disposition of a cell.</p>
<p>This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CellTipEnum.html">CellTipEnum</a></h4>
      <section><p>Specifies the behavior of the pop-up window when the cursor is idle over the grid.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColumnMergeEnum.html">ColumnMergeEnum</a></h4>
      <section><p>Specifies how columns are merged.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ConditionOperator.html">ConditionOperator</a></h4>
      <section><p>Represents operators used in filter conditions.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.DataViewEnum.html">DataViewEnum</a></h4>
      <section><p>Specifies how the grid displays its data.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.DirectionAfterEnterEnum.html">DirectionAfterEnterEnum</a></h4>
      <section><p>Specifies which cell gets focus when the enter key is pressed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.DropdownWidthEnum.html">DropdownWidthEnum</a></h4>
      <section><p>Specifies the width of a C1TrueDBDropdown for a cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ExposeCellModeEnum.html">ExposeCellModeEnum</a></h4>
      <section><p>Specifies how the grid exposes the rightmost column when it gets focus.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FilterSortType.html">FilterSortType</a></h4>
      <section><p>Defined the sort type of a column.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FlatModeEnum.html">FlatModeEnum</a></h4>
      <section><p>Specifies how 3D elements are rendered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ForeGroundPicturePositionEnum.html">ForeGroundPicturePositionEnum</a></h4>
      <section><p>Specifies the location of the foreground image in a cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GlyphType.html">GlyphType</a></h4>
      <section><p>Specifies a type of glyph (image) used by the grid.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GradientModeEnum.html">GradientModeEnum</a></h4>
      <section><p>Specifies the type of gradient.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GridRenderer.CellType.html">GridRenderer.CellType</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupIntervalEnum.html">GroupIntervalEnum</a></h4>
      <section><p>Specifies how rows are grouped.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupPositionEnum.html">GroupPositionEnum</a></h4>
      <section><p>Specifies how the grouped column should be displayed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.LineStyleEnum.html">LineStyleEnum</a></h4>
      <section><p>Specifies the line style for row and column dividers.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.MarqueeEnum.html">MarqueeEnum</a></h4>
      <section><p>Specifies how the current cell is highlighted.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.MultiSelectEnum.html">MultiSelectEnum</a></h4>
      <section><p>Specifies the UI behavior for selecting rows and columns.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.OutlineModeEnum.html">OutlineModeEnum</a></h4>
      <section><p>Specifies the initial expanded or collapsed state of a grouped row.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PointAtEnum.html">PointAtEnum</a></h4>
      <section><p>Specifies the type of ui-element for a coordinate.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PresentationEnum.html">PresentationEnum</a></h4>
      <section><p>Specifies how ValueItems are rendered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.ActionFlags.html">PrintInfo.ActionFlags</a></h4>
      <section><p>Specify allowed print options.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.FillEmptyEnum.html">PrintInfo.FillEmptyEnum</a></h4>
      <section><p>Specifies how empty space left on a printed page is handled (filled or otherwise).</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.GridLinesEnum.html">PrintInfo.GridLinesEnum</a></h4>
      <section><p>Specifies how grid lines are rendered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.MeasurementDeviceEnum.html">PrintInfo.MeasurementDeviceEnum</a></h4>
      <section><p>Defines the device (printer or screen) used to measure document generated by PrintPreview() and Print() methods.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.PageBreaksEnum.html">PrintInfo.PageBreaksEnum</a></h4>
      <section><p>Specifies how grid is broken into extension (horizontal) pages
when it is too wide to fit into one page.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.RowHeightEnum.html">PrintInfo.RowHeightEnum</a></h4>
      <section><p>Specifies how rows' heights are determined.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.PrintInfo.WrapTextEnum.html">PrintInfo.WrapTextEnum</a></h4>
      <section><p>Specifies how cell text is wrapped.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.RelationState.html">RelationState</a></h4>
      <section><p>Defined the relationship of a column.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.RowSelectorEnum.html">RowSelectorEnum</a></h4>
      <section><p>Specifies which rows are to be previewed/printed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.RowSizingEnum.html">RowSizingEnum</a></h4>
      <section><p>Specifies how rows can be resized.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.RowTypeEnum.html">RowTypeEnum</a></h4>
      <section><p>Identifies the type of row.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ScrollBarEnum.html">ScrollBarEnum</a></h4>
      <section><p>Identifies the type of scrollbar.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ScrollBarStyleEnum.html">ScrollBarStyleEnum</a></h4>
      <section><p>Specifies the visibility of ScrollBars.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SizeModeEnum.html">SizeModeEnum</a></h4>
      <section><p>Specifies the sizing mode for splits.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SortDirEnum.html">SortDirEnum</a></h4>
      <section><p>Specifies the glyph used to denote a sort direction in the column header.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.TabActionEnum.html">TabActionEnum</a></h4>
      <section><p>Specifies how focus is handled when the Tab key is entered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.TextWrapping.html">TextWrapping</a></h4>
      <section><p>Specifies whether text wraps when it reaches the edge of the cell.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BandEventHandler.html">BandEventHandler</a></h4>
      <section><p>Raised when a hierarchical node is expanded or collapsed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BeforeColEditEventHandler.html">BeforeColEditEventHandler</a></h4>
      <section><p>Raised before a column enters edit mode.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.BeforeColUpdateEventHandler.html">BeforeColUpdateEventHandler</a></h4>
      <section><p>Raised after editing is completed in a cell.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CancelEventHandler.html">CancelEventHandler</a></h4>
      <section><p>Raised before an action is performed on the grid and the action can be canceled.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColEventHandler.html">ColEventHandler</a></h4>
      <section><p>Raised when an action is perfored on a column.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColMoveEventHandler.html">ColMoveEventHandler</a></h4>
      <section><p>Raised when a column is being repositioned.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ColResizeEventHandler.html">ColResizeEventHandler</a></h4>
      <section><p>Raised after a column has been resized.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ComboEventHandler.html">ComboEventHandler</a></h4>
      <section><p>Raised when an action is perfored on a column.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.CustomizeFilterEditorEventHandler.html">CustomizeFilterEditorEventHandler</a></h4>
      <section><p>Represents the method that will handle the <a class="xref" href="C1.Win.TrueDBGrid.C1TrueDBGrid.CustomizeFilterEditor.html">CustomizeFilterEditor</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.ErrorEventHandler.html">ErrorEventHandler</a></h4>
      <section><p>Raised when an excpetion is thrown via the UI.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchCellStyleEventHandler.html">FetchCellStyleEventHandler</a></h4>
      <section><p>Raised when the <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a> used to render a cell needs customization.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchCellTipsEventHandler.html">FetchCellTipsEventHandler</a></h4>
      <section><p>Raised when cell tips are to be displayed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchRowStyleEventHandler.html">FetchRowStyleEventHandler</a></h4>
      <section><p>Raised when the <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a> used to render a row needs customization.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FetchScrollTipsEventHandler.html">FetchScrollTipsEventHandler</a></h4>
      <section><p>Raised when scroll tips are to be displayed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FilterEventHandler.html">FilterEventHandler</a></h4>
      <section><p>Raised when the grid is sorted or filtered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.FormatTextEventHandler.html">FormatTextEventHandler</a></h4>
      <section><p>Raised when a cell needs custom formatting.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupColEventHandler.html">GroupColEventHandler</a></h4>
      <section><p>Raised when grouping columns.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupColMoveEventHandler.html">GroupColMoveEventHandler</a></h4>
      <section><p>Raised when a column is moved into or out of the grouping area.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupIntervalEventHandler.html">GroupIntervalEventHandler</a></h4>
      <section><p>Raised when text is grouped.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.GroupTextEventHandler.html">GroupTextEventHandler</a></h4>
      <section><p>Raised when text is grouped.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.OwnerDrawCellEventHandler.html">OwnerDrawCellEventHandler</a></h4>
      <section><p>Raised when a cell is to rendered by the event code.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.OwnerDrawPageEventHandler.html">OwnerDrawPageEventHandler</a></h4>
      <section><p>Raised when custom page headers and footers need to be rendered.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.RowColChangeEventHandler.html">RowColChangeEventHandler</a></h4>
      <section><p>Raised after the current Row or Column changes.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.SplitEventHandler.html">SplitEventHandler</a></h4>
      <section><p>Raised when Split specific actions are performed.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.UIStringsItemEventHandler.html">UIStringsItemEventHandler</a></h4>
      <section><p>Represents a handler for an <a class="xref" href="C1.Win.TrueDBGrid.UIStrings.html">UIStrings</a> item related event.</p>
</section>
      <h4><a class="xref" href="C1.Win.TrueDBGrid.UnboundColumnFetchEventHandler.html">UnboundColumnFetchEventHandler</a></h4>
      <section><p>Raised when an unbound column needs to be rendered.</p>
</section>


</div>
