Comma-delimited list of property categories that are shown in this editor - show all categories if empty.

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

Syntax

C#
public string ShowCategories { get; set; }
Visual Basic
Public Property ShowCategories As String
	Get
	Set
Visual C++
public:
property String^ ShowCategories {
	String^ get ();
	void set (String^ value);
}
F#
member ShowCategories : string with get, set

Property Value

Type: String

See Also