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

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