Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / DataValidationMessage Class / Show Property


In This Topic
    Show Property
    In This Topic
    Gets or sets if the input message is displayed when the user selects the target Cell(s) or hovers over them.
    Syntax
    'Declaration
     
    
    Public Property Show As Boolean
    'Usage
     
    
    Dim instance As DataValidationMessage
    Dim value As Boolean
     
    instance.Show = value
     
    value = instance.Show
    public bool Show {get; set;}
    Remarks
    When set to true, the message will be displayed when the user selects the Cell(s) or hovers over them.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also