Back to Devexpress

LoadingDecorator.LoadingChildTemplate Property

wpf-devexpress-dot-xpf-dot-core-dot-loadingdecorator-60d17797.md

latest1.3 KB
Original Source

LoadingDecorator.LoadingChildTemplate Property

Gets or sets the template that defines the presentation of a loading decorator’s child. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate LoadingChildTemplate { get; set; }
vb
Public Property LoadingChildTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that represents the template which defines the presentation of a loading decorator’s child.

|

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace