

'Declaration<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public MustInherit Class ViewBase Inherits System.Windows.FrameworkContentElement
'UsageDim instance As ViewBase
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public abstract class ViewBase : System.Windows.FrameworkContentElement
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> <Grid.Resources> <xcdg:DataGridCollectionViewSource x:Key="cvs_orders" Source="{Binding Source={x:Static Application.Current}, Path=Orders}"/> </Grid.Resources> <xcdg:DataGridControl x:Name="OrdersGrid" ItemsSource="{Binding Source={StaticResource cvs_orders}}" View="CardView.Zune.NormalColor"/> </Grid>
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> <Grid.Resources> <xcdg:DataGridCollectionViewSource x:Key="cvs_orders" Source="{Binding Source={x:Static Application.Current}, Path=Orders}"/> </Grid.Resources> <xcdg:DataGridControl x:Name="OrdersGrid" ItemsSource="{Binding Source={StaticResource cvs_orders}}"> <xcdg:DataGridControl.View> <xcdg:CardView> <xcdg:CardView.Theme> <xcdg:ZuneNormalColorTheme/> </xcdg:CardView.Theme> </xcdg:CardView> </xcdg:DataGridControl.View> </xcdg:DataGridControl> </Grid>
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
| Name | Description | |
|---|---|---|
![]() ![]() | AscendingSortGlyphProperty | Identifies the AscendingSortGlyph dependency property. |
![]() ![]() | CollapseGroupGlyphProperty | Identifies the GroupCollapseGlyph dependency property. |
![]() ![]() | DescendingSortGlyphProperty | Identifies the DescendingSortGlyph dependency property. |
![]() ![]() | ExpandGroupGlyphProperty | Identifies the GroupExpandGlyph dependency property. |
![]() ![]() | FixedFootersProperty | Identifies the FixedFooters dependency property. |
![]() ![]() | FixedHeadersProperty | Identifies the FixedHeaders dependency property. |
![]() ![]() | FootersProperty | Identifies the Footers dependency property. |
![]() ![]() | HeadersProperty | Identifies the Headers dependency property. |
![]() ![]() | IsLastItemProperty | Identifies the IsLastItem attached property. |
![]() ![]() | ThemeProperty | Identifies the Theme dependency property. |
![]() ![]() | UseDefaultHeadersFootersProperty | Identifies the UseDefaultHeadersFooters dependency property. |
| Name | Description | |
|---|---|---|
![]() | DefaultStyleKey | (Inherited from System.Windows.FrameworkContentElement) |
![]() | IsEnabledCore | (Inherited from System.Windows.ContentElement) |
![]() | LogicalChildren | (Inherited from System.Windows.FrameworkContentElement) |
![]() | ViewTypeForThemeKey |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.