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

SpreadsheetControl.Unit Property

Gets or sets a unit of measure used within the control. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public DocumentUnit Unit { get; set; }

Property Value

Type Description
DocumentUnit

The DocumentUnit enumeration member.

See Also