Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Sets or retrieves the specific table in the DataSource to bind the ToolbarDropDownList control.
Syntax
Visual Basic Overridable Public Property DataMember As string C# public virtual string DataMember { get; set; } Managed C++ public: __property virtual string get_DataMember();
public: __property virtual void set_DataMember(string);JScript public function get DataMember() : string;
public function set DataMember(string);
Possible Values
sMember The specific table in the DataSource to bind the ToolbarDropDownList control. The property is read/write. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST
See Also