Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ShowOutlineIcons { get; set; }

    Property Value

    Type Default Description
    Boolean true

    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