Spread ASP.NET 6.0 Product Documentation
MultiColumnComboBoxCellType Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : MultiColumnComboBoxCellType Class


Glossary Item Box

The following tables list the members exposed by MultiColumnComboBoxCellType.

Public Constructors

 NameDescription
Public ConstructorMultiColumnComboBoxCellType ConstructorCreates a new multiple-column combo box cell.  
Top

Public Properties

 NameDescription
Public PropertyColumnEditGets or sets which list column (by index) serves as the edit portion of the combo box.  
Public PropertyColumnEditNameGets or sets which list column (by name) serves as the edit portion of the combo box.  
Public PropertyColumnWidthsGets or sets the widths (in pixels) of the columns.  
Public PropertyDataColumnGets or sets which list column (by index) serves as the data portion of the combo box.  
Public PropertyDataColumnNameGets or sets which list column (by name) serves as the data portion of the combo box.  
Public PropertyDataMemberGets or sets the name of the data member that populates the list in the list portion of the combo box.  
Public PropertyDataSourceGets or sets the data source for the list portion of the combo box.  
Public PropertyDataSourceIDGets or sets the unique identifier of the data source for the MultiColumnComboBoxCellType.  
Public PropertyEditorClientScriptUrlGets the URL of the client script file for the editor, if the editor supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType)
Public PropertyListAlignmentGets or sets to which side of the editor the list aligns.  
Public PropertyListHeightGets or sets the height (in pixels) of the list.  
Public PropertyListOffsetGets or sets how much (in pixels) the list offsets from the editor.  
Public PropertyListWidthGets or sets the width (in pixels) of the list.  
Public PropertyRendererClientScriptUrlGets the URL of the client script file for the renderer, if the renderer supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType)
Public PropertyShowButtonGets or sets whether to display the button.  
Public PropertyUseValueGets or sets whether to use the value.  
Top

Public Methods

 NameDescription
Public MethodCloneCreates a new copy of the object using the MemberwiseClone method. (Inherited from FarPoint.Web.Spread.BaseCellType)
Public MethodDeserializeLoads the cell type from XML.  
Public MethodFormatOverridden. Formats the specified data into the format of the cell type and returns it as a string.  
Public MethodGetEditorControlOverridden. Gets the edit control for this cell type with the specified appearance.  
Public MethodGetEditorValueOverridden. Gets the value from the editing control used for the cell.  
Public MethodGetPreferredSizeOverridden. Gets the preferred (maximum needed) size of the cell for the renderer control.  
Public MethodGetValidatorGets the validation object used to validate data. (Inherited from FarPoint.Web.Spread.BaseCellType)
Public MethodPaintCellOverloaded. Overridden. Gets a control and renders it in the cell based on the specified appearance, margin, and value.  
Public MethodParseOverridden. Parses the specified string to the data type of the cell type and returns it as an object.  
Public MethodRendererClientScriptUrl2Gets the URL of the client script file for the renderer for the specified Spread component, if the renderer supports client-side scripting. (Inherited from FarPoint.Web.Spread.BaseCellType)
Public MethodSerializeSaves the cell type to XML.  
Public MethodToStringGets the name of the cell type. (Inherited from FarPoint.Web.Spread.BaseCellType)
Public MethodValidateEditorValueValidates the given value. (Inherited from FarPoint.Web.Spread.BaseCellType)
Top

Protected Methods

 NameDescription
Protected MethodAppendEllipsisAppends the ellipsis. (Inherited from FarPoint.Web.Spread.BaseCellType)
Protected MethodApplyStyleToApplies the appearance and the margin to the cell. (Inherited from FarPoint.Web.Spread.BaseCellType)
Protected MethodDrawBackgroundImageDraws the background image to PDF. (Inherited from FarPoint.Web.Spread.BaseCellType)
Protected MethodFormatForPdfReturns the format of a value for PDF. (Inherited from FarPoint.Web.Spread.BaseCellType)
Protected MethodGetImageGet Image object by image path. (Inherited from FarPoint.Web.Spread.BaseCellType)
Protected MethodGetStringSizeGets the size of the text string. (Inherited from FarPoint.Web.Spread.BaseCellType)
Protected MethodProcessMarginOverloaded. Processes the margin. (Inherited from FarPoint.Web.Spread.BaseCellType)
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.