Spread WPF Documentation
GetFilterableDataItems Method (HideRowFilter)


The column index.
Gets the data that can be filtered and is to be displayed in the drop-down list for the specified column.
Syntax
'Declaration
 
Public Overrides Function GetFilterableDataItems( _
   ByVal column As System.Integer _
) As System.Collections.ObjectModel.ReadOnlyCollection(Of Object)
'Usage
 
Dim instance As HideRowFilter
Dim column As System.Integer
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of Object)
 
value = instance.GetFilterableDataItems(column)
public override System.Collections.ObjectModel.ReadOnlyCollection<object> GetFilterableDataItems( 
   System.int column
)

Parameters

column
The column index.

Return Value

Returns a collection that contains the data that can be filtered.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

HideRowFilter Class
HideRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.