Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MemberDesignTimeVisibilityAttribute.IsVisible Property

Gets whether a property or class is visible at design time.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public bool IsVisible { get; }

Property Value

Type Description
Boolean

true if the property or class is visible at design time; otherwise, false.

See Also