Back to Devexpress

SvgImageItem.ActualVisible Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-53c90fcb.md

latest1.4 KB
Original Source

SvgImageItem.ActualVisible Property

Returns whether the item is actually visible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool ActualVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualVisible As Boolean

Property Value

TypeDescription
Boolean

true if the item is actually visible; otherwise, false

|

Remarks

An item is actually visible if the Visible property is set to true for the current item and all its ancestors (if any). Otherwise, the item is hidden.

See Also

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace