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

SpreadsheetGroupBehaviorOptions Class

Provides options to restrict an end-user’s ability to group data.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public class SpreadsheetGroupBehaviorOptions :
    SpreadsheetOptionsBase<SpreadsheetGroupBehaviorOptions>

The following members return SpreadsheetGroupBehaviorOptions objects:

Remarks

An instance of the SpreadsheetGroupBehaviorOptions class is accessible via the SpreadsheetBehaviorOptions.Group property (use the SpreadsheetControl.Options.Behavior.Group notation).

Inheritance

Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<SpreadsheetGroupBehaviorOptions>
SpreadsheetGroupBehaviorOptions
See Also