A collection of child columns.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public ColumnCollection Children { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Children As ColumnCollection |
| Visual C++ |
|---|
public: property ColumnCollection^ Children { ColumnCollection^ get (); } |