Version

TaskColumnSettings Class Members

The following tables list the members exposed by TaskColumnSettings.

Protected Constructors
 NameDescription
Protected ConstructorTaskColumnSettings ConstructorConstructor used for deserialization.  
Protected Fields
 NameDescription
Protected Fieldappearances (Inherited from Infragistics.Win.SubObjectBaseWithAppearanceManager)
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyCellAppearanceReturns or sets the appearance used to render the cells of a grid column in the UltraGanttView.  
Public PropertyCellMultiLineGets or sets whether the column of the grid portion of the UltraGanttView can display text in Mutiple lines.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorGets or sets the editor that this column will use for editing and displaying cells.  
Public PropertyEnabledGets or sets whether the user can modify the field. (Inherited from Infragistics.Win.UltraWinGanttView.TaskFieldSettingsBase)
Public PropertyFormatReturns or sets a string used to control the formatting of displayed text.  
Public PropertyFormatInfoGets or sets the culture specific information used to determine how values are formatted.  
Public PropertyHasCellAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHeaderAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHeaderAppearanceReturns or sets the appearance used to render the header of a grid column in the UltraGanttView.  
Public PropertyImeModeSpecifies the IME mode for the column.  
Public PropertyKeyReturns the key for the Infragistics.Win.UltraWinSchedule.TaskColumn associated with this TaskFieldSettingsBase. (Inherited from Infragistics.Win.UltraWinGanttView.TaskFieldSettingsBase)
Public PropertyReadOnlyGets or sets whether a task can be edited by the user. (Inherited from Infragistics.Win.UltraWinGanttView.TaskFieldSettingsBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTaskFieldReturns the TaskField indicating to which field this TaskFieldSettings applies. (Inherited from Infragistics.Win.UltraWinGanttView.TaskFieldSettingsBase)
Public PropertyTextReturns or sets the string that is displayed in the header for the associated column.  
Public PropertyValueListGets or sets the ValueList that this column will use for editing and displaying cells.  
Public PropertyVisibleGets or sets whether the column is visible to the user in the grid portion of the UltraGanttView.  
Public PropertyVisiblePositionReturns or sets the visible position of a column in the grid portion of the UltraGanttView.  
Public PropertyVisibleResolvedReturns the resolved visibility of the column.  
Public PropertyWidthGets or sets the width of the column in the grid portion of the UltraGanttView.  
Protected Properties
 NameDescription
Protected PropertyAppearanceManager (Inherited from Infragistics.Win.SubObjectBaseWithAppearanceManager)
Protected PropertyAppearanceManagerPropIdsOverridden. Returns an array of PropertyIds for properties of the class which deal with appearance properties.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetOverridden. Resets all properties of the TaskFieldSettingsBase to their default values.  
Public MethodResetCellAppearanceResets the CellAppearance property to its default value.  
Public MethodResetCellMultiLineResets the CellMultiLine property to its default value.  
Public MethodResetEditorResets the Editor property to its default value.  
Public MethodResetEnabledResets the TaskFieldSettingsBase.Enabled property to its default value. (Inherited from Infragistics.Win.UltraWinGanttView.TaskFieldSettingsBase)
Public MethodResetFormatResets the Format property to its default value.  
Public MethodResetFormatInfoResets the FormatInfo property to its default value.  
Public MethodResetHeaderAppearanceResets the HeaderAppearance property to its default value.  
Public MethodResetImeModeResets the ImeMode property to its default value.  
Public MethodResetReadOnlyResets the TaskFieldSettingsBase.ReadOnly property to its default value. (Inherited from Infragistics.Win.UltraWinGanttView.TaskFieldSettingsBase)
Public MethodResetTextResets the Text property to its default value.  
Public MethodResetValueListResets the ValueList property to its default value.  
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodResetVisiblePositionResets the VisiblePosition property to its default value.  
Public MethodResetWidthResets the Width property to its default value.  
Public MethodShouldSerializeOverridden. Indicates whether the TaskFieldSettingsBase object needs to be persisted.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns a System.String that represents the current System.Object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataOverridden. Populates the specified SerializationInfo with the data from the object.  
Protected MethodInitialize (Inherited from Infragistics.Win.SubObjectBaseWithAppearanceManager)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Win.SubObjectBaseWithAppearanceManager)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Win.SubObjectBaseWithAppearanceManager)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also