Gets or sets a value indicating whether paging is allowed.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool AllowPaging { get; set; }
Visual Basic
Public Property AllowPaging As Boolean
	Get
	Set
JScript
final function get AllowPaging () : boolean
final function set AllowPaging (value : boolean)

Field Value

true if paging is allowed; otherwise, false.

Implements

IDataGrid..::..AllowPaging

See Also