Back to Devexpress

SpreadsheetBehaviorOptions.Group Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-1e7affbb.md

latest1.7 KB
Original Source

SpreadsheetBehaviorOptions.Group Property

Provides access to options that specify the document’s capability to create and modify groups of rows and columns. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public SpreadsheetGroupBehaviorOptions Group { get; set; }
vb
Public Property Group As SpreadsheetGroupBehaviorOptions

Property Value

TypeDescription
SpreadsheetGroupBehaviorOptions

A SpreadsheetGroupBehaviorOptions object that is a storage of end-user restrictions applied to operations over groups of data.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Group
SpreadsheetControlOptions

.Behavior .Group

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace