Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LayoutPosition.Mode Property

Gets or sets the mode that specifies how the value should be interpreted.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

LayoutMode Mode { get; set; }

Property Value

Type Description
LayoutMode

A LayoutMode enumeration member.

Remarks

Use the LayoutPosition.SetPosition method to specify the value and the mode simultaneously.

See Also