DXGridView.ZoomOutItemTemplate Property
In This Article
Gets or sets the template used to render an item when the DXGridView is zoomed out.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataTemplate ZoomOutItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
See the Data Templating Overview topic in MSDN to learn more.
See Also