Autodesk Vault ProfessionalVault API

GettingHeaderImageFunction Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyColumnSettings

Gets or sets the logic for getting an optional image that is displaying as a column header. It can be used to update the image dynamically.

Syntax

public System.Func<Image> GettingHeaderImageFunction {get; set;}
Public Property GettingHeaderImageFunction As System.Func(Of Image)

See Also