Back to Devexpress

ContentItem Class

wpf-devexpress-dot-xpf-dot-docking-17d84d9c.md

latest3.4 KB
Original Source

ContentItem Class

An abstract class for objects capable of displaying content.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public abstract class ContentItem :
    BaseLayoutItem,
    IItemContainer
vb
Public MustInherit Class ContentItem
    Inherits BaseLayoutItem
    Implements IItemContainer

Remarks

The ContentItem class implements a basic functionality for objects capable of displaying content.

Inheritance

Show 31 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Docking.psvFrameworkElement BaseLayoutItem ContentItem LayoutControlItem

LayoutPanel

DocumentPanel

GaugeDashboardLayoutItem

GridDashboardLayoutItem

ImageDashboardLayoutItem

ListBoxDashboardLayoutItem

RangeDashboardLayoutItem

TextBoxDashboardLayoutItem

TreemapDashboardLayoutItem

TreeViewDashboardLayoutItem

DashboardLayoutItem

ComboBoxDashboardLayoutItem

CustomItemDashboardLayoutItem

DateFilterDashboardLayoutItem

MapDashboardLayoutItem

PieDashboardLayoutItem

PivotDashboardLayoutItem

BoundImageDashboardLayoutItem

CardDashboardLayoutItem

ChartDashboardLayoutItem

See Also

ContentItem Members

DevExpress.Xpf.Docking Namespace