Skip to main content
A newer version of this page is available. .

CellElementData.IsFocused Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public bool IsFocused { get; set; }

Property Value

Type Description
Boolean

true if the cell is focused; otherwise, false.

See Also