'Declaration Public Enum ProjectTableProperty Inherits System.Enum
public enum ProjectTableProperty : System.Enum
Member | Description |
---|---|
AllowHideColumn | Identifies the property used to supply the value for the ProjectColumnSettingsBase.AllowHide property. |
AllowMoveColumn | Identifies the property used to supply the value for the ProjectColumnSettingsBase.AllowMove property. |
AllowResizeColumn | Identifies the property used to supply the value for the ProjectColumnSettingsBase.AllowResize property. |
AllowShowColumn | Identifies the property used to supply the value for the ProjectColumnSettingsBase.AllowShow property. |
ColumnHeaderTemplate | Identifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTemplate property. |
ColumnHeaderTextHorizontalAlignment | Identifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTextHorizontalAlignment property. |
ColumnHeaderTextVerticalAlignment | Identifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTextVerticalAlignment property. |
ColumnIds | Identifies the property in the data item that provides comma separated list of data item id's of columns. The id's are used to populate the associated ProjectTable's ProjectTable.Columns property. The id's are used to locate column data items in the ListBackedProjectViewProvider.ColumnItemsSource. Note that the id's correspond to the ProjectColumnProperty.Id mapped field of the ProjectColumn data source. |
DateStringFormat | Identifies the property used to supply the value for the ProjectTable.DateStringFormat property |
IsColumnReadOnly | Identifies the property used to supply the value for the ProjectColumnSettingsBase.IsReadOnly property. |
Key | Identifies the property used to supply the value for the ProjectTable.Key property |
MaxColumnWidth | Identifies the property used to supply the value for the ProjectColumnSettingsBase.MaxWidth property. |
MinColumnWidth | Identifies the property used to supply the value for the ProjectColumnSettingsBase.MinWidth property. |
ShowInMenu | Identifies the property used to supply the value for the ProjectTable.ShowInMenu property |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2