Back to Devexpress

SpreadsheetBehaviorOptions.Comment Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-f421c3d9.md

latest1.7 KB
Original Source

SpreadsheetBehaviorOptions.Comment Property

Provides access to options that specify the document’s capability to manage comments. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public SpreadsheetCommentBehaviorOptions Comment { get; set; }
vb
Public Property Comment As SpreadsheetCommentBehaviorOptions

Property Value

TypeDescription
SpreadsheetCommentBehaviorOptions

A SpreadsheetBehaviorOptions object that is a storage of end-user restrictions applied to operations over comments.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Comment
SpreadsheetControlOptions

.Behavior .Comment

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace