Returns the columns at the specified level.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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).

Return Value

See Also