Autodesk Vault ProfessionalVault API

ClassicVaultBrowserControl.BehaviorOptions Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Controls

Options which allows the user to configure various behaviors of the ClassicVaultBrowserControl

Syntax

public class ClassicVaultBrowserControl.BehaviorOptions 
Public Class ClassicVaultBrowserControl.BehaviorOptions 

Properties

NameDescription
AllowColumnChooserGets or sets whether the ClassicVaultBrowserControl supports run time column configuration
AllowColumnScrollingGets or sets whether the Detail View of the ClassicVaultBrowserControl squeezes all of it's columns in the available horizontal real estate, or if it uses a horizontal scroll bar such that some columns display off screen.
AllowOverrideSelectionsGets or sets whether right clicking in the ClassicVaultBrowserControl replaces the existing selection, or temporarily overrides it. An override will highlight the clicked on row but when the context menu goes away, the original selection will be restored.
AvailableViewsGets or sets the list of available views for this Vault Browser Control.
DisplayAutoPreviewGets or sets whether the ClassicVaultBrowserControl displays the AutoPreview rows.
EmptyGridMessageGets or sets the text that displays in the ClassicVaultBrowserControl when it contains no data
LoadingMessageGets or sets the text that displays in the ClassicVaultBrowserControl when it is loading the contents of a folder
MultiSelectGets or sets whether the ClassicVaultBrowserControl supports single or multiple selection
SortDataGets the current sort data being used for the ClassicVaultBrowserControl.
ViewGets or sets the type of view to display in the ClassicVaultBrowserControl

Methods

NameDescription
EnableAutoPreviewEnables or disables the AutoPreview option in the ClassicVaultBrowserControl.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.ClassicVaultBrowserControl.BehaviorOptions

See Also