Intersoft ClientUI Documentation
EditorSelector Property (UXPropertyGrid)



Gets or sets the editor selector which will be used when resolving the editor.
Syntax
<CategoryAttribute("Editor")>
Public Property EditorSelector As IEditorSelector
Dim instance As UXPropertyGrid
Dim value As IEditorSelector
 
instance.EditorSelector = value
 
value = instance.EditorSelector
[CategoryAttribute("Editor")]
public IEditorSelector EditorSelector {get; set;}
[CategoryAttribute("Editor")]
public:
property IEditorSelector^ EditorSelector {
   IEditorSelector^ get();
   void set (    IEditorSelector^ value);
}
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

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback