ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / OperationExpression Class / PropertyName Property

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