Gets or sets the appearance of the column filter or editor.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: Appearance
The column filter or editor appearance.

See Also