[]
        
(Showing Draft Content)

C1.Win.List

C1.Win.List Namespace

Classes

BaseTypeConverter

BeforeColEditEventArgs

Provides data for the BeforeColEdit event.

BeforeColUpdateEventArgs

Provides data for the BeforeColEdit event.

BitmapTypeConverter

C1Combo

The C1Combo control is used as a multicolumn drop-down list box.

C1DataColumn

Represents a column that defines binding information for the datasource.

C1DataColumnCollection

Contains a collection of C1DataColumn objects.

C1DisplayColumn

Represents the columns in a split.

C1DisplayColumnCollection

Represents a collection of C1DisplayColumn in a Split.

C1List

A multicolumn list box control.

C1List.RowChangedEventArgs

Provides data for a HotRowChanged event.

C1OwnerDrawPrint

Object to manage custom page headers and footers when printing and previewing.

C1PrintProgress

Print progress window.

C1PropImagesCollection

CellBorders

Represents the border in a Style

ColEventArgs

Provides data for the ColHeadClick, ColFootClick events.

ColMoveEventArgs

Provides data for the ColMove event.

ColResizeEventArgs

Provides data for the ColReisize event.

ComboBoxContainer

Summary description for ComboBoxContainer.

DropDownList

ErrorEventArgs

Provides data for the Error event.

FetchCellStyleEventArgs

Provides data for the FetchCellStyle event.

FetchCellTipsEventArgs

Provides data for the FetchCellTips event.

FetchRowStyleEventArgs

Provides data for the FetchRowStyle event.

FetchScrollTipsEventArgs

Provides data for the FetchScrollTips event.

FilterEventArgs

Provides data for the Sort(int, SortDirEnum), and AfterSort

FormatTextEventArgs

Provides data for the FromatText event.

GenericTypeConverter

GridRenderer

Base class for the grid renderers.

GridStyleCollection

Represents a collection of named Style.

MismatchEventArgs

Defines event data for the Mismatch event.

NotInListEventArgs

Defines the event data for NotInList event.

OwnerDrawCellEventArgs

Provides data for the OwnerDrawCell event.

OwnerDrawPageEventArgs

Provides data for the OwnerDrawPageEventHandler event.

PrintCancelException

Represents exception that is thrown if printing or exporting a C1List is cancelled by the user.

PrintForm

The print preview form.

PrintInfo

Specifies how a C1List should be printed or exported when using such methods as C1.Win.List.PrintInfo.ExportTo, Print() etc.

PrintOptionsForm

Represents print/export options form.

PrintOptionsForm.ActionItem

PrintOptionsForm.FillEmptyItem

PrintOptionsForm.PageBreakItem

PrintOptionsForm.RowHeightItem

PrintOptionsForm.WrapTextItem

PrintPreviewWinSettings

Specifies the characteristics of the print preview window shown by the PrintPreview() method.

RowColChangeEventArgs

Provides data for the C1.Win.List.ListBase.C1ListBase.RowColChange event.

SelectedColumnCollection

Contains a collection of C1DataColumn objects that represent columns that are selected.

SelectedRowCollection

Represents a collection of Selected rows.

Split

Represents a horizontal or vertical pane to display and edit data.

SplitCollection

Represents a collection of Split objects.

SplitEventArgs

Provides data for the TopIndexChange and LeftColChange events.

Style

Represents an object used to render grid elements.

UnboundColumnFetchEventArgs

Provides data for the UnboundColumnFetch event.

ValueItem

Represents an object that defines a value/display value pair.

ValueItemCollection

Represents a collection of ValueItem objects.

ValueItems

Represents an object that defines how cells are rendered.

Enums

AlignHorzEnum

Specifies the horizontal alignment of text or images in a cell.

AlignVertEnum

Specifies the vertical alignment of text or images in a cell.

BackgroundPictureDrawModeEnum

Specifies how the background image is rendered.

BorderTypeEnum

Specifies the borders for a Style.

CellStyleFlag

Describes the disposition of a cell.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

CellTipEnum

Specifies the behavior of the pop-up window when the cursor is idle over the grid.

ComboStyleEnum

Defined the combobox style.

DataModeEnum

Specifies the normal or additem mode.

DataViewEnum

Specifies how the grid displays its data.

DragModeEnum

Defines the value that determines whether the combo box or the programmer handles a drag operation.

DropModeEnum

Defines value that determines how the combo box handles drop operations.

DropdownPositionEnum

Defines the position of the drop down list.

ExposeCellModeEnum

Specifies how the grid exposes the rightmost column when it gets focus.

FlatModeEnum

Specifies how 3D elements are rendered.

ForeGroundPicturePositionEnum

Specifies the location of the foreground image in a cell.

GradientModeEnum

The gradient mode.

GridRenderer.CellType

LineStyleEnum

Specifies the line style for row and column dividers.

MatchColEnum

Determines where the search is performed.

MatchCompareEnum

The comparation methods while searching the column.

MatchEntryEnum

Determines how a C1List control performs searches based on user input.

PointAtEnum

Specifies the type of ui-element for a coordinate.

PresentationEnum

Specifies how ValueItems are rendered.

PrintInfo.ActionFlags

Specify allowed print options.

PrintInfo.FillEmptyEnum

Specifies how empty space left on a printed page is handled (filled or otherwise).

PrintInfo.GridLinesEnum

Specifies how grid lines are rendered.

PrintInfo.PageBreaksEnum

Specifies how grid is broken into extension (horizontal) pages when it is too wide to fit into one page.

PrintInfo.RowHeightEnum

Specifies how rows' heights are determined.

PrintInfo.WrapTextEnum

Specifies how cell text is wrapped.

RelationState

Defined the relationship of a column.

RowSelectorEnum

Specifies which rows are to be previewed/printed.

RowSizingEnum

Specifies how rows can be resized.

ScrollBarEnum

Identifies the type of scrollbar.

ScrollBarStyleEnum

Specifies the visibility of ScrollBars.

SelectionModeEnum

Specifies the UI behavior for selecting rows and columns.

SizeModeEnum

Specifies the sizing mode for splits.

SortDirEnum

Specifies the glyph used to denote a sort direction in the column header.

TabActionEnum

Specifies how focus is handled when the Tab key is entered.

VerticalAlignEnum

Used by VerticalAlign property.

Delegates

BeforeColEditEventHandler

Raised before a column enters edit mode.

BeforeColUpdateEventHandler

Raised before a column enters edit mode.

ChangeEventHandler

Delegate for Change event.

CloseEventHandler

Handler for Close event.

ColEventHandler

Raised when an action is perfored on a column.

ColMoveEventHandler

Raised when a column is being repositioned.

ColResizeEventHandler

Raised after a column has been resized.

ErrorEventHandler

Raised when an excpetion is thrown via the UI.

FetchCellStyleEventHandler

Raised when the Style used to render a cell needs customization.

FetchCellTipsEventHandler

Raised when cell tips are to be displayed.

FetchRowStyleEventHandler

Raised when the Style used to render a row needs customization.

FetchScrollTipsEventHandler

Raised when scroll tips are to be displayed.

FilterEventHandler

Raised when the grid is sorted.

FormatTextEventHandler

Raised when a cell needs custom formatting.

MismatchEventHandler

Delegate for Mismatch event.

NotInListEventHandler

Delegate for NotInList event.

OpenEventHandler

Handler for Open event.

OwnerDrawCellEventHandler

Raised when a cell is to rendered by the event code.

OwnerDrawPageEventHandler

Raised when custom page headers and footers need to be rendered.

RowColChangeEventHandler

Raised after the current Row or Column changes.

SplitEventHandler

Raised when Split specific actions are performed.

UnboundColumnFetchEventHandler

Raised when an unbound column needs to be rendered.