ColumnSettings Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
| Name | Description |
|---|---|
| ColumnSettings |
Properties
| Name | Description |
|---|---|
| Alignment | Gets or sets the horizontal alignment of text and/or images |
| CanBeFiltered | Gets 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. |
| CanBeGrouped | Gets or sets whether this column can be grouped within the grid |
| CanBeMoved | Gets or sets whether this column can be moved to another position within the grid |
| CanBeSorted | Gets or sets whether this column can be sorted |
| Caption | Gets or sets the caption to display in a column header |
| FixedWidth | Gets or sets a fixed width for this column. The column will not be resizable if this value is set |
| FormatProvider | Gets or sets a provider which can be used to provide custom formatting for property values. |
| FormatString | Gets 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 |
| GettingHeaderImageFunction | 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. |
| GetToolTip | Gets or sets a delegate which allows the implementor to provide a custom tooltip for values displayed in this column |
| HeaderImage | Gets or sets an optional image to display as a column header |
| ImageList | Gets or sets an Image List which can be used to associated images with various property values |
| InitialWidth | Gets 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. |
| MinimumWidth | Gets or sets the minimum width for this column. The column will not be able to be resized to any size smaller than this value |
| ShowLinkOverlay | Gets or sets if this column should display a link overlay icon if the entity is a Link |
| ShowMultipleLines | Gets or sets whether this column should show multiple lines |
Returned By
Where you get a ColumnSettings — members that return one.
- ClassicVaultBrowserControl.Configuration.GetColumnSettings
- DynamicColumnConfiguration.GetColumnSettings
- IColumnSettingsService.GetColumnSettings
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.ColumnSettings