Skip to main content
All docs
V26.1
  • CustomDrawTaskDependencyEventArgs.Appearance Property

    Provides access to appearance settings that specify the dependency line background color.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public GanttChartItemAppearance Appearance { get; }

    Property Value

    Type Description
    DevExpress.XtraGantt.Utils.GanttChartItemAppearance

    An object that contains appearance settings.

    See Also