IModelCommonMemberViewItem.NullText Property
In This Article
Specifies the text that a Property Editor displays when its value is null or String.Empty. WinForms Property Editors also show this text if their value is DBNull.Value
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
String | A text that a Property Editor displays when its value is null, String. |
#Remarks
The following Model Editor nodes allow you to specify this property:
- Views | <DetailView> | Items | <ViewItem>
- BOModel | <Class> | OwnMembers | <Member>
The following image illustrates the result.
Note
You can also set the Property
See Also