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

GanttDataUpdateEventArgs.Handled Property

Gets or sets whether data update is handled manually, so no default processing is required.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if no default processing is required; otherwise false.

See Also