Gets or sets a value that indicates whether the data displayed by the editing control is read-only to a user interacting with the control.

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

Syntax

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

See Also