FlexGrid for WinRT
ColumnValueConverter Constructor(ICollection,Boolean)

List with valid values for a grid column.
Whether the column may contain values not included in the values list.
Initializes a new instance of a ColumnValueConverter based on a simple value list.
Syntax
'Declaration
 
Public Function New( _
   ByVal values As System.Collections.ICollection, _
   ByVal exclusive As System.Boolean _
)
public ColumnValueConverter( 
   System.Collections.ICollection values,
   System.bool exclusive
)

Parameters

values
List with valid values for a grid column.
exclusive
Whether the column may contain values not included in the values list.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnValueConverter Class
ColumnValueConverter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback