Skip to main content
All docs
V23.2

GanttTaskListSettings(IPropertiesOwner) Constructor

Initializes a new instance of the GanttTaskListSettings class with specified settings.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public GanttTaskListSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also