Skip to main content
A newer version of this page is available.
All docs
V20.1

GanttSettings.Styles Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.1.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GanttStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxGantt.GanttStyles

Style settings for the Gantt’s visual elements.

See Also