Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public GanttStyles Styles { get; }

Property Value

Type Description
DevExpress.Web.ASPxGantt.GanttStyles

An object containing the extension-related style settings.

See Also