Skip to main content
A newer version of this page is available. .

DataPagerPageIndexChangingEventArgs.IsCancel Property

Gets or sets whether the event should be canceled.

Namespace: DevExpress.Xpf.Editors.DataPager

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

Declaration

public bool IsCancel { get; set; }

Property Value

Type Description
Boolean

true, if the event should be canceled; otherwise, false.

See Also