Gets or sets the count of non-scrollable columns.

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

Syntax

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

Property Value

Type: Int32
The count of non-scrollable columns.

See Also