ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / WidgetOptionNameAttribute Class / WidgetOptionNameAttribute Constructor / WidgetOptionNameAttribute Constructor(String)
name of widget option

In This Topic
    WidgetOptionNameAttribute Constructor(String)
    In This Topic
    Initializes a new instance of the WidgetOptionNameAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String _
    )
    public WidgetOptionNameAttribute( 
       System.string name
    )

    Parameters

    name
    name of widget option
    See Also