Skip to main content

DataPagerPageIndexChangingEventArgs.IsCancel Property

Gets or sets whether to cancel switching to a new page.

Namespace: DevExpress.Xpf.Editors.DataPager

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool IsCancel { get; set; }

#Property Value

Type Description
Boolean

true to cancel the action; otherwise, false.

See Also