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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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