Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DistributionInfo Class / ColumnSpan Property

In This Topic
    ColumnSpan Property (DistributionInfo)
    In This Topic
    Gets or sets a number of columns spanned by a child element. The default value is 1.
    Syntax
    'Declaration
     
    
    Public Property ColumnSpan As Integer
    public int ColumnSpan {get; set;}
    See Also