DynamicField.NullDisplayText プロパティ

定義

フィールド値が null の場合にデータ フィールドに表示されるキャプションを取得または設定します。

public:
 property System::String ^ NullDisplayText { System::String ^ get(); void set(System::String ^ value); };
public string NullDisplayText { get; set; }
member this.NullDisplayText : string with get, set
Public Property NullDisplayText As String

プロパティ値

フィールド値が null の場合にデータ フィールドに表示されるキャプション。 既定値は空の文字列 ("") です。このプロパティが設定されていないことを示します。

注釈

フィールド値がデータ ソースに null として格納される場合があります。 プロパティを設定することで、null 値を持つデータ フィールドに表示するカスタム キャプションを NullDisplayText 指定できます。 このプロパティが設定されていない場合、null フィールド値は空の文字列 ("") として表示されます。

適用対象

こちらもご覧ください