Back to Devexpress

LayoutViewOptionsCarouselMode.Radius Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-1ba3bccf.md

latest1.8 KB
Original Source

LayoutViewOptionsCarouselMode.Radius Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public int Radius { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Property Radius As Integer

Property Value

TypeDefaultDescription
Int320

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 TypePath to Radius
LayoutView

.OptionsCarouselMode .Radius

|

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace