Back to Devexpress

SpreadsheetViewOptions.ShowPlaceholders Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetviewoptions-21b9dd6e.md

latest2.0 KB
Original Source

SpreadsheetViewOptions.ShowPlaceholders Property

Gets or sets whether to display placeholders for unsupported document elements (charts, slicers, ActiveX controls, and SmartArt graphics).

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[DefaultValue(true)]
public bool ShowPlaceholders { get; set; }
vb
<DefaultValue(True)>
Public Property ShowPlaceholders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to display placeholders; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPlaceholders
SpreadsheetControlOptions

.View .ShowPlaceholders

|

Remarks

The Spreadsheet control displays the following placeholders for unsupported document elements:

Set the ShowPlaceholders option to false to hide placeholders.

See Also

WorkbookPrintOptions.PrintPlaceholders

SpreadsheetViewOptions Class

SpreadsheetViewOptions Members

DevExpress.XtraSpreadsheet Namespace