ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / Extenders Property

In This Topic
    Extenders Property (FlexSheet)
    In This Topic
    Gets the extender collection.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public ReadOnly Property Extenders As IList(Of Extender)
    [Ignore()]
    public IList<Extender> Extenders {get;}
    See Also