alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ValidationErrorToolTipOptions

    Represents a class that provides the options to customize the validation error ToolTipControl of SfDataGrid.

    Inheritance
    System.Object
    ValidationErrorToolTipOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ValidationErrorToolTipOptions

    Constructors

    ValidationErrorToolTipOptions(TableControl)

    Initializes a new instance of the ValidationErrorToolTipOptions class.

    Declaration
    public ValidationErrorToolTipOptions(TableControl tableControl)
    Parameters
    Type Name Description
    TableControl tableControl

    Object of the TableControl.

    Properties

    AutoPopDelay

    Gets or sets the period of time the ToolTipOption remains visible if the pointer is stationary on the error icon.

    Declaration
    public int AutoPopDelay { get; set; }
    Property Value
    Type
    System.Int32

    InitialDelay

    Gets or sets the time that passes before the ToolTipOption appears.

    Declaration
    public int InitialDelay { get; set; }
    Property Value
    Type
    System.Int32

    ShadowVisible

    Gets or sets a value indicating whether shadow should be drawn for the ToolTipOption.

    Declaration
    public bool ShadowVisible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved