SpreadsheetDrawingBehaviorOptions.ChangeZOrder Property
Gets or sets the document’s capability to change the order of the drawing objects (such as pictures or charts). This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v22.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
Type | Description |
---|---|
DocumentCapability | A DocumentCapability enumeration value specifying the document’s capability to perform an operation. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ChangeZOrder |
---|---|
SpreadsheetBehaviorOptions |
|
Remarks
The DocumentCapability.Default property value for the ChangeZOrder is equal to the DocumentCapability.Enabled, so that changing the drawing object’s order is available for the Spreadsheet document by default.