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. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public DocumentLayoutUnit LayoutUnit { get; set; }

Property Value

Type Description
DocumentLayoutUnit

The DocumentLayoutUnit enumeration value.

See Also