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

SpreadsheetGroupBehaviorOptions.Ungroup Property

Gets or sets whether end-users can ungroup data. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public DocumentCapability Ungroup { get; set; }

Property Value

Type Description
DocumentCapability

One of the DocumentCapability enumeration values indicating the end-user capability to ungroup data.

Property Paths

You can access this nested property as listed below:

Object Type Path to Ungroup
SpreadsheetBehaviorOptions
.Group.Ungroup
See Also