Sub Row
Represents a child row in a List View
Namespace: LSOne.Controls.Rows
Assembly: LSOne.Controls.ListView
Syntax
public class SubRow : Row
Constructors
Name | Description |
---|---|
SubRow(LSOne.Controls.Columns.ColumnCollection) | Initializes a new instance of the SubRow class with the given columns |
Examples
See Source\SM\Plugins\EndOfDay\Views\StatmentsView.cs from DevPack for usage examples.