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

DataEntryGrid..::..CloseWindowOnEscape Property

Gets or sets a value indicating whether [close window on escape]. This is a bind-able property.

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

Syntax


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

Field Value

true if [close window on escape]; otherwise, false.