Gets or sets if delete action is visible.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool ShowDeleteAction { get; set; }
Visual Basic
Public Property ShowDeleteAction As Boolean
	Get
	Set
Visual C++
public:
property bool ShowDeleteAction {
	bool get ();
	void set (bool value);
}
F#
member ShowDeleteAction : bool with get, set

Property Value

Type: Boolean

See Also