Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetPivotTableFieldListOptions.StartSize Property

Gets or sets the start size of the PivotTable Field List.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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