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

In This Topic
    ElementIndex Property (DistributionInfo)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    
    Public Property ElementIndex As Integer
    public int ElementIndex {get; set;}
    See Also