Gets or sets a value indicating whether the pager is enabled.

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

Syntax

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

Field Value

true if the pager is enabled; otherwise, false.

Implements

IDataGrid..::..IsPagerEnabled

See Also