Back to Devexpress

SpreadsheetPivotTableFieldListOptions.StartSize Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetpivottablefieldlistoptions-614838dd.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public Size StartSize { get; set; }
vb
Public Property StartSize As Size

Property Value

TypeDescription
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 TypePath to StartSize
SpreadsheetControlOptions

.PivotTableFieldList .StartSize

|

See Also

SpreadsheetPivotTableFieldListOptions Class

SpreadsheetPivotTableFieldListOptions Members

DevExpress.Xpf.Spreadsheet Namespace