Skip to main content

SpreadsheetPivotTableFieldListOptions.StartSize Property

Gets or sets the start size of the PivotTable Field List. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public Size StartSize { get; set; }

Property Value

Type Description
Size

A Size object composed of a pair of integers, which specify the width and height of the PivotTable Field List.

Property Paths

You can access this nested property as listed below:

Object Type Path to StartSize
SpreadsheetControlOptions
.PivotTableFieldList .StartSize
See Also