RepositoryItemSearchControl.NullValuePromptShowForEmptyValue Property
Gets or sets whether the text specified by the RepositoryItemTextEdit.NullValuePrompt property is displayed when the editor contains an empty string.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the text is displayed; otherwise, false. |
Remarks
In the figure below, the SearchControl displays the default RepositoryItemTextEdit.NullValuePrompt property value.
See Also