Gets or sets the current ListStyleType.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(ListStyleType.None)]
public ListStyleType ListType { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(ListStyleType.None)> _
Public Property ListType As ListStyleType
Visual C++
[DefaultValueAttribute(ListStyleType::None)]
public:
property ListStyleType ListType {
	ListStyleType get ();
	void set (ListStyleType value);
}

See Also