Get or set dual list text css class

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

Syntax

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

Property Value

Type: String

See Also