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.v19.1.dll

Declaration

[DXCategory("Layout")]
public DocumentLayoutUnit LayoutUnit { get; set; }

Property Value

Type Description
DocumentLayoutUnit

The DocumentLayoutUnit enumeration value.

See Also