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

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