Skip to main content
All docs
V19.1

ASPxGantt.SettingsBehavior Property

Provides access to the gantt’s behavior settings.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public GanttSettingsBehavior SettingsBehavior { get; }

Property Value

Type Description
GanttSettingsBehavior

The gantt’s behavior settings object.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" ...>
    <Columns>
    ...
    </Columns>
    <SettingsBehavior AllowEllipsisInText="true" AllowFocusedNode="true" />
    ...
</dx:ASPxGantt>

Online Demo

ASPxGantt - Features

See Also