Back to Devexpress

LayoutViewOptionsCarouselMode.InterpolationMode Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-476b1838.md

latest2.1 KB
Original Source

LayoutViewOptionsCarouselMode.InterpolationMode Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(InterpolationMode.Default)]
[XtraSerializableProperty]
public InterpolationMode InterpolationMode { get; set; }
vb
<DefaultValue(InterpolationMode.Default)>
<XtraSerializableProperty>
Public Property InterpolationMode As InterpolationMode

Property Value

TypeDefaultDescription
InterpolationModeDefault

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace