Skip to main content
A newer version of this page is available. .

DXGridView.ZoomOutItemTemplate Property

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.v18.2.dll

Declaration

public DataTemplate ZoomOutItemTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.DataTemplate

A DataTemplate used to render an item when the DXGridView is zoomed out.

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also