ClassicVaultBrowserControl.CustomizationOptions Class Autodesk.DataManagement.Client.Framework.Vault.Forms › Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls
Options which allows the user to provide algorithms which customize various characteristics of the ClassicVaultBrowserControl.
Syntax C# Visual Basic
public class ClassicVaultBrowserControl .CustomizationOptions Public Class ClassicVaultBrowserControl.CustomizationOptions Properties Name Description CanDisplayEntityHandler Gets or sets a delegate which allows the implementor to control which entities are displayed GetCellStyleHandler Gets or sets a delegate which allows the implementor to provide a custom format for a particular cell in the ClassicVaultBrowserControl GetCustomTooltipHandler Gets or sets a delegate which allows the implementor to provide a custom tooltip for any property values displayed in the ClassicVaultBrowserControl GetRowStyleHandler Gets or sets a delegate which allows the implementor to provide a custom format for an entire row in the ClassicVaultBrowserControl
Methods Name Description RegisterHotCellHandler Associates 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