Autodesk Vault ProfessionalVault API

ClassicVaultBrowserControl.CustomizationOptions Class

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

Options which allows the user to provide algorithms which customize various characteristics of the ClassicVaultBrowserControl.

Syntax

public class ClassicVaultBrowserControl.CustomizationOptions 
Public Class ClassicVaultBrowserControl.CustomizationOptions 

Constructors

NameDescription
ClassicVaultBrowserControl.CustomizationOptions

Properties

NameDescription
CanDisplayEntityHandlerGets or sets a delegate which allows the implementor to control which entities are displayed
GetCellStyleHandlerGets or sets a delegate which allows the implementor to provide a custom format for a particular cell in the ClassicVaultBrowserControl
GetCustomTooltipHandlerGets or sets a delegate which allows the implementor to provide a custom tooltip for any property values displayed in the ClassicVaultBrowserControl
GetRowStyleHandlerGets or sets a delegate which allows the implementor to provide a custom format for an entire row in the ClassicVaultBrowserControl

Methods

NameDescription
RegisterHotCellHandlerAssociates a Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces.IHotCellHandler with a specific column based on its Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition's system name.

Inheritance Hierarchy

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

See Also