Back to Devexpress

LayoutViewOptionsCarouselMode.CenterOffset Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionscarouselmode-31deaf4c.md

latest1.7 KB
Original Source

LayoutViewOptionsCarouselMode.CenterOffset Property

Gets or sets the coordinates 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
[XtraSerializableProperty]
public Point CenterOffset { get; set; }
vb
<XtraSerializableProperty>
Public Property CenterOffset As Point

Property Value

TypeDescription
Point

A Point structure that specifies the coordinates of the ellipse, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CenterOffset
LayoutView

.OptionsCarouselMode .CenterOffset

|

See Also

LayoutViewOptionsCarouselMode Class

LayoutViewOptionsCarouselMode Members

DevExpress.XtraGrid.Views.Layout Namespace