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


In This Topic
    DistributionInfo Class Members
    In This Topic

    The following tables list the members exposed by DistributionInfo.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a column number where the element described by the DistributionInfo will be placed.  
    Public PropertyGets or sets a number of columns spanned by a child element. The default value is 1.  
    Public PropertyGets or sets an index of a child element in the child elements collection of the AutoDistributionGrid grid whose distribution info is defined by this object.  
    Public PropertyGets 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.  
    Public PropertyGets or sets a row number where the element described by the DistributionInfo will be placed.  
    Public PropertyGets or sets a number of rows spanned by a child element. The default value is 1.  
    Top
    See Also