LoadingDecorator.LoadingChild Property
In This Article
Gets or sets an object that represents the LoadingDecorator‘s long-loading content.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public FrameworkElement LoadingChild { get; set; }
#Property Value
Type | Description |
---|---|
Framework |
An Framework |
See Also