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

In This Topic
    EnablePrinting Property (C1GanttView)
    In This Topic
    Gets or sets a System.Boolean value that indicates whether printing feature is enabled by user.
    Syntax
    'Declaration
     
    Public Property EnablePrinting As System.Boolean
    public System.bool EnablePrinting {get; set;}
    See Also