Skip to main content

Tile.BackContentTemplateSelector Property

Gets or sets the DataTemplateSelector that returns a 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 DataTemplateSelector BackContentTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector that returns a DataTemplate used to render the back side content of the current tile.

See Also