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

In This Topic
    DisplayMemberPath Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the name or path of the property that is displayed for each item of the combo.
    Syntax
    'Declaration
     
    
    Public Property DisplayMemberPath As String
    public string DisplayMemberPath {get; set;}

    Property Value

    The name or path of the property that is displayed for each the item of the combo. The default is an empty string ("")..
    See Also