Intersoft WebGrid Documentation
CustomEditors Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : CustomEditors Property






Gets or sets the collection of CustomEditor.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property CustomEditors As WebGridCustomEditorCollection
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As WebGridCustomEditorCollection
 
value = instance.CustomEditors
C# 
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebGridCustomEditorCollection CustomEditors {get;}
Delphi 
public read-only property CustomEditors: WebGridCustomEditorCollection; 
JScript 
BrowsableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get CustomEditors : WebGridCustomEditorCollection
Managed Extensions for C++ 
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebGridCustomEditorCollection* get_CustomEditors();
C++/CLI 
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebGridCustomEditorCollection^ CustomEditors {
   WebGridCustomEditorCollection^ get();
}

Remarks

This property will allow you to add unlimited edit controls and reuse it throughout all your webforms and projects. Thanks to the CustomEditor architecture which has been added the designer persistence innovation, you can quickly define a customeditor’s setting and behavior in rich object model. You can even draw your own base editor or dropdown button by setting them to Custom.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.