SpreadsheetGroupBehaviorOptions Class
In This Article
Provides options to restrict an end-user’s ability to group data.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public class SpreadsheetGroupBehaviorOptions :
SpreadsheetOptionsBase<SpreadsheetGroupBehaviorOptions>
#Related API Members
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