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

In This Topic
    CellCount Property (AutoDistributionGrid)
    In This Topic
    Gets a number of cells in the AutoDistributionGrid. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property CellCount As Integer
    public int CellCount {get; set;}
    See Also