veContentSelector.ContentTemplate Property
Gets or sets a template used to visualize an item’s content.
Namespace: DevExpress.UI.Xaml.Layout.VisualElements
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object used to visualize an item’s content. |
Remarks
See the Data Templating Overview topic in MSDN to learn more.
See Also