Gets or sets a value indicating whether the item data is read-only in the IEntityListView control so that the user cannot update it using the keyboard or mouse.

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

Syntax

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

See Also