Gets or sets a value indicating whether the entire row or column represented by this header is selected. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsSelected { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsSelected As Boolean |
A boolean value.
See Also