Represents a cell in a DataGrid.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public class GridCell : ContentControl |
Visual Basic
Copy Code
|
|---|
Public Class GridCell |
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.DataViews.Wpf.GridCell
MindFusion.DataViews.Wpf.ScheduleGridCell
See Also