Skip to main content
All docs
V25.1
  • 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.v25.1.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