Gets or sets a value indicating whether the grid should repeat row selectors on each page.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# | 
|---|
public bool RepeatRowSelector { get; set; } | 
| Visual Basic | 
|---|
Public Property RepeatRowSelector As Boolean
	Get
	Set  | 
| Visual C++ | 
|---|
public:
property bool RepeatRowSelector {
	bool get ();
	void set (bool value);
} | 
| F# | 
|---|
member RepeatRowSelector : bool with get, set
  | 
Property Value
Type: 
Booleantrue if row selectors are repeated on each page; otherwise, 
false.
See Also