Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CoverElementChunk Class / IsLast Property

In This Topic
    IsLast Property (CoverElementChunk)
    In This Topic
    Gets the System.Boolean value determining if this CoverElementChunk object is the last one in the representation of the data object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLast As Boolean
    public bool IsLast {get;}
    See Also