ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / FilterField Enumeration

In This Topic
    FilterField Enumeration
    In This Topic
    Specifies a property/feature of the Task object is used to filter.
    Syntax
    'Declaration
     
    Public Enum FilterField 
       Inherits System.Enum
    public enum FilterField : System.Enum 
    Members
    MemberDescription
    ConstraintDateReferences to the Task.ConstraintDate property.
    ConstraintTypeReferences to the Task.ConstraintType property.
    CustomReferences to the custom field.
    DeadlineReferences to the Task.Deadline property.
    DurationReferences to the Task.Duration property.
    DurationOnlyReferences to the BarType of bar style is used to display task in chart view.
    DurationUnitsReferences to the Task.DurationUnits property.
    FinishReferences to the Task.Finish property.
    MilestoneReferences to the BarType of bar style is used to display task in chart view.
    ModeReferences to the Task.Mode property.
    NameReferences to the Task.Name property.
    NoneNo reference.
    NotesReferences to the Task.Notes property.
    OutlineLevelReferences to the Task.OutlineLevel property.
    PercentCompleteReferences to the Task.PercentComplete property.
    ResourceNamesReferences to the Task.ResourceNames property.
    StartReferences to the Task.Start property.
    SummaryReferences to the Task.Summary property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1GanttView.FilterField

    See Also