Skip to main content
A newer version of this page is available. .

CardLayoutTemplateElement.Visible Property

Gets or sets whether the current visual element is visible.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

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

See Also