Back to Devexpress

CustomExportCellEventArgs.Selected Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-customexportcelleventargs-c8cf1fba.md

latest1.3 KB
Original Source

CustomExportCellEventArgs.Selected Property

Gets whether the processed cell is selected.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public bool Selected { get; }
vb
Public ReadOnly Property Selected As Boolean

Property Value

TypeDescription
Boolean

true if the processed cell is selected; otherwise, false.

|

See Also

Focused

CustomExportCellEventArgs Class

CustomExportCellEventArgs Members

DevExpress.XtraPivotGrid Namespace