DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / Filter Class / PropertyName Property

In This Topic
    PropertyName Property (Filter)
    In This Topic
    Gets or sets the name of the data item property to which the current Filter applies.
    Syntax
    'Declaration
     
    Public Property PropertyName As String
    public string PropertyName {get; set;}
    See Also