Gets or sets a value indicating whether the grid should repeat headers on each page.

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

Syntax

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

Property Value

Type: Boolean
true if headers are repeated on each page; otherwise, false.

See Also