Skip to main content
All docs
V19.1

ASPxGantt.Styles Property

Provides access to the style settings that control the appearance of the Gantt control.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public GanttStyles Styles { get; }

Property Value

Type Description
GanttStyles

Style settings for the gantt’s visual elements.

Remarks

The GanttStyles object provides a number of properties that allow you to customize the Gantt’s visual elements style settings.

See Also