DataGridBoundColumn.EditingElementStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定樣式,當呈現資料行針對處於編輯模式之儲存格所顯示的項目時,會使用這個樣式。
public:
property System::Windows::Style ^ EditingElementStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style EditingElementStyle { get; set; }
member this.EditingElementStyle : System.Windows.Style with get, set
Public Property EditingElementStyle As Style
屬性值
當呈現編輯項目時所使用的樣式。 已註冊的預設值是 null
。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty。