Skip to main content
.NET 6.0+

IModelMember.IsCustom Property

Specifies whether the current property is custom.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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