Skip to main content
.NET Framework 4.6.2+

MemberDesignTimeVisibilityAttribute.IsVisible Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.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