FlexGrid for WPF | ComponentOne
C1.WPF.FlexGridFilter.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridFilter Class / SaveFilterDefinition Method
System.Xml.XmlWriter that will receive the filter definition.

In This Topic
    SaveFilterDefinition Method
    In This Topic
    Save the current filter definition to an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Sub SaveFilterDefinition( _
       ByVal xw As XmlWriter _
    ) 
    public void SaveFilterDefinition( 
       XmlWriter xw
    )

    Parameters

    xw
    System.Xml.XmlWriter that will receive the filter definition.
    See Also