Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画面に数値マスク (n0) を含む Devexpress TextEdit フィールドがあります。フィールドの値を削除するとき、空白にしたいのですが、強制的に 0 にされています。これを修正するにはどうすればよいですか?
TextEdit コントロール データはプロパティ/フィールドにバインドされていますか? その場合、このプロパティ/フィールドは null 値 (Nullable など) を許可しますか? TextEdit.Properties.AllowNullInput プロパティを設定しましたか?
http://documentation.devexpress.com/#windowsforms/DevExpressXtraEditorsRepositoryRepositoryItemTextEdit_AllowNullInputトピック