Defined the relationship of a column.
[Visual Basic]
Public Enum RelationState
[C#]
public enum RelationState
[Delphi]
type RelationState = (Child, None, Parent);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Child |
Column is the child. |
None |
Column is not related. |
Parent |
Column is the parent. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |