DataGridBoundColumn.EditingElementStyle 属性

定义

获取或设置在呈现列为处于编辑模式的单元格显示的元素时使用的样式。

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

属性值

Style

在呈现编辑元素时使用的样式。 已注册的默认值为 null。 有关可能影响该值的因素的信息,请参见 DependencyProperty

适用于