LayoutView Constructors
Displays records as cards in one or more columns, in one or more rows, in an ellipse (carousel mode), or as a single card at a time. Supports complex card field layouts, built-in groups, tabbed groups, and labels.Name | Parameters | Description |
---|---|---|
LayoutView() | none | Initializes a new instance of the LayoutView class with default settings. |
LayoutView(GridControl) | ownerGrid | Creates a new LayoutView object with the specified owner control. |
See Also