Tile.BackContentTemplate Property
In This Article
Gets or sets the DataTemplate used to render the back side content of the current tile. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataTemplate BackContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
See Also