DXGridView.ZoomOutItemTemplateSelector Property
In This Article
Gets or sets an object that chooses an item template in the zoom-out state based on custom logic.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public DataTemplateSelector ZoomOutItemTemplateSelector { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Windows. |
#Remarks
See the Data Templating Overview topic in MSDN to learn more.
See Also