PivotGridField.DropDownFilterListSize Property
Gets or sets the width and height of the field’s filter dropdown. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Size | A Size structure that specifies the width and height (in pixels) of the field’s filter dropdown. |
Remarks
See Also