RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

UiReadOnlyArgs..::..IsReadOnly Property

Gets a value indicating whether this instance is read only.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
	Get
	Set
public:
property bool^ IsReadOnly {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is read only; otherwise, false.