Skip to main content
A newer version of this page is available. .

DXFrameworkContentElement Class

Represents the base class for all DevExpress controls inherited from the FrameworkContentElement class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public class DXFrameworkContentElement :
    FrameworkContentElement

Remarks

The DXFrameworkContentElement class is intended to hide some properties of the FrameworkContentElement class.

Inheritance

Show 170 items
Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DXFrameworkContentElement
See Also