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

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

Syntax

C#
[BindableAttribute(true)]
public bool IsItemDataReadOnly { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsItemDataReadOnly As Boolean

Implements

IEntityListView..::.IsItemDataReadOnly

See Also