FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / ValueFilter Class / GetDataType Method
XML definition.

In This Topic
    GetDataType Method (ValueFilter)
    In This Topic
    Gets filter data type from XML definition.
    Syntax
    'Declaration
     
    
    Protected Function GetDataType( _
       ByVal xmlReader As XmlReader _
    ) As Type
    protected Type GetDataType( 
       XmlReader xmlReader
    )

    Parameters

    xmlReader
    XML definition.

    Return Value

    Filter data type.
    See Also