DataGridBoundColumn.ElementStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在呈现列为未处于编辑模式的单元格显示的元素时使用的样式。
public:
property System::Windows::Style ^ ElementStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style ElementStyle { get; set; }
member this.ElementStyle : System.Windows.Style with get, set
Public Property ElementStyle As Style
属性值
在呈现仅显示元素时使用的样式。 已注册的默认值为 null
。 有关可能影响该值的因素的信息,请参见 DependencyProperty。