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

IModelMember.IsCustom Property

Specifies whether the current property is custom.

Namespace: DevExpress.ExpressApp.Model

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