ObjectListField.DataFormatString プロパティ

定義

データ バインド値を書式設定するときに使用する書式設定文字列を取得または設定します。 既定値は空の文字列 ("") です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

プロパティ値

データ バインド値を書式設定するときに使用する書式設定文字列。

注釈

この文字列の形式は、ランタイム String.Format メソッドの規則に従います。 このプロパティを既定値のままにすると、既定の ToString コンバーターを使用してデータが変換されます。

適用対象

こちらもご覧ください