Skip to main content
All docs
V19.2
Tag

PivotGridFieldBase.SelectedAtDesignTime Property

Gets or sets whether the component is selected at design time.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public bool SelectedAtDesignTime { get; set; }

Property Value

Type Description
Boolean

true if the component is selected at design time; otherwise, false.

Remarks

This member supports the control’s internal infrastructure and is not intended to be used directly.

See Also