SiteMapListLayoutSettingRepeatDirection Property |
Gets or sets whether the columns are repeated vertically or horizontally
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic SiteMapRepeatDirection RepeatDirection { get; set; }
Public Property RepeatDirection As SiteMapRepeatDirection
Get
Set
public:
property SiteMapRepeatDirection RepeatDirection {
SiteMapRepeatDirection get ();
void set (SiteMapRepeatDirection value);
}
member RepeatDirection : SiteMapRepeatDirection with get, set
Property Value
Type:
SiteMapRepeatDirection
RemarksWhen this property is set to Vertical,
nodes are displayed vertically in columns from top to bottom,
and then left to right, until all nodes are rendered.
When this property is set to Horizontal,
nodes are displayed horizontally in rows from left to right,
then top to bottom, until all nodes are rendered.
See Also