Intersoft ClientUI Documentation
EditorSelector Property (UXQueryBuilder)



Gets or sets the value of editor selector.
Syntax
<CategoryAttribute("Editor")>
Public Property EditorSelector As IEditorSelector
Dim instance As UXQueryBuilder
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);
}
Remarks
EditorSelector provides a way of customizing or overriding default value editors in a programmatic manner.
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

UXQueryBuilder Class
UXQueryBuilder Members
IEditorSelector Interface

Send Feedback