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.v21.2.dll

NuGet Package: 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