GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / ReportOptions Class / CustomerStyle Property

In This Topic
    CustomerStyle Property (ReportOptions)
    In This Topic
    Gets or sets the System.Windows.Controls.ControlTemplate for print customer style.
    Syntax
    'Declaration
     
    Public Property CustomerStyle As ControlTemplate
    public ControlTemplate CustomerStyle {get; set;}
    See Also