Back to Devexpress

IModelMember.IsCustom Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-2d69df55.md

latest1.5 KB
Original Source

IModelMember.IsCustom Property

Specifies whether the current property is custom.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(ModelMemberVisibilityCalculator))]
bool IsCustom { get; set; }
vb
<ModelBrowsable(GetType(ModelMemberVisibilityCalculator))>
Property IsCustom As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace