Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationManager Class / XWindow Property


In This Topic
    XWindow Property (DataValidationManager)
    In This Topic
    Gets or sets the x-coordinate, relative to the application window, of the upper-left corner of the data validation input prompt, measured in pixels.
    Syntax
    'Declaration
     
    
    Public Property XWindow As Integer
    'Usage
     
    
    Dim instance As DataValidationManager
    Dim value As Integer
     
    instance.XWindow = value
     
    value = instance.XWindow
    public int XWindow {get; set;}
    See Also