Defines the presentation of headers in the WorkbookView control.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class Header : ContentControl |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class Header |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
System.Windows.Media.Visual![]()
System.Windows.UIElement![]()
System.Windows.FrameworkElement![]()
System.Windows.Controls.Control![]()
System.Windows.Controls.ContentControl![]()
MindFusion.Spreadsheet.Wpf.Header
MindFusion.Spreadsheet.Wpf.ColumnHeader
MindFusion.Spreadsheet.Wpf.RowHeader
See Also