Skip to main content

CardLayoutTemplateElement.Visible Property

Gets or sets whether the current visual element is visible.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

true, to display the current visual element; otherwise, false.

See Also