Gets or sets the filter alignment.

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

Syntax

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

Property Value

Type: FilterAlignment
The filter alignment.

See Also