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

LayoutViewOptionsCarouselMode.Radius Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

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