ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / ComboValueInfo Class / Show Property

In This Topic
    Show Property
    In This Topic
    Gets or sets a value indicating whether the filter value is shown.
    Syntax
    'Declaration
     
    
    Public Property Show As Boolean
    public bool Show {get; set;}

    Property Value

    true if show; otherwise, false.
    See Also