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

DiagramItem.IsVisible Property

Gets whether the current diagram item is visible.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

[DXCategory("Properties")]
[Browsable(false)]
public bool IsVisible { get; }

Property Value

Type Description
Boolean

true if the item is visible; otherwise, false.

See Also