| Visual Basic (Declaration) | |
|---|---|
Public Class CompactCardView Inherits CardView Implements ISupportInitialize, IFrameworkInputElement, IInputElement, IAnimatable | |
| C# | |
|---|---|
public class CompactCardView : CardView, ISupportInitialize, IFrameworkInputElement, IInputElement, IAnimatable | |
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> | |
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> | |
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> | |
The View property of the DataGridControl class determines which view is applied to a grid. If the View property is left to its default value, null (Nothing in Visual Basic), or explicitly set to null, the default table-view layout will be used with the system color scheme. The Theme property of the View class can be set to change the color scheme applied to a grid's elements. If left to its default value, null, the system color scheme will be used. In either case, if the system-color theme is not recognized (e.g., a third-party color scheme is being used), the Aero normal-color theme will be used.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.ContentElement
System.Windows.FrameworkContentElement
Xceed.Wpf.DataGrid.Views.ViewBase
Xceed.Wpf.DataGrid.Views.UIViewBase
Xceed.Wpf.DataGrid.Views.CardView
Xceed.Wpf.DataGrid.Views.CompactCardView
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2
Reference
CompactCardView MembersXceed.Wpf.DataGrid.Views Namespace
Basic Concepts
Validating DataCard Views



Copy Code