Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / MarkEmpty Property

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