Back to Devexpress

NormalViewProperties.ShowOutlineIcons Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-normalviewproperties-3cf797c4.md

latest1.5 KB
Original Source

NormalViewProperties.ShowOutlineIcons Property

Gets ot sets whether the application should show icons if it displays outline content in any content region in normal view mode. Applications may ignore this setting.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool ShowOutlineIcons { get; set; }
vb
Public Property ShowOutlineIcons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show icons if the application displays outline content; otherwise false.

|

Remarks

Note

Presentation applications (like PowerPoint, LibreOffice, or OpenOffice) may ignore this property.

See Also

NormalViewProperties Class

NormalViewProperties Members

DevExpress.Docs.Presentation Namespace