_OlkDateControl.HideSelection Property

Definition

Returns or sets a Boolean (bool in C#) that specifies if a selection is displayed or hidden for the control when the control loses focus. Read/write.

public:
 property bool HideSelection { bool get(); void set(bool value); };
public bool HideSelection { get; set; }
Public Property HideSelection As Boolean

Property Value

Remarks

The default value of this property is True.

Applies to