GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / BaseColumn Class / AllowMerging Property

In This Topic
    AllowMerging Property (BaseColumn)
    In This Topic
    Specifies whether adjacent cells with similar contents will be merged.
    Syntax
    'Declaration
     
    Public Property AllowMerging As Boolean
    public bool AllowMerging {get; set;}
    See Also