Property IsVisible IsVisible Boolean that defines if the control is visible. Declaration public bool IsVisible { get; set; } Property Value Type Description Boolean True if the control should be visible, false otherwise (default: true).