ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / DialogType Enumeration

In This Topic
    DialogType Enumeration
    In This Topic
    Represents the type of dialog.
    Syntax
    'Declaration
     
    Public Enum DialogType 
       Inherits System.Enum
    public enum DialogType : System.Enum 
    Members
    MemberDescription
    ColumnsThe columns settings dialog.
    FormatBarThe format bar settings dialog.
    GroupThe group settings dialog.
    LinkInfoThe link information dialog.
    ProgressLineThe progress line settings dialog.
    ProjectThe project settings dialog.
    ResourcesThe resource settings dialog.
    SortThe sorting settings dialog.
    TaskInfoThe task information dialog.
    TimescaleThe timescale settings dialog.
    WorkingTimeThe working time settings dialog.
    ZoomThe zoom settings dialog.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.GanttView.DialogType

    See Also