RadMenu for ASP.NET

RadMenu Send comments on this topic.
Flow Property
See Also 
Telerik.WebControls Namespace > RadMenuItemGroupSettings Class : Flow Property


Gets or sets the flow of child items.   

 

Namespace: Telerik.WebControls
Assembly: RadMenu (in RadMenu.dll)

Syntax

Visual Basic (Declaration) 
Public Property Flow As ItemFlow
Visual Basic (Usage)Copy Code
Dim instance As RadMenuItemGroupSettings
Dim value As ItemFlow
 
instance.Flow = value
 
value = instance.Flow
C# 
public ItemFlow Flow {get; set;}

Return Value

One of the ItemFlow enumeration values. The default value is Vertical.

Remarks

Use the Flow property to customize the flow of child menu items. By default RadMenu mimics the behavior of Windows and child items (apart from top level ones) flow vertically.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also