Identifies the type of row.
[Visual Basic]
Public Enum RowTypeEnum
[C#]
public enum RowTypeEnum
[Delphi]
type RowTypeEnum = (ChildRow, CollapsedGroupRow, DataRow, ExpandedGroupRow, FooterRow);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
ChildRow |
Row is a child row. |
CollapsedGroupRow |
Row is a collapsed group row. |
DataRow |
Row is a data row. |
ExpandedGroupRow |
Row is an expanded group row. |
FooterRow |
Row is a footer row. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |