ContentItem Class
In This Article
An abstract class for objects capable of displaying content.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public abstract class ContentItem :
BaseLayoutItem,
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
See Also