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

IModelMember.IsCustom Property

Specifies whether the current property is custom.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[ModelBrowsable(typeof(ModelMemberVisibilityCalculator))]
bool IsCustom { get; set; }

Property Value

Type Description
Boolean

true, if the property is custom; otherwise, false.

Remarks

Internally, custom properties are added using the XPClassInfo.CreateMember method.

See Also