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

SpreadsheetControl.LayoutUnit Property

Gets or sets a unit of measure used for a document layout.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

[Browsable(false)]
[DXCategory("Layout")]
[EditorBrowsable(EditorBrowsableState.Never)]
public DocumentLayoutUnit LayoutUnit { get; set; }

Property Value

Type Description
DocumentLayoutUnit

The DocumentLayoutUnit enumeration value.

See Also