FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / FlexViewerTool Enumeration

In This Topic
    FlexViewerTool Enumeration
    In This Topic
    Describes the supported tool panels for the C1FlexViewer control.
    Syntax
    'Declaration
     
    Public Enum FlexViewerTool 
       Inherits System.Enum
    public enum FlexViewerTool : System.Enum 
    Members
    MemberDescription
    CustomTool1A custom tool panel #1.
    CustomTool2A custom tool panel #2.
    CustomTool3A custom tool panel #3.
    CustomTool4A custom tool panel #4.
    CustomTool5A custom tool panel #5.
    ExportThe export panel.
    NoneNo tool panels.
    OutlinesThe Outlines panel.
    PageSettingsThe page settings panel.
    ParametersReport parameters.
    PrintPrint the document.
    ThumbnailsThe Thumbnails panel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.FlexViewer.FlexViewerTool

    See Also