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

LoadingDecorator.LoadingChild Property

Gets or sets an object that represents the LoadingDecorator‘s long-loading content.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public FrameworkElement LoadingChild { get; set; }

Property Value

Type Description
FrameworkElement

An FrameworkElement object that represents the LoadingDecorator‘s long-loading content.

See Also