Back to Devexpress

FieldListControlBase.IsExternal Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldlistcontrolbase.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public bool IsExternal { get; set; }
vb
<Browsable(False)>
Public Property IsExternal As Boolean

Property Value

TypeDescription
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

FieldListControlBase Class

FieldListControlBase Members

DevExpress.Xpf.PivotGrid Namespace