Spread WPF Documentation
GetFilterableBackgroundColorItems Method


The column index.
Gets the background colors for filtered data to be displayed in the drop-down list for the specified column.
Syntax
'Declaration
 
Public Function GetFilterableBackgroundColorItems( _
   ByVal column As System.Integer _
) As System.Collections.ObjectModel.ReadOnlyCollection(Of Color)
'Usage
 
Dim instance As HideRowFilter
Dim column As System.Integer
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of Color)
 
value = instance.GetFilterableBackgroundColorItems(column)
public System.Collections.ObjectModel.ReadOnlyCollection<Color> GetFilterableBackgroundColorItems( 
   System.int column
)

Parameters

column
The column index.

Return Value

Returns a collection that contains the color list.
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.