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

FieldListControlBase.IsExternal Property

Gets or sets whether the Customization Control is standalone or located within a built-in Field List.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

Type Description
Boolean

true if the Customization Control is standalone; otherwise, false.

Remarks

By default, the IsExternal property is set to true. Set the IsExternal property to false for Customization Controls which you place within the PivotGridControl.FieldListTemplate or PivotGridControl.ExcelFieldListTemplate. Otherwise, PivotGridControl treats them as standalone and disables the capability to invoke a built-in Field List.

See Also