MindFusion.Wpf Pack Programmer's Guide
ItemContainer Class
See Also
 





Represents a special type of item container, which should be used as the root in the DataTemplate object specified by the ItemTemplate property of data ranges.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public class ItemContainer : ItemWithChildren

Visual Basic  Copy Code

Public Class ItemContainer
    Inherits ItemWithChildren

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Reporting.Wpf.ReportItem
                            MindFusion.Reporting.Wpf.ItemWithChildren
                                MindFusion.Reporting.Wpf.ItemContainer

 See Also

ItemContainer Members
MindFusion.Reporting.Wpf Namespace