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 data source that provides the text content of list items.
Syntax
Visual Basic Overridable Public Property DataTextField As string C# public virtual string DataTextField { get; set; } Managed C++ public: __property virtual string get_DataTextField();
public: __property virtual void set_DataTextField(string);JScript public function get DataTextField() : string;
public function set DataTextField(string);
Possible Values
sDataTextField The data source that provides the text content of list items. The property is read/write. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST
See Also