Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the data source that populates the items in the ToolbarDropDownList control.
Syntax
Visual Basic Overridable Public Property DataSource As object C# public virtual object DataSource { get; set; } Managed C++ public: __property virtual object get_DataSource();
public: __property virtual void set_DataSource(object);JScript public function get DataSource() : object;
public function set DataSource(object);
Possible Values
oSource The data source that populates the items in the ToolbarDropDownList control. The property is read/write. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST
See Also