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

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