Get or set if right reorder buttons are shown

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

Syntax

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

Property Value

Type: Boolean

See Also