Autodesk Vault ProfessionalVault API

GetRowStyleHandler Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectVaultFolderSettings.SelectVaultFolderExtensibilityOptions

Gets or sets a Function that is called to change row style according to Entity properties This allows customizations which allow certain folders to be greyed out.

Syntax

public System.Action<Style,IEntity> GetRowStyleHandler {get; set;}
Public Property GetRowStyleHandler As System.Action(Of Style,IEntity)

See Also