DataTextFormatString Property

Sets or retrieves a value that indicates the formatting string used to control how the list control is displayed.

Syntax

Visual Basic Overridable  Public  Property DataTextFormatString As string
C# public   virtual  string DataTextFormatString { get; set; }
Managed C++ public:  __property virtual string get_DataTextFormatString();
public:  __property virtual  void set_DataTextFormatString(string);
JScript public   function get DataTextFormatString() : string;
public   function set DataTextFormatString(string);

Possible Values

sMember The formatting string used to control how the list control is displayed.

The property is read/write. The property has no default value.

Applies To

TOOLBARDROPDOWNLIST

See Also

Internet Explorer WebControls, About the Toolbar WebControl