Spread for ASP.NET 10 Product Documentation
MultiColumnComboBoxCellType Class Members
Properties  Methods 


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 PropertyAutoFilterGets or sets the automatic filter object.  
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.  
Public PropertyVerticalAlignGets or sets the vertical alignment of content in MultiColumnComboBox items.  
Top
Protected Properties
 NameDescription
Protected PropertyExtraRendererSettingsGets the conditional formatting settings. (Inherited from FarPoint.Web.Spread.BaseCellType)
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 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 MethodSetTabIndexSets the tab index for the editor. (Inherited from FarPoint.Web.Spread.BaseCellType)
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 MethodGetImageGets an Image object using an 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

Reference

MultiColumnComboBoxCellType Class
FarPoint.Web.Spread Namespace

User-Task Documentation

Setting a Multiple-Column Combo Box Cell

 

 


Copyright © GrapeCity, inc. All rights reserved.