Skip to main content

GanttControlOptionsCustomization Class

Contains options that specify what users can customize in a GanttControl‘s chart.

Namespace: DevExpress.XtraGantt.Options

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public class GanttControlOptionsCustomization :
    TreeListOptionsCustomization

The following members return GanttControlOptionsCustomization objects:

Remarks

The GanttControl.OptionsCustomization property provides access to a GanttControlOptionsCustomization instance that contains customization options for that control.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraTreeList.BaseTreeListOptions
TreeListOptionsCustomization
GanttControlOptionsCustomization
See Also