Gets or sets a value that indicates whether the editing control is hidden to a user interacting with the control.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
bool IsHidden { get; set; }
Visual Basic (Declaration)
Property IsHidden As Boolean

See Also