Specifies the initial expanded or collapsed state of a grouped row.
[Visual Basic]
Public Enum OutlineModeEnum
[C#]
public enum OutlineModeEnum
[Delphi]
type OutlineModeEnum = (StartCollapsed, StartExpanded);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
StartCollapsed |
Grouped rows initial display is collapsed (default). |
StartExpanded |
Grouped rows initial display is expanded. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |