Skip to content

FilesViewOptions

The FilesViewOptions class provides a set of configuration options for FilesView control.

Properties:

  • header: boolean
    Specifies whether the header is visible in the control. Default is true.
  • builtinContextMenu: boolean
    Enables or disables the context menu for the RecordsView. Default is true.
  • builtinContextMenuWithJustCommands: boolean
    Enables built-in context menu to show only items defined in contextMenu handler. Default is false.
  • readOnly: boolean
    Specifies whether the file view is read-only, preventing users from adding or deleting files. Default is false.
  • versions: boolean
    Determines whether control will show files of all versions. Default is false.