Skip to main content
A newer version of this page is available.
All docs
V19.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.v19.2.dll

Declaration

public GanttStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxGantt.GanttStyles

Style settings for the Gantt’s visual elements.

See Also