Skip to main content

Tile.OnBackContentTemplateChanged(DataTemplate, DataTemplate) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void OnBackContentTemplateChanged(
    DataTemplate oldValue,
    DataTemplate newValue
)

Parameters

Name Type
oldValue DataTemplate
newValue DataTemplate
See Also