Skip to main content
.NET 6.0+

MemberDesignTimeVisibilityAttribute.IsVisible Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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