Skip to main content
All docs
V20.2

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.2.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