Gets or sets if edit action is visible.

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

Syntax

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

Property Value

Type: Boolean

See Also