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

Declaration

public FrameworkElement LoadingChild { get; set; }

Property Value

Type Description
FrameworkElement

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

See Also