ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputMask Class / AllowPromptAsInput Property

In This Topic
    AllowPromptAsInput Property
    In This Topic
    Indicates whether the prompt character can be entered as valid data by the user. The prompt character is the character seen in the text box before a user enters input. See the PromptChar Property for more information.
    Syntax
    'Declaration
     
    Public Property AllowPromptAsInput As System.Boolean
    public System.bool AllowPromptAsInput {get; set;}
    See Also