Gets whether the current cell is selected.
public bool Selected { get; }
Public ReadOnly Property Selected As Boolean
To obtain whether the current cell is focused, use the Focused property.
If you try to access the Selected property while an asynchronous operation is being performed, an exception will be thrown. When the operation is in progress, use the PivotCustomDrawCellBaseThreadSafeEventArgs.Selected property exposed by a thread-safe event parameter instead. To access the thread-safe event parameter, use the ThreadSafeArgs property. To determine whether an asynchronous operation is being performed, use the pivot grid's DevExpress.XtraPivotGrid.IThreadSafeAccessible.IsAsyncInProgress property. For more information, see Asynchronous Mode.