Skip to main content
A newer version of this page is available. .

MVCxGantt.Styles Property

Provides access to style settings that allow you to define the extension’s (and its visual elements) appearance.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public GanttStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxGantt.GanttStyles

An object containing the extension-related style settings.

See Also