Tile.OnBackContentTemplateChanged(DataTemplate, DataTemplate) Method
In This Article
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 |
---|---|
old |
Data |
new |
Data |
See Also