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

In This Topic
    Propagate Property (DistributionInfo)
    In This Topic
    Gets or sets a value that defines a number of child elements whose placement is described by the DistributionInfo. The default value is 0, which means no propagation.
    Syntax
    'Declaration
     
    
    Public Property Propagate As Integer
    public int Propagate {get; set;}
    Remarks
    DistributionInfo.Propagate defines a number of elements with indexes started at DistributionInfo.ElementIndex + 1 that will get a distribution info which is defined in this object. A negative value indicates that all elements that follows the element at DistributionInfo.ElementIndex index will be provided with this distribution info. A propagation is stopped at a first element that has a corresponding DistributionInfo object defined.
    See Also