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

DataEntryGridMemoEditor..::..CancelButton Property

Gets or sets the cancel button.

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

Syntax


public Button CancelButton { get; set; }
Public Property CancelButton As Button
	Get
	Set
public:
property Button^ CancelButton {
	Button^ get ();
	void set (Button^ value);
}

Field Value

The cancel button.