Enables the row header hide icon in the upper-left corner of the viewport.

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

Syntax

C#
public bool RowHeaderHideIconEnabled { get; set; }
Visual Basic
Public Property RowHeaderHideIconEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool RowHeaderHideIconEnabled {
	bool get ();
	void set (bool value);
}

See Also