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

MemberDesignTimeVisibilityAttribute.IsVisible Property

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

Namespace: DevExpress.Xpo

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