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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class CoverElementChunk : ContentControl
Visual Basic (Declaration)
Public Class CoverElementChunk _
	Inherits ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                C1.WPF.C1Schedule..::..CoverElementChunk

See Also