Gets or sets the column sort brush.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Property Value

Type: Brush
The column sort brush.

See Also