Back to Devexpress

PivotGridField.DropDownFilterListSize Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-0510b845.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Size

A Size structure that specifies the width and height (in pixels) of the field’s filter dropdown.

|

Remarks

See Also

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace