ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Menu Class / OnClientFormatItem Property

In This Topic
    OnClientFormatItem Property (Menu)
    In This Topic
    Event that fires when items in the drop-down list are created.
    Syntax
    'Declaration
     
    
    Public Property OnClientFormatItem As String
    public string OnClientFormatItem {get; set;}
    See Also