ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DateEdit Class / FloatingPlaceHolderEnabled Property

In This Topic
    FloatingPlaceHolderEnabled Property (C1DateEdit)
    In This Topic
    Gets or sets the value indicating whether the floating placeholder is enabled.
    Syntax
    'Declaration
     
    Public Property FloatingPlaceHolderEnabled As Boolean
    public bool FloatingPlaceHolderEnabled {get; set;}
    Remarks
    The floating placeholder allows the placeholder text to be displayed above the editor text. However, the floating placeholder will only be displayed if the control has sufficient height.
    See Also