共用方式為


DynamicControl.DataFormatString 屬性

定義

取得或設定字串,這個字串指定欄位值的顯示格式。

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

指定欄位值顯示格式的格式化字串。 預設為空字串 (""),表示未將特殊格式套用至該欄位值。

備註

DataFormatString使用 屬性為控制項中顯示的 DynamicControl 值指定自訂顯示格式。 DataFormatString如果未設定屬性,則會顯示域值,而不會有任何特殊格式設定。

根據預設,只有當 屬性設定 ReadOnly 為 時 Mode ,才會將格式化字串套用至域值。 若要在編輯模式中將格式化字串套用至域值,請將 ApplyFormatInEditMode 屬性設定為 true

您使用 屬性指定的 DataFormatString 顯示格式是控制項的 DynamicControl 這個實例特有的。 您也可以將 套用 DisplayFormatAttribute 至資料模型,並在建構函式中設定 DisplayFormatAttribute.DataFormatString 具名參數,來變更整個應用程式的資料欄位顯示格式。 如需詳細資訊,請參閱動態資料 ASP.NET

適用於

另請參閱