Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / ForeignKeyConfiguration Class
Members


In This Topic
    ForeignKeyConfiguration Class
    In This Topic

    Represents the visual representation of a foreign key description.

    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ForeignKeyConfiguration 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ForeignKeyConfiguration
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ForeignKeyConfiguration : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.DataGrid.ForeignKeyConfiguration

    Public Constructors
    Public Fields
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets a path to a value on the source object to serve as the visual representation of the object.  
    Public Property

    Gets or sets a foreign key converter, which allows custom key/value mappings to be provided.

     
    Public Property  
    Public Property  
    Public Property  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the style that will be applied to the containers (DataRow) of the data items in the details to which the configuration is applied.  
    Public PropertyGets or sets a style selector that will select the appropriate style to apply to the containers (DataRow) of the data items in the detail to which the configuration is applied.  
    Public PropertyGets or sets the source from which the values to be displayed are retrieved.  
    Public Property  
    Public Property  
    Public PropertyGets or sets the path to the value on the source object that corresponds to the "key"  
    Top
    Public Methods
    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