DataGridHeaderBorder.IsSelected 属性

定义

获取或设置一个值,该值指示是否将标题显示为选中状态。

public:
 property bool IsSelected { bool get(); void set(bool value); };
public bool IsSelected { get; set; }
member this.IsSelected : bool with get, set
Public Property IsSelected As Boolean

属性值

如果将标题显示为选中状态,则为 true;否则为 false。 已注册的默认值为 false。 有关可以影响值的因素的更多信息,请参见 DependencyProperty

适用于