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

GanttControl.Appearance Property

Provides access to appearance settings.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public GanttControlAppearanceCollection Appearance { get; }

Property Value

Type Description
GanttControlAppearanceCollection

An object that specifies an appearance settings collection.

See Also