Gets or sets the ID of the dimension that should be displayed by this control. Note that you must expose this Dimension in order for the engine to return Dimension Values to be turned into tags.

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(null)]
public string DimensionId { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property DimensionId As String
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property String^ DimensionId {
	String^ get ();
	void set (String^ value);
}

See Also