Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / AutoGeneratingListColumnEventArgs Class / PropertyType Property


In This Topic
    PropertyType Property
    In This Topic
    Gets the System.Type of the property related with the generated ListColumn.
    Syntax
    'Declaration
     
    Public ReadOnly Property PropertyType As Type
    'Usage
     
    Dim instance As AutoGeneratingListColumnEventArgs
    Dim value As Type
     
    value = instance.PropertyType
    public Type PropertyType {get;}

    Property Value

    System.Type of the property.
    See Also