Skip to main content

Tile.BackContentTemplate Property

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
DataTemplate

A DataTemplate object that defines the presentation of the back side content of the current tile.

See Also