Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataValidator Class / ShowInputMessage Property


In This Topic
    ShowInputMessage Property (DataValidator)
    In This Topic
    Gets or sets whether to show the input message.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property ShowInputMessage As Boolean
    'Usage
     
    Dim instance As DataValidator
    Dim value As Boolean
     
    instance.ShowInputMessage = value
     
    value = instance.ShowInputMessage
    [DefaultValue(true)]
    public bool ShowInputMessage {get; set;}

    Property Value

    true if the data validator shows the input message; otherwise, false. The default value is true.
    See Also