Skip to main content
A newer version of this page is available.
All docs
V18.2
Tag

PivotGridFieldBase.CanShowInCustomizationForm Property

Gets whether the field can be displayed within the customization form.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public virtual bool CanShowInCustomizationForm { get; }

Property Value

Type Description
Boolean

true if the field can be displayed within the customization form; otherwise, false.

Remarks

This method is used internally. Normally, you don’t need to use directly it in your applications.

See Also