Version

ProjectTableProperty Enumeration

Enumeration used to identify the ProjectTable properties that may be mapped to an underlying data source.
Syntax
'Declaration
 
Public Enum ProjectTableProperty 
   Inherits System.Enum
public enum ProjectTableProperty : System.Enum 
Members
MemberDescription
AllowHideColumnIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowHide property.
AllowMoveColumnIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowMove property.
AllowResizeColumnIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowResize property.
AllowShowColumnIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowShow property.
ColumnHeaderTemplateIdentifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTemplate property.
ColumnHeaderTextHorizontalAlignmentIdentifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTextHorizontalAlignment property.
ColumnHeaderTextVerticalAlignmentIdentifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTextVerticalAlignment property.
ColumnIdsIdentifies 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.
DateStringFormatIdentifies the property used to supply the value for the ProjectTable.DateStringFormat property
IsColumnReadOnlyIdentifies the property used to supply the value for the ProjectColumnSettingsBase.IsReadOnly property.
KeyIdentifies the property used to supply the value for the ProjectTable.Key property
MaxColumnWidthIdentifies the property used to supply the value for the ProjectColumnSettingsBase.MaxWidth property.
MinColumnWidthIdentifies the property used to supply the value for the ProjectColumnSettingsBase.MinWidth property.
ShowInMenuIdentifies the property used to supply the value for the ProjectTable.ShowInMenu property
Requirements

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

See Also