DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / ListingPropertyEventArgs Class / Name Property

In This Topic
    Name Property (ListingPropertyEventArgs)
    In This Topic
    Gets or sets the property name of the data item that is displayed in the property list.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also