Skip to main content

LayoutViewOptionsCarouselMode.Radius Property

Gets or sets the longest radius of the ellipse, in pixels.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public int Radius { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the longest radius of the ellipse, in pixels. 0 if the radius is calculated automatically depending on the View’s size.

Property Paths

You can access this nested property as listed below:

Object Type Path to Radius
LayoutView
See Also