Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / PrintTableView Class
Members Example


In This Topic
    PrintTableView Class
    In This Topic
    Represents a printable and exportable table-view layout in which rows are laid out horizontally in a traditional grid-like style.
    Syntax
    '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 Class PrintTableView 
       Inherits PrintViewBase
    'Usage
     
    Dim instance As PrintTableView
    [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 class PrintTableView : PrintViewBase 
    Example
    All examples in this topic assume that the grid is bound to the Orders table of the Northwind database, unless stated otherwise.
    The following example demonstrates how to use a PrintTableView and configure it to display a title in the page headers and the page number in the page footers. The elements added to these sections must be added as DataTemplates and will be repeated on each page. The Print method will be called in the button's Click event, whose implementation is not provided. The following example demonstrates how to change the default text displayed in the progress window when the Print or ExportToXps methods are called. The implementation of the PrintGrid method is not provided.
    <Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"
          xmlns:local="clr-namespace:Xceed.Wpf.Documentation">
      <Grid.Resources>
        <xcdg:DataGridCollectionViewSource x:Key="cvs_employees"
                                        Source="{Binding Source={x:Static Application.Current},
                                                            Path=Employees}"/>         
      </Grid.Resources>
     
      <DockPanel>
        <Button Content="Print Grid"
                Click="PrintGrid"
                DockPanel.Dock="Top"/>
          <xcdg:DataGridControl x:Name="EmployeesGrid"
                                ItemsSource="{Binding Source={StaticResource cvs_employees}}">
    
           <xcdg:DataGridControl.PrintView>
             <xcdg:PrintTableView>
               <xcdg:PrintTableView.PageHeaders>
                 <DataTemplate>
                   <TextBlock Text="Xceed WPF Documentation"
                              HorizontalAlignment="Center"
                              FontWeight="Bold"
                              FontSize="20"/>
                 </DataTemplate>
                 <DataTemplate>
                   <TextBlock Text="Printing Example"
                              HorizontalAlignment="Center"
                              FontSize="16"/>
                 </DataTemplate>
               </xcdg:PrintTableView.PageHeaders>
               <xcdg:PrintTableView.PageFooters>
               <DataTemplate>
                 <TextBlock Text="{xcdg:ViewBinding CurrentPageNumber}"
                            HorizontalAlignment="Right"/>
               </DataTemplate>
             </xcdg:PrintTableView.PageFooters>
           </xcdg:PrintTableView>
         </xcdg:DataGridControl.PrintView>
        </xcdg:DataGridControl>
      </DockPanel>
    </Grid>
    <Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid">
      <Grid.Resources>
        <xcdg:DataGridCollectionViewSource x:Key="cvs_employees"
                                        Source="{Binding Source={x:Static Application.Current},
                                                         Path=Employees}"/>
      </Grid.Resources>
      <DockPanel>
        <Button Content="Print Employee Information"
                Click="PrintGrid"
                DockPanel.Dock="Top"/>
        <xcdg:DataGridControl x:Name="EmployeesGrid"
                              ItemsSource="{Binding Source={StaticResource cvs_employees}}"
                              DockPanel.Dock="Bottom">
    
          <xcdg:DataGridControl.PrintView>
            <xcdg:PrintTableView>
              <xcdg:PrintTableView.ProgressWindowDescription>
                <StackPanel Orientation="Horizontal">
                  <TextBlock Text="Printing page "/>
                  <TextBlock Text="{Binding CurrentPageNumber}"/>
                  <TextBlock Text=" of employee information..."/>
                </StackPanel>
              </xcdg:PrintTableView.ProgressWindowDescription>
            </xcdg:PrintTableView>
          </xcdg:DataGridControl.PrintView>
        </xcdg:DataGridControl>
      </DockPanel>
    </Grid>
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.ContentElement
                System.Windows.FrameworkContentElement
                   Xceed.Wpf.DataGrid.Views.ViewBase
                      Xceed.Wpf.DataGrid.Views.PrintViewBase
                         Xceed.Wpf.DataGrid.Views.PrintTableView
                            Xceed.Wpf.DataGrid.Views.PrintTreeGridView

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the CanSpanHorizontally attached property  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DetailIndicatorWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FixedColumnCount dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FixedColumnSplitterStyle attached property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FixedColumnSplitterWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the GroupLevelIndicatorWidth dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HorizontalGridLineBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HorizontalGridLineThickness dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsAlternatingRowStyleEnabled dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ShowFixedColumnSplitter dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the VerticalGridLineBrush dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the VerticalGridLineThickness dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public PropertyGets or sets the glyph to display when a column is sorted in an ascending direction. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the glyph to display in a column-manager cell when a column is automatically filtered. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets or sets the glyph to display when a group is expanded to allow it to  be collapsed. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets the current page number. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the glyph to display when a column is sorted in an descending direction. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the width of the DetailIndicators when a grid is in table-view.  
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the glyph to display when a group is collapsed to allow it to be expanded. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the DataTemplate used to create the glyph that is displayed in a filter row's row selector. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the number of columns that are to be repeated on each page when a grid is printed or exported.  
    Public PropertyGets or sets the width of the fixed-column splitter.  
    Public PropertyGets a collection that contains the items that are located in the fixed, non-scrollable footer section of a grid. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets a collection that contains the items that are located in the fixed, non-scrollable header section of a grid. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets a collection that contains the items that are located in the footer section of a grid. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets or sets the width of the group-level indicators when a grid is in a printable or exportable table-view layout.  
    Public Property (Inherited from System.Windows.ContentElement)
    Public PropertyGets a collection that contains the items that are located in the header section of a grid. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the Brush used to paint the horizontal grid lines when a grid is in a printable or exportable table-view layout.  
    Public PropertyGets or sets a value indicating the thickness of the horizontal grid lines when a grid is in a printable or exportable table-view layout.  
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets or sets a value indicating whether an alternate style is applied to every other row.  
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public PropertyGets a value indicating whether the first page is being printed. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public PropertyGets a value indicating whether the last page is being printed. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets a collection of DataTemplates that represents the elements that will be printed in the footers of each page. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public PropertyGets a collection of DataTemplates that represents the elements that will be printed in the headers of each page. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public PropertyGets or sets a value representing the order in which the pages are printed (see Remarks). (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public PropertyGets or sets the style that defines the appearance of each page. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets or sets the template that will be used to display the progress window's content. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public PropertyGets or sets the progress description displayed in the progress window. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public PropertyGets or sets the style that will be used by the progress window. (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public Property

    Gets or sets the text displayed in the progress window's title.

    (Inherited from Xceed.Wpf.DataGrid.Views.PrintViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets or sets a value indicating whether the fixed-column splitter is shown when a grid is printed or exported.  
    Public PropertyGets or sets a value that indicates if the SortIndexGlyph will be displayed on sorted columns. The glyph will be displayed in the ColumnManagerCell, to the right of the SortGlyph, to indicate the order of the sort of the Column. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the glyph to display for the sort index when a column is sorted and ShowSortIndex is set to true. Allows users to see which column is sorted by first, then which is sorted second, etc. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public PropertyGets or sets the theme that determines which styles are applied to the elements in a grid for this specific view. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Property (Inherited from System.Windows.FrameworkContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public Property (Inherited from System.Windows.ContentElement)
    Public PropertyGets or sets a value indicating whether the default header and footer items are automatically added to a grid's fixed, and non-fixed, header and footer sections. (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public PropertyGets or sets the Brush used to paint the vertical grid lines when a grid is in a printable or exportable table-view layout.  
    Public PropertyGets or sets a value indicating the thickness of the vertical grid lines when a grid is in a printable or exportable table-view layout.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public MethodOverloaded.  (Inherited from System.Windows.ContentElement)
    Public MethodOverloaded.  (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public MethodOverloaded.  (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Methodstatic (Shared in Visual Basic)Gets the value of the CanSpanHorizontally attached property for the specified dependency object.  
    Public Methodstatic (Shared in Visual Basic)

    Gets the width of the DetailIndicators when a grid is in table-view.

     
    Public Methodstatic (Shared in Visual Basic)Gets the number of columns that are to be repeated on each page when a grid is printed or exported.  
    Public Methodstatic (Shared in Visual Basic)Gets the style to apply to the fixed-column splitter for the item to which the property is attached.  
    Public Methodstatic (Shared in Visual Basic)Gets the width of the fixed-column splitter.  
    Public Methodstatic (Shared in Visual Basic)Gets the width of the group-level indicators when a grid is in a printable or exportable table-view layout.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Methodstatic (Shared in Visual Basic)Gets the Brush used to paint the horizontal grid lines when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating the thickness of the horizontal grid lines when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether an alternate style is applied to every other row.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating whether the fixed-column splitter is shown when a grid is printed or exported.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Methodstatic (Shared in Visual Basic)Gets the Brush used to paint the vertical grid lines when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Gets a value indicating the thickness of the vertical grid lines when a grid is in a printable or exportable table-view layout.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public Method (Inherited from System.Windows.ContentElement)
    Public MethodOverloaded.  (Inherited from System.Windows.FrameworkContentElement)
    Public Methodstatic (Shared in Visual Basic)Sets the value of the CanSpanHorizontally attached property to the specified dependency object.  
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Methodstatic (Shared in Visual Basic)

    Sets the width of the DetailIndicators when a grid is in table-view.

     
    Public Methodstatic (Shared in Visual Basic)Sets the number of columns that are to be repeated on each page when a grid is printed or exported.  
    Public Methodstatic (Shared in Visual Basic)Sets the style to apply to the fixed-column splitter for the item to which the property is attached.  
    Public Methodstatic (Shared in Visual Basic)Sets the width of the fixed-column splitter.  
    Public Methodstatic (Shared in Visual Basic)Sets the width of the group-level indicators when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Sets the Brush used to paint the horizontal grid lines when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Sets a value indicating the thickness of the horizontal grid lines when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Sets a value indicating whether an alternate style is applied to every other row.  
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Methodstatic (Shared in Visual Basic)Sets a value indicating whether the fixed-column splitter is shown when a grid is printed or exported.  
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Methodstatic (Shared in Visual Basic)Sets the Brush used to paint the vertical grid lines when a grid is in a printable or exportable table-view layout.  
    Public Methodstatic (Shared in Visual Basic)Sets a value indicating the thickness of the vertical grid lines when a grid is in a printable or exportable table-view layout.  
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Public Method (Inherited from System.Windows.FrameworkContentElement)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Adds the default items to the header, footer, fixed headers, and fixed footer sections of a grid.  
    Protected Internal Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Internal Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected MethodOverloaded.  (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.ContentElement)
    Protected Internal Method (Inherited from System.Windows.FrameworkContentElement)
    Protected Internal Method (Inherited from System.Windows.DependencyObject)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. 
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from Xceed.Wpf.DataGrid.Views.ViewBase)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.ContentElement)
    Public Event (Inherited from System.Windows.FrameworkContentElement)
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also