ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / FilterDescription Class / PropertyName Property

In This Topic
    PropertyName Property (FilterDescription)
    In This Topic
    Gets or sets the property name being used as the filtering criteria.
    Syntax
    'Declaration
     
    
    Public Property PropertyName As String
    public string PropertyName {get; set;}
    See Also