[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementChunk

CoverElementChunk Class

The CoverElementChunk class represents an indivisible part of a UI for a data object.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class CoverElementChunk : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
CoverElementChunk()

Initializes the new instance of the CoverElementChunk class.

Properties

Name Description
CoveredElements

Gets the CoveredElementsCollection object representing the collection of elements covered by this CoverElementChunk object.

IsFirst

Gets the bool value determining if this CoverElementChunk object is the first one in the representation of the data object.

IsLast

Gets the bool value determining if this CoverElementChunk object is the last one in the representation of the data object.

Owner

Gets the owning CoverElement object.