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 Customization Form.

Namespace: DevExpress.Xpf.PivotGrid

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

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 Customization Form.

See Also