Autodesk Vault ProfessionalVault API

ColumnSettings Class

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

Defines display and formatting options for properties that can be displayed as columns in the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl or any other grids.

Syntax

public class ColumnSettings 
Public Class ColumnSettings 

Constructors

NameDescription
ColumnSettings

Properties

NameDescription
AlignmentGets or sets the horizontal alignment of text and/or images
CanBeFilteredGets or sets whether this column should present a GUI which allows the user to enter a run-time filter to limit the entities that should be displayed.
CanBeGroupedGets or sets whether this column can be grouped within the grid
CanBeMovedGets or sets whether this column can be moved to another position within the grid
CanBeSortedGets or sets whether this column can be sorted
CaptionGets or sets the caption to display in a column header
FixedWidthGets or sets a fixed width for this column. The column will not be resizable if this value is set
FormatProviderGets or sets a provider which can be used to provide custom formatting for property values.
FormatStringGets or sets the format string to use to display property values. If null or empty, the property values will be displayed with no formatting options
GettingHeaderImageFunctionGets 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.
GetToolTipGets or sets a delegate which allows the implementor to provide a custom tooltip for values displayed in this column
HeaderImageGets or sets an optional image to display as a column header
ImageListGets or sets an Image List which can be used to associated images with various property values
InitialWidthGets or sets the initial width for this column. The column will have this width the first time it is displayed. The user can resize the column after the initial display.
MinimumWidthGets or sets the minimum width for this column. The column will not be able to be resized to any size smaller than this value
ShowLinkOverlayGets or sets if this column should display a link overlay icon if the entity is a Link
ShowMultipleLinesGets or sets whether this column should show multiple lines

Returned By

Where you get a ColumnSettings — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.ColumnSettings

See Also