LayoutViewOptionsCarouselMode.InterpolationMode Property
Gets or sets the interpolation mode used to render background cards.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.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 |
|
Remarks
If the LayoutView’s performance is not good enough, consider reducing the interpolation quality via the InterpolationMode property.
See Also