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

CustomDrawTaskEventArgs.Appearance Property

Provides access to the task’s appearance settings.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttChartTaskAppearance Appearance { get; }

Property Value

Type Description
DevExpress.XtraGantt.Utils.GanttChartTaskAppearance

An object that contains appearance settings.

See Also