Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Stats Namespace / InvalidSourcePropertyNameException Class
Members


In This Topic
    InvalidSourcePropertyNameException Class
    In This Topic
    Exception that is thrown when an invalid property name is specified in the SourcePropertyName property.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Class InvalidSourcePropertyNameException 
       Inherits Xceed.Wpf.DataGrid.DataGridException
    'Usage
     
    Dim instance As InvalidSourcePropertyNameException
    [Serializable()]
    public class InvalidSourcePropertyNameException : Xceed.Wpf.DataGrid.DataGridException 
    Remarks

    If an InvalidSourcePropertyNameException is thrown it will be caught by a grid and its message (#[InvalidSourcePropertyNameException.SourcePropertyName]#) returned as the result. 

    A StatResultConverter can be used to display and/or format the value returned by a statistical function.

    Inheritance Hierarchy

    System.Object
       System.Exception
          Xceed.Wpf.DataGrid.DataGridException
             Xceed.Wpf.DataGrid.Stats.InvalidSourcePropertyNameException

    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