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

PivotGridOptionsSelection Class

Provides selection options for the control.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public class PivotGridOptionsSelection :
    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.

See Also