Returns the columns at the specified level.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public List<Column> GetColumns(
	int level,
	bool inherit
)
Visual Basic (Declaration)
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).

Return Value

See Also