DataViewBase.FadeSelectionOnLostFocus Property
In This Article
Gets or sets whether selected rows are faded when the grid control loses focus. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[XtraSerializableProperty]
[CloneDetailMode(CloneDetailMode.Skip)]
public bool FadeSelectionOnLostFocus { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if selected rows are faded when the grid control loses focus; otherwise, false. |
See Also