Skip to main content

SpreadsheetPivotTableFieldListOptions.StartSize Property

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

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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