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

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