ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ConditionTaskFilter Class / FilterFieldName Property

In This Topic
    FilterFieldName Property (ConditionTaskFilter)
    In This Topic
    Gets or sets the filter field's name.
    Syntax
    'Declaration
     
    Public Property FilterFieldName As System.String
    public System.string FilterFieldName {get; set;}
    Remarks
    Need to set value to this property when FilterField equals Custom.
    See Also