Gets or sets a value that indicates whether the entity list view control is read-only to a user interacting with it.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
bool IsEntityListViewReadOnly { get; set; }
Visual Basic (Declaration)
Property IsEntityListViewReadOnly As Boolean

See Also