Skip to main content

LayoutViewOptionsCarouselMode.InterpolationMode Property

Gets or sets the interpolation mode used to render background cards.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(InterpolationMode.Default)]
[XtraSerializableProperty]
public InterpolationMode InterpolationMode { get; set; }

Property Value

Type Default Description
InterpolationMode Default

A System.Drawing.Drawing2D value that specifies the interpolation mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to InterpolationMode
LayoutView
.OptionsCarouselMode .InterpolationMode

Remarks

If the LayoutView’s performance is not good enough, consider reducing the interpolation quality via the InterpolationMode property.

See Also