Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / MarkEmpty Property

In This Topic
    MarkEmpty Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets a value that indicates need draws a red dotted line if Value is empty or not.
    Syntax
    'Declaration
     
    
    Public Property MarkEmpty As Boolean
    public bool MarkEmpty {get; set;}
    See Also