Gets or sets whether this control will display breadcrumbs with remove links instead of select links"
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] public bool UseAlternateRendering { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(False)> _ Public Property UseAlternateRendering As Boolean |
| Visual C++ |
|---|
[DefaultValueAttribute(false)] public: property bool UseAlternateRendering { bool get (); void set (bool value); } |