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

FetchRowsEventArgsBase.AllowRetry Property

Gets or sets whether re-requesting data is allowed.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowRetry { get; set; }

Property Value

Type Description
Boolean

true to allow re-requesting data; otherwise, false.

See Also