IModelMember.IsCustom Property
Specifies whether the current property is custom.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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