ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / FieldStyle Class / FieldName Property

In This Topic
    FieldName Property (FieldStyle)
    In This Topic
    Gets the name of field that is applied this style.
    Syntax
    'Declaration
     
    Public Property FieldName As System.String
    public System.string FieldName {get; set;}
    Remarks
    You don't need to specify value to this property when selected field is not custom.
    See Also