Version

HighlightMatchesMode Property (ColumnUpdatingComboEditorOptions)

Gets sets condition used for highlighting of matching parts in items of drop-down list. multi type="string" multiple matches in a single item are rendered. contains type="string" match at any position in item is rendered. startsWith type="string" only match which starts from the beginning of text is rendered. full type="string" only fully matched items are rendered. null type="object" matches are not rendered.
Syntax
'Declaration
 
Public Property HighlightMatchesMode As System.Nullable(Of ComboHighlightMatchesMode)
public System.Nullable<ComboHighlightMatchesMode> HighlightMatchesMode {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub