Version

ProjectColumnProperty Enumeration

Enumeration used to identify the ProjectColumn properties that may be mapped to an underlying data source.
Syntax
'Declaration
 
Public Enum ProjectColumnProperty 
   Inherits System.Enum
public enum ProjectColumnProperty : System.Enum 
Members
MemberDescription
AllowHideIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowHide property.
AllowMoveIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowMove property.
AllowResizeIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowResize property.
AllowShowIdentifies the property used to supply the value for the ProjectColumnSettingsBase.AllowShow property.
HeaderTemplateIdentifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTemplate property
HeaderTextIdentifies the property used to supply the value for the ProjectColumn.HeaderText property
HeaderTextHorizontalAlignmentIdentifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTextHorizontalAlignment property
HeaderTextVerticalAlignmentIdentifies the property used to supply the value for the ProjectColumnSettingsBase.HeaderTextVerticalAlignment property
IdIdentifies the property that provides a value that uniquely identifies the associated ProjectColumn. ProjectTable's ProjectTableProperty.ColumnIds property is mapped to a field in the tables data source that returns comma separated list of these data item id values.
IsReadOnlyIdentifies the property used to supply the value for the ProjectColumnSettingsBase.IsReadOnly property
KeyIdentifies the property used to supply the value for the ProjectColumn.Key property. Expected type is string.
MaxWidthIdentifies the property used to supply the value for the ProjectColumnSettingsBase.MaxWidth property
MinWidthIdentifies the property used to supply the value for the ProjectColumnSettingsBase.MinWidth property
WidthIdentifies the property used to supply the value for the ProjectColumn.Width 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