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

In This Topic
    ItemNotFoundText Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the text displayed when the corresponding item is not found.
    Syntax
    'Declaration
     
    
    Public Property ItemNotFoundText As String
    public string ItemNotFoundText {get; set;}
    See Also