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

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