ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridBoundColumn Class / ActualSortMemberPath Property

In This Topic
    ActualSortMemberPath Property (DataGridBoundColumn)
    In This Topic
    Gets the actual SortMemberPath.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ActualSortMemberPath As String
    public override string ActualSortMemberPath {get;}
    See Also