RadToolBar for ASP.NET

RadToolbar Send comments on this topic.
RadToolbarItem Class
See Also  Members  
Telerik.WebControls Namespace : RadToolbarItem Class


An abstract base class for all toolbar items.

 

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

Syntax

Visual Basic (Declaration) 
Public MustInherit Class RadToolbarItem 
   Inherits WebControl
Visual Basic (Usage)Copy Code
Dim instance As RadToolbarItem
C# 
public abstract class RadToolbarItem : WebControl 

Remarks

Use the RadToolbarItem.ItemType property to determine the type of the item and make casts as necessary.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Telerik.WebControls.RadToolbarItem
            Telerik.WebControls.RadToolbarButton
            Telerik.WebControls.RadToolbarSeparator
            Telerik.WebControls.RadToolbarTemplateButton

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: RadToolbar (in RadToolbar.dll)

See Also