Gets or sets the field css class attached to field when in invalid state.

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

Syntax

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

Property Value

Type: String

See Also