Back to Devexpress

CellElementData.IsFocused Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellelementdata-611088eb.md

latest1.0 KB
Original Source

CellElementData.IsFocused Property

Gets or sets a value that determines whether this element is focused.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsFocused { get; set; }
vb
Public Property IsFocused As Boolean

Property Value

TypeDescription
Boolean

true if the cell is focused; otherwise, false.

|

See Also

CellElementData Class

CellElementData Members

DevExpress.Xpf.PivotGrid Namespace