Back to Devexpress

PivotGridField.DropDownFilterListSize Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-e0c0bef2.md

latest1.8 KB
Original Source

PivotGridField.DropDownFilterListSize Property

Gets or sets the width and height of the field’s filter dropdown.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDescription
Size

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

|

Remarks

End-users can use the filter dropdown to apply filter criteria to a specific Column Field, Row Field or Filter Field. The DropDownFilterListSize property specifies the size of the field’s filter dropdown, in pixels. By default, the property’s Width and Height attributes are set to 0 , so the filter dropdown has the default size.

See Also

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace