XPTypeInfo.IsVisibleInDesignTime Property
Gets whether a property or class is visible at design time.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the property or class is visible at design time; otherwise, false. |
Remarks
The IsVisibleInDesignTime property returns true for the property or class which is marked with the MemberDesignTimeVisibilityAttribute attribute.
See Also
Feedback