DataValueField Property
Sets or retrieves the data source that provides the value of each ToolbarDropDownList item.
Syntax
Visual Basic Overridable Public Property DataValueField As string C# public virtual string DataValueField { get; set; } Managed C++ public: __property virtual string get_DataValueField();
public: __property virtual void set_DataValueField(string);JScript public function get DataValueField() : string;
public function set DataValueField(string);
Possible Values
sMember The data source that provides the value of each ToolbarDropDownList item. The property is read/write. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST
See Also