Back to Devexpress

PivotGridOptionsSelection Class

corelibraries-devexpress-dot-xtrapivotgrid-fbdb64ed.md

latest1.9 KB
Original Source

PivotGridOptionsSelection Class

Provides selection options for the control.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PivotGridOptionsSelection :
    PivotGridOptionsBase
vb
Public Class PivotGridOptionsSelection
    Inherits PivotGridOptionsBase

The following members return PivotGridOptionsSelection objects:

Remarks

The PivotGridOptionsSelection class provides a set of Boolean properties that determine the control’s behavior with regards to selecting cells. Refer to the descriptions of the individual class members for more information.

PivotGridOptionsSelection class instances can be accessed via the PivotGridControl.OptionsSelection property.

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsSelection

See Also

PivotGridOptionsSelection Members

DevExpress.XtraPivotGrid Namespace