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

SpreadsheetViewOptions.Pictures Property

Provides access to options specific for displaying pictures in the spreadsheet.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public SpreadsheetPicturesViewOptions Pictures { get; }

Property Value

Type Description
DevExpress.XtraSpreadsheet.SpreadsheetPicturesViewOptions

A DevExpress.XtraSpreadsheet.SpreadsheetPicturesViewOptions object containing options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Pictures
SpreadsheetControlOptions
.View.Pictures

Remarks

Use the SpreadsheetControl.Options.View.Pictures notation to get access to the Pictures instance.

See Also