BaseEditSettings.NullText Property
In This Article
Gets or sets the text displayed within the edit box when the editor's value is null. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that specifies the string displayed within the edit box when the Base |
#Property Paths
You can access the BaseEditSettings.NullText property from the following objects:
Object Type | Path to Null |
---|---|
Bar |
|
Column |
|
Column |
|
Grid |
|
Grid |
|
Tree |
|
Tree |
|
See Also