Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AutoDistributionGrid Class / ChildrenDistributionInfo Property

In This Topic
    ChildrenDistributionInfo Property (AutoDistributionGrid)
    In This Topic
    Gets a collection of DistributionInfo objects that allows to redefine a default placement of a certain child element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChildrenDistributionInfo As DistributionInfoCollection
    public DistributionInfoCollection ChildrenDistributionInfo {get;}
    See Also