ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1NumericEdit Class / MarkEmpty Property

In This Topic
    MarkEmpty Property (C1NumericEdit)
    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