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

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