Infragistics(R) NetAdvantage(R) Windows Forms
OptionSetEditor Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace : OptionSetEditor Class

Option Set Editor is an editor that binds to a value list. It renders selection by showing the selected item as checked

Syntax

Visual Basic (Declaration) 
Public Class OptionSetEditor 
   Inherits EmbeddableEditorBase
   Implements IValueListOwner 
C# 
public class OptionSetEditor : EmbeddableEditorBase, IValueListOwner  

See Also