ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / JapanesePostal Class / Selector Property

In This Topic
    Selector Property (JapanesePostal)
    In This Topic
    Gets or sets the selector to macth the dom element(s) which the control is attached to.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Selector As String
    [C1Ignore()]
    public string Selector {get; set;}
    See Also