ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridComboBoxTextFilter Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (DataGridComboBoxTextFilter)
    In This Topic
    Gets or sets the display member path used to display the list of values.
    Syntax
    'Declaration
     
    
    Public Property DisplayMemberPath As String
    public string DisplayMemberPath {get; set;}

    Property Value

    The display member path.
    See Also