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

DataEntryGrid..::..ReadOnlyMode Property

Gets or sets a value indicating whether [read only mode]. This is a bind-able property.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


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

Field Value

true if [read only mode]; otherwise, false.