A collection of child columns.
Namespace: DayPilot.Web.Mvc.DataAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public ColumnCollection Children { get; private set; } |
Visual Basic |
---|
Public Property Children As ColumnCollection Get Private Set |
Visual C++ |
---|
public: property ColumnCollection^ Children { ColumnCollection^ get (); private: void set (ColumnCollection^ value); } |