GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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 String
    public string FieldName {get; set;}
    Remarks
    You don't need to specify value to this property when selected field is not custom.
    See Also