Returns the columns at the specified level.
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 List<Column> GetColumns( int level, bool inherit ) |
Visual Basic |
---|
Public Function GetColumns ( _ level As Integer, _ inherit As Boolean _ ) As List(Of Column) |
Visual C++ |
---|
public: List<Column^>^ GetColumns( int level, bool inherit ) |
Parameters
- level
- Type: System..::..Int32
Column level
- inherit
- Type: System..::..Boolean
True if the column details should be inherited from the parent (if there is no column on the specified level).