Gets the collection of columns to be displayed in Resources mode (see ViewType property).
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public ColumnCollection Columns { get; private set; } |
Visual Basic |
---|
Public Property Columns As ColumnCollection Get Private Set |
Visual C++ |
---|
public: property ColumnCollection^ Columns { ColumnCollection^ get (); private: void set (ColumnCollection^ value); } |