Janus.Windows.GridEX.v3 Contains the settings used to create a SelfReferencing hierarchy in a GridEXTable. Gets or sets the column in which the expand glyph will be shown. If this property is not set, the first visible column in the table is used. Gets or sets a value that specifies how self referencing rows are grouped in the table. Gets or sets a string that specifies the property of the data source that returns the list of child rows in a row. Gets or sets a string that specifies the property of the data source that acts as child column in the self referencing relation. Gets or sets a string that specifies the property of the data source that acts as parent column in the self referencing relation. Gets or sets the value that determines which rows are treated as first level rows. Gets or sets a value that determines how first level rows are calculated. Gets or sets a value specifying whether rows without parent, should be treated as root rows. Gets or sets a value that determines whether the ExpandColumn should be autosized when the user expands or collapses a row. Gets or sets a value that determines which rows will be used to calculate totals in a Self-Referencing table. Represents a group of columns arranged in multiple levels and columns. Initializes a new instance of the GridEXColumnSet class. Resets the HeaderStyle property to its default value. Indicates whether the HeaderStyle property sholud be persisted. true if the property value has changed from its default; otherwise, false. Gets the width of a layout column in the column set. The column to look up. The width of the column in pixels. Sets the width of a layout column in the column set. The column to look up. The width of the column in pixels. Adds a GridEXColumn to the column set. The GridEXColumn object to add to the column set The layout row into the column set to place the GridEXColumn. The layout column into the column set to place the GridEXColumn. Adds a GridEXColumn to the column set. The GridEXColumn object to add to the column set The layout row into the column set to place the GridEXColumn. The layout column into the column set to place the GridEXColumn. The number of rows the GridEXColumn spans. The number of columns the GridEXColumn spans. Removes a GridEXColumn from the column set. The GridEXColumn object to remove. Empties the column set removing all the GridEXColumns in it. Gets or sets the key used to identify an object in a colletion. Gets the GridEXTable object that owns the column set. Gets the index of the GridEXcolumnSet in the collection. Gets or sets the text displayed in the column set header. Gets or sets the position of the column set. Gets or sets a value indicating whether the column set is visible or hidden. Gets or sets the GridEXFormatStyle object used to draw the header of the column. Gets or sets the image list index value of the image displayed on the header. Gets or sets the key of the image displayed on the header. Gets or sets the number of layout columns in the column set. Gets or sets the width of the column set in pixels. Gets the GridEXColumn object that occupies a layout cell. Gets or sets a value that determines how text is aligned in the column set header. Gets or sets a value that determines how the line(s) of text are aligned in the header. Gets or sets a value indicating whether the columnset can be sized by the user. Gets or sets a value indicating whether the column set can be dragged by the user. Gets or sets a value indicating whether the column set should be shown in the field chooser window. Get or sets the text to display in the tool tip for the header. Represents a collection of GridEXCell objects. Gets the GridEXRow object that the collection belongs to. Gets a GridEXCell object from the collection at the specified index. Gets a GridEXCell object from the collection that is bound to the column with the specified key. Gets a GridEXCell object that is bound to the specified column. Gets the number of GridEXCell objects contained in the collection. Specfies how a column calculated its width when the AutoSize method is called. The column width is calculated to fit the contents of all cells in the column, including its header. The column width is calculated to fit the contents of all cells in the column, excluding its header. The column width is calculated to fit the contents of its header. The column width is calculated to fit the contents of the currently displayed cells in the column, excluding its header. The column width is calculated to fit the contents of the currently displayed cells in the column, including its header. The value of the property is inherited from the parent object. Specifies the action to take when a text that is not present in the list of values is found during an update operation. The text entered by the user is excluded and the update continues. The control continues with the update operation. Update operation is cancelled. Specifies how cell value in GridEX are retrieves and stored. Cell values are retrieved from properties in the datasource. Cell values can be set at any time. Values are not lost when a GridEXRow is unloaded. Specifies how cell values in a column are retrieved and stored. Cell values are retrieved from the property in the datasource specified in the DataMember. Cell values are set in the LoadingRow event. Values are lost when a GridEXRow is unloaded. Cell values can be set at any time. Values are not lost when a GridEXRow is unloaded. Specifies what is drawn in row headers. The value of the property is inherited from the parent object. The row header shows the text specified in the RowHeaderText property of the GridEXRow. The row header shows the position of the row. The row header shows the position of the row in the grid. (Group rows are not included). Specifies how the control acts when there is an error in a column using an InputMask The update operation is canceled. The changes are canceled and the edit session ends. The cell is updated using the value entered by the user even when the value is invalid. Specified which sort indicator appears in the header of a column. The sort indicator appears only when a column is sorted or grouped. No sort indicator is used even if a column is sorted. Sort ascending indicator appears in the column. Sort descending indicator appears in the column. Specifies how the BindableValue of a CheckedComboBox control is updated. The control will add or remove items to the list specified in the BindableValue property, matching the items checked in the dropdown list. The control will not update the list specified in its BindableValue property. Specifies how the Value of a NumericEdit control is edited. The formatted value will be used when the user start edition in a NumericEdit control. The format is stripped from the value when the user start edition in a NumericEdit control. Specifies if nulls are allowed as the Value of a NumericEdit control. The Value property in a NumericEdit control can be set to DBNull.Value. If the user enters an empty string in the control it will be considered as DBNull.Value. The Value property in a NumericEdit control can be set to null (Nothing in Visual Basic). If the user enters an empty string in the control it will be considered as null. The Value property in a NumericEdit control can not be null not DBNull.Value. If the user enters an empty string in the control it will be considered as 0. Specifies the FormatMask to be used in a NumericEdit control. User can enter digits, decimal separators (if a non integral Type is used), positive and negative signs. User can enter digits, digit group separators, decimal separators (if a non integral Type is used), positive and negative signs, parentheses and the currency symbol. User can enter digits, digit group separators, decimal separators (if a non integral Type is used), positive and negative signs. User can enter digits, digit group separators, decimal separators (if a non integral Type is used), the percent symbol, positive and negative signs. If the percent symbol is entered by the user, the control will divide the number entered by 100. Specifies the Type of the Value returned by a NumericEdit control Value will be returned as System.Byte data Value will be returned as System.Decimal data Value will be returned as System.Double data Value will be returned as System.Int16 data Value will be returned as System.Int32 data Value will be returned as System.Int64 data Value will be returned as System.SByte data Value will be returned as System.Single data Value will be returned as System.UInt16 data Value will be returned as System.UInt32 data Value will be returned as System.UInt64 data Specifies which color to apply when drawing a watermark image. The predefined system color will be used as the wash color The color defined in the WashColor property will be used as the wash color or none if the WashColor is empty. Specifies the categories of properties to be persisted in a layout. Specifies that Tables and Columns are persisted in a layout. Specifies that the DropDowns collection is persisted in a layout. Specifies that the FormatStyles collection is persisted in a layout. Specifies that the images in the internal Image list of the control is persisted in a layout. Specifies that appearance related properties are persisted in the layout. Specifies that properties that don't belong to the other categories are pesisted in the layout. specifies that all the properties in a GridEX control are preserved. Specifies which area of a GridEX control needs to be drawn manually. Specifies that the area to be manually drawn is a cell. Specifies that the area to be manually drawn is a cell in a new row. Specifies that the area to be manually drawn is a cell in a card. Specifies that the area to be manually drawn is a cell a card for a new record. Specifies that the area to be manually drawn is a cell in a group total row. Sepecifies that the area to be manually drawn is a cell in the table total row. Specifies that the area to be manually drawn is the preview row. Specifies that the area to be manually drawn is the Group By Box background. Specifies that the area to be manually drawn is the Info text in the group by box. Specifies that the area to be manually drawn is a column header. Specifies that the area to be manually drawn is the caption bar of a card. Specifies that the area to be manually drawn is a column header in a card. Specifies that the area to be manually drawn is a row header. Specifies that the area to be manually drawn is a group row. Specifies that the area to be manually drawn is the control background. Specifies that the area to be manually drawn is the new row separator. Specifies that the area to be manually drawn is the total row separator. Specifies how gradients are applied in a GridEXFormatStyle. Indicates that the setting for the property should be inherited from the parent GridEXFormatStyle. Specifies that no gradient should be used. Specifies that a vertical gradient should be used. Specifies that a horizantal gradient should be used. Specifies that a diagonal gradient should be used (from upper left to lower right). Specifies that a inverted diagonal gradient should be used (from lower right to upper left). Specifies which areas of a column are drawn manually. All the areas of the cell are drawn by the GridEX control. Cells are drawn manually. When a cell that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Cells in the new row are drawn manually. When a new row cell that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Cells in card view are drawn manually. When a card cell that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Cells in group total rows are drawn manually. When a group total row cell that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Cells in table total rows are drawn manually. When a total row cell that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Headers in card view are drawn manually. When a card view header that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Column headers are drawn manually. When a header that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. Cells in the filter row are drawn manually. When a filter row cell that belongs to the column with this setting needs to be drawn, the DrawGridArea event will be raised. All the areas that belong to the column are drawn manually. Determines the behavior of a GridEX control when the enter key is pressed in the add new row. The behavior of the control is defined by the EnterKeyBehavior property. When the user presses enter, the control will add the new row and the selected cell will remain the same. When the user presses enter, the control will add the new row and the first cell in the new row will be selected after that to start adding another row. When the user presses enter, the control will add the new row and the row just added will be selected to let the user continue editing the row. When the user presses enter, the enter key will be ignored. Specifies which areas of a GridEX control are drawn manually. All the areas are drawn by the GridEX control. Specifies that the control should raise the DrawGridArea event when the Group By Box area needs to be painted. Specifies that the control should raise the DrawGridArea event when the info text in the Group By Box area needs to be painted. Specifies that the control should raise the DrawGridArea event when the table info text in the Group By Box area needs to be painted. Specifies that the control should raise the DrawGridArea event when a row header needs to be painted. Specifies that the control should raise the DrawGridArea event when a table header needs to be painted. Specifies that the control should raise the DrawGridArea event when the separator of the new row or the total row need to be painted. Specifies that the control should raise the DrawGridArea event when a preview row needs to be painted. Specifies that the control should raise the DrawGridArea event when background of the control needs to be painted. Specifies that the control should raise the DrawGridArea event when a group row of the control needs to be painted. Specifies that the control should raise the DrawGridArea event when a card caption needs to be painted. Specifies that the control should raise the DrawGridArea event when a columnset header needs to be painted. Specifies how the tab key is handled by the GridEX control. The tab key moves the focus to the next cell in the control. The tab key moves the focus to the control in the form. Specifies how the enter key is handled by the GridEX control. The enter key updates the current row and moves to the next row in the control. The enter key moves to the next cell in the control. The enter key is not handled by the control allowing an Ok button in the form to handle it. Specifies how to trim characters from a string that does not completely fit into a cell. No trimming. Specifies that the text is trimmed inserting ellipsis at the end of a trimmed line. Specifies how the Focus rectangle in the current row should be painted A dotted line is painted around the current row to indicate that the control is focused. A solid line is painted around the current row to indicate that the control is focused. Nothing is painted around the current row. Specifies which ImageList is used to draw images in a GridEX control. Specifies that images will be retrieved from the ImageList owned by the GridEX control. Specifies that images will be retrieved from the ImageList component assigned to the ExternalImageList property. Specifies the initial expanded/collapsed state of group rows. No specified. The property will inherit its value from the parent object. Specifies that all group rows will be expanded when groups are calculated. Specifies that all group rows will be collapsed when groups are calculated. Indicates whether the edit control in the current cell is active. The cell editor is active. The current cell is being edited by the user. The cell editor is inactive. No editing is in progress. Specifies how columns should be fitted in a printed document. Specifies that columns should be printed as they are seen in the screen. Specifies that the print document will be scaled to fit all the columns in one page. Specifies that columns should be resized to fit all the columns in one page. Specifies which rows are included in a document created by the GridEXExporter. All rows in the grid are included in the excel document created by the GridEXExporter component. Only the rows that are selected are included in the excel document created by the GridEXExporter component. Only the rows that are checked are included in the excel document created by the GridEXExporter component. Specifies how columns are printed. The column is printed only when it is visible. The column is printed always, even if its Visible property is false. The column is never printed, even if its visible property is true. Specifies if a group was added, removed or deleted by the user. A header dragged from a column header row was dropped into the "group by" box and it is about to be inserted in the GridEXGroupCollection. A header dragged from the "group by" box was dropped outside the control or in a column header row and it is about to be removed from the GridEXGroupCollection. A header dragged from the "group by" box was dropped in the "group by" box again, but in a different position. SortOrder of Group changes Specifies which button style a column uses. The column or control does not display a button. The column or control displays a button with ellipsis ("…") aligned to the right. The column or control displays a button with a down-pointing arrow aligned to the right. The column or control displays a button with an image aligned to the right. The column or control displays a text button aligned to the right. The column or control displays a button that occupies the complete cell area. Cells using this button style can not be editable. Specifies how buttons are displayed in the cells of a column. Displays button only when the cell is in edit mode. Displays button only in the current cell. Displays button only in cells of the current row. Displays button always. Specifies how column contents will be displayed. Cells that belong to a column with this setting will display only text. Cells that belong to a column with this setting will display only an image from the Imagelist. Cells that belong to a column with this setting will display an image from the Imagelist and text. Cells that belong to a column with this setting will appear as an embedded check box. Cells that belong to a column with this setting will display an image retrieved from the data source. Cells that belong to a column with this setting will appear as a link label. Specifies how cell values are grouped. Groups are calculated using the option specified in the DefaultGroupInterval property of the column grouped. Groups are calculated using the values of the cell. Groups are calculated using the text of a cell. This setting is specially useful when grouping columns with ValueList or DropDowns that replace Id values for a text associated to it. Groups are calculated using only the first character of the text of a cell. Groups are calculated using only the date portion of a DateTime value. The time portion is ignored. Groups are calculated using only the month and year portions of a DateTime value. The day and time portions are ignored. Groups are calculated based using the quarter and year that a DateTime value belongs. Groups are calculated using only the year of a DateTime value. The month, day and time portions are ignored. Groups are calculated using the date and the hour of a DateTime value. minutes and seconds are ignored. Groups are calculated using the date, the hours and the minutes of a DateTime value. seconds are ignored. Groups are calculated using the date, the hours, the minutes and the second of a DateTime value. Groups are calculated in date periods based on the current date on the system like in Outlook 2003. Specifies how columns are edited. The column can not be edited by the user. The column is edited using a text box control. The column is edited using a drop-down calendar. Users can select a date from the drop-down calendar to edit a cell. The column is edited using a texbox and a drop-down calendar. Users can type a date or select it from the drop-down calendar. The column is edited using a combo box control. The source of the drop-down list is a ValueList. The column is edited using a drop-down list control. The source of the drop-down list is a ValueList. The column is edited using a multi column combo box control. The drop-down list is a GridEXDropDown object. The column is edited using a multi column drop-down list control. The drop-down list is a GridEXDropDown object. The column is edited using a check box control. The column is edited using an up down control. Users can change the value clicking in the up and down buttons. This type can be used only to edit integer values. The column is edited using an up down control. Users can type the value or change it clicking in the up and down buttons. This type can be used only to edit integer values. The column is edited using an up down control. Users can select a value from the Valuelist clicking in the up and down buttons. The source of the list is a ValueList. The column is edited using an up down control. Users can type the value or select one from the Valuelist clicking in the up and down buttons. The source of the list is a ValueList. The control will trigger custom edit events whenever the user tries to edit a cell in the column in order to allow you the use of any control to edit cells. Specifies which areas of a MultiColumnCombo control will be drawn using Windows XP Visual Styles. The control doesn't use visual styles. The apperance of the control will be defined by the appearance settings. The border of the control are drawn using Windows XP visual styles. The drop down button are drawn using Windows XP visual styles. All the control areas are drawn using Windows XP visual styles. Specifies which areas of an edit control will be drawn using Windows XP Visual Styles colors. The control doesn't use visual styles. The appearance of the control will be defined by the ControlStyle settings. The border of the control is drawn using Windows XP visual styles. The button is drawn using Windows XP visual styles. All the control areas are drawn using Windows XP visual styles. Specifies which areas of an up down control will be drawn using Windows XP visual styles. The control won't use visual styles. The apperance of the control will be defined by the appearance settings. The border of the control will be drawn using Windows XP visual styles. The up and down buttons will be drawn using Windows XP visual styles. All the control areas will be draw using Windows XP visual styles. Determines the effect a control with a flat border will show when the mouse hovers over the control. Mouse hovering over the control has no effect. When Mouse hovers over the control a flat border will be painted using the selected color. When Mouse hovers over the control a flat border will be painted sunken. Specifies the MultiColumnCombo control style. The text portion is editable. The user must click the arrow button to display the list portion. The user cannot directly edit the text portion. The user must click the arrow button to display the list portion. Specifies the UpDownBase control style. The text portion is editable. The user can also click the up and down buttons change the value. The user cannot directly edit the text portion. The user must click the up and down buttons to change the value. Specifies how cells in the filter row are edited. Read-Only. The user can not filter the column. The user can type the value to filter by directly in the cell. The user can edit a filter row cell as it does in a regular cell. The user can type the value to filter by or it can choose one of the values present in the column from a drop-down list. The user can choose one of the values present in the column from a drop-down list to filter the grid by it. The user can edit the filter row cell using a calendar combo. The user can edit the filter row cell using a calendar dropdown. The user can edit the filter row cell using a checkbox. The user can edit the filter row cell using a custom control. Specifies the sort order of an object. Applies to GridEXColumns. The column is not sorted. The object is sorted in ascending order. The object is sorted in descending order. Specifies whether column sets or plain columns should be used to render a row. Cells in a row are rendered using a single level of cells. Cells in a row are rendered based on the layout of each GridEXColumnSet in the table. Specifies how selected items will be displayed when the GridEX control loses focus. The selected row(s) in an inactive control will be displayed as not selected, except for a frame around the row. The selected row(s) in an inactive control will be displayed using the SelectedInactiveFormatStyle settings. The selected row(s) in an inactive control will be displayed using the SelectedFormatStyle settings as when it is active. Specifies which transparency style to use. Undefined. The value of the property will be inherited from the parent GridEXFormatStyle object or from the control's default if the parent is undefined too. The area affected by this setting will be drawn opaque. The area affected by this setting will be drawn transparent. The area affected by this setting will be drawn using the AlphaLevel property value. Specifies the 3D appearance of an area in a GridEX control. Undefined. The value of the property will be inherited from the parent GridEXFormatStyle object. Areas are drawn flat. No 3D effect. Areas are drawn with a double 3D sunken border. Areas are drawn with a single 3D sunken border. Areas are drawn with a double 3D raised border. Areas are drawn with a single 3D raised border. Specifies the horizontal alignment of an image in a GridEXFormatStyle object Undefined. The value of the property will be inherited from the parent GridEXFormatStyle object. Image is drawn at the center of a cell. Image is drawn at the left of a cell (the image will be drawn at the right if the RightToLeft property of the control is Yes). Image is drawn at the right of a cell (the image will be drawn at the left if the RightToLeft property of the control is Yes). Text is drawn after the image. Image is drawn after the Text. Specifies the vertical alignment of an image in a GridEXFormatStyle object Undefined. The value of the property will be inherited from the parent GridEXFormatStyle object. Image is drawn centered vertically in a cell. Image is drawn at the top of a cell. Image is drawn at the bottom of a cell. Text is drawn below the image. Image is drawn below the text. Specifies how the back ground image is drawn. Undefined. The value of the property will be inherited from the parent GridEXFormatStyle object. The background image is not painted. The background is solid. The image is painted as tiles in a floor to cover the area. The image is displayed in the center if the area is larger than the image. If the image is larger than the area, the image is placed in the center of the area and the outside edges are clipped. The image is stretched or shrunk to fit the size of the area. Represents a boolean value for a property that can inherit its value from a base or parent object. Indicates that the value for this property should be inherited from the parent object. Specifies that False should be used in a property ignoring settings in the parent object. Specifies that True should be used in a property ignoring settings in the parent object. Specify the border style for the control. The control has no border. The border is painted as a flat frame with no 3D effects. The border has a raised outer edge and no inner edge. The border has raised inner and outer edges. The border has a sunken outer edge and no inner edge. The border has sunken inner and outer edges. Specifies which scroll bars will be visible on a control. No scroll bars are shown. Scroll bars are shown only when needed. Only vertical scroll bar is visible. Only horizontal scroll bar is visible. Both scroll bars are visible always. Specifies the 3D appearance of buttons and scroll bars. The border of a button has raised inner and outer edges. The border of a button has a raised inner edge and no outer edge. The border of a button has no 3D effects. The button has no border. The button appears flat until the mouse pointer moves over it, at which point it appears with a light 3D effect. Specifies how records are displayed in a GridEX control. The records are displayed as a table where each row represents a record. The records are displayed as cards where each card represents a record and each row in the card represents a column. The records are displayed as cards where each card represents a record and each row in the card represents a column. Only one card can be seen at a time. Specifies how the GridEX control will draw lines between cells. Unspecified. The value of the property will be inherited from the parent object. No lines are drawn in-between cells. Only vertical lines are drawn in-between cells. Only horizontal lines are drawn in-between cells. Vertical and horizontal lines are drawn in-between cells. Vertical and horizontal lines are drawn around the row. Specifies how the GridEX control will draw lines between fields in card view. No lines are drawn inside a card. Only vertical lines are drawn between card column headers and card fields. Only vertical lines are drawn between card fields. Vertical and horizontal lines are drawn around card column headers and card fields Vertical and horizontal lines are drawn around card fields. Specifies the position in the table of the row the user can use to add new records. Unspecified. The Value of the property will be inherited from the parent object. The row for adding new records is positioned below the column headers row, separated from the other rows by a horizontal divider. The row for adding new records is the last row in the table. Specifies the position of the total row in the grid. Total row appears after the last row in the grid. Total row is fixed at the bottom of the grid. specifies the comparison operation to perform. The condition is met when the value of the column attached to a format or filter condition is equal to the Value1 property. The condition is met when the value of the column attached to a format or filter condition is different than the Value1 property. The condition is met when the value of the column attached to a format or filter condition is greater than the Value1 property. The condition is met when the value of the column attached to a format or filter condition is less than the Value1 property. The condition is met when the value of the column attached to a format or filter condition is greater than or equal to the Value1 property. The condition is met when the value of the column attached to a format or filter condition is less than or equal to the Value1 property. The condition is met when the value of the column attached to a format or filter condition is greater than or equal to the Value1 property and less than or equal to Value2 property. The condition is met when the value of the column attached to a format or filter condition is less than the Value1 property or greater than Value2 property. The condition is met when the Value1 property is a substring of the value of the column attached to a format or filter condition. The condition is met when the Value1 property is not a substring of the value of the column attached to a format or filter condition. The condition is met when the value of the column attached to a format or filter condition begins with the Value1 property. The condition is met when the value of the column attached to a format or filter condition ends with the Value1 property. The condition is met when the value of the column attached to a format or filter condition is null (Nothing) or System.DBNull. The condition is met when the value of the column attached to a format or filter condition is not null (Nothing) nor System.DBNull. The condition is met when the value of the column attached to a format or filter condition is null (Nothing) or System.DBNull or an empty string. The condition is met when the value of the column attached to a format or filter condition is not null (Nothing) nor System.DBNull nor an empty string. The condition is met when the value of the column attached to a format or filter condition is equal to at least one of the values in a list specified in Value1 property. The condition is met when the value of the column attached to a format or filter condition is not equal to any of the values in a list specified in Value1 property. Specifies which tooltip is used in a cell. Unspecified. the Value of the property will be inherited from the parent object. No tooltip is show when the user hovers the mouse over a cell. The value of the CellToolTip property is presented in the tool tip. The value of the HeaderToolTip property is presented in the tool tip. A tool tip will appear only over cells where the text doesn't fit the cell area. Specifies how multiple rows can be selected in a GridEX control. Only one row can be selected. Multiple rows can be selected only if those rows belong to the same table. Multiple rows can be selected. Selecting rows from different tables is allowed. Specifies how a GridEX control should highlight the selected cell. When a cell is selected, the entire row is highlighted. When a cell is selected, a focus rectangle is used to highlight the selection. Specifies the alignment of a text string relative to its area. Undefined. The value of the property will be inherited from the parent object. Text is aligned near. In left-to-right, the near position is left. In right-to-left, the near position is right. Text is centered. Text is aligned far. In left-to-right, the far position is right. In right-to-left, the far position is left. Specifies the aggregate function to apply in a column. The value this function returns is displayed in the total row. No function is applied. The total row displays an empty cell under the column. Total row cells display the count of records in a group or table. Total row cells display the sum of the values. Total row cells display the average of the values. Total row cells display the minimum value. Total row cells display the maximum value. Total row cells display the standard deviation of the values. Total row cells display the count of records with non-null values. Specifies how group total rows are displayed in a grouped grid. Undefined. The value of the property is inherited from the parent object. Groups don't have a group total row. Group total rows are displayed always, even if the group is collapsed. Group total rows are displayed only the group is expanded. Specifies the type of a row in the GridEX control. A row that represents a record in a table or an object in a collection. A row that represents an empty row used to add records. A row that represents a group header row. A row that represents a group footer/total row. A row that represents a table total row. A row that represents a filter row. Specifies how a value will be formatted for display. The value is formatted using IFormattable interface in a column or using the FormatMode specified in the parent column when groupping values. The value is formatted using ToString method in IFormattable interface. The Value is formatted using the Format property of the System.String object. The value is formatted using InputMask property. This option is valid only for string types. Specifies the predefined style a GridEXFormatStyle is based on. Represents an empty format style. Represents the format style used in rows. Represents the format style used in alternating rows. Represents the format style used in new rows. Represents the format style used in column and row headers. Represents the format style used in the background format style. Represents the format style used in info text area of the group by box. Represents the format style used in group rows. Represents the format style used in group total rows. Represents the format style used in total rows. Represents the format style used in preview rows. Represents the format style used in the filter row. Represents the format style used in the caption bar of cards. Represents the format style used in column headers in a card. Represents the format style used in selected rows when the control is focused. Represents the format style used in selected rows when the control is not the active control. Represents the format style used in link cells. Represents the format style used in rows with update errors. Represents the format style used in table headers. Represents the format style used in the selected cell. Represents the format style used in row headers. Specifies how cell navigation is done in a row with column sets. When moving to the next cell, the cell in the same level of the active cell is selected. When the active cell is the last cell in a level, the first cell in the next level is selected. When moving to the next cell, the cell in the same level and the same column set of the active cell is selected. When the active cell is the last cell in a column set, the first cell in the next column set is selected. Specifies how filtering, using the filter row, is done. Filter row is not displayed. User can not filter records. Filter row is displayed to let the user to enter filter criteria. The developer is responsible for filtering the data according the criteria the user entered. Filter row is displayed to let the user to enter filter criteria. The control filters the data automatically using GridEXFilterCondition objects. Specifies which value to use when editing values in a column. The value of a cell is used in the edit window. The text of the cell is used in the edit window. Specifies which value to use when comparing values in a column for sorting or evaluating format and filtering conditions. The value of a cell is used in the comparison. The text of the cell is used in the comparison. Determines which type of cells can be selected in a GridEXColumn when the Selectable property of the column is True. Cells can not be selected. Cells in rows representing a datarow can be selected. Cells in the new row can be selected. Cells in the filter row can be selected. Cells in the total row can be selected. Cells in group total rows can be selected. Cells in any row can be selected. Specifies the type of an area in a GridEX control. Represents the Group By Box area. Represents the info text area in the Group By box. Represents a header in the Group By Box area. Represents a row header. Represents a column header. Represents a column set header. Represents a card caption bar. Represents a column header in a card. Represents a expand box in an expandable row. Represents a cell. Represents a group row. Represents a group total row. Represents a table total row. Represents a cell in a new row. Represents a cell in the filter row. Represents a group indent area. Represents a Preview row. Represents the background of the GridEX control. Outside the control. Represents the button in a cell with ButtonStyle Represents the header of a table Represent the checkbox of a group row. Specifies which portion of the GridEX control will be drawn using Windows XP visual styles. The control doesn't use visual styles. The apperance of the control will be defined by the appearance settings. Scroll bars are painted using XP visual styles. Buttons in edit controls are painted using XP visual styles. Headers are painted using XP visual styles. Group By Box background is painted using XP visual styles. Tree expand boxes are painted using XP visual styles. Group rows are painted using XP visual styles. The border of the control is painted using XP visual styles. Cards in card view are painted using XP Visual styles. Gridlines are drawn using Windows XP visual styles colors. Checkboxes are drawn using Windows XP Visual Styles. All the control areas are drawn using Windows XP visual styles. Specifies the line style to draw in-between cells. The value of the property will be inherited from the paret object. Grid lines will be painted using a dotted line. Grid lines will be painted using a solid line. Represents a boolean value for a property that can inherit its value from a base or parent object. The value of the property is inherited from the parent object. Represents a boolean true value. Represents a boolean false value. Specifies the logical operator to use in a condition. Indicates that the condition is a simple condition or the root condition in a composite filter condition. Indicates that the condition must be evaluated using "And" as the logical conjunction operator with the previous condition in the collection. Indicates that the condition must be evaluated using "Or" as the logical conjunction operator with the previous condition in the collection. Indicates that the condition must be evaluated using Xor as the logical conjuntion operator with the previous condition in the collection. Specifies how the control will search records when the user types in a GridEX control Indicates that control won't search records when the user types a character in it. Indicates that the control must search the first record that starts with the character typed by the user Indicates that the control must search records that start with all the characters typed by the user. Specifies when the control will update the data source. Indicates that the control will update all the changes in one row at once when the user moves to another row or presses enter Indicates that the control will update the data source immediately after a cell is updated. Determines the behavior of the control when an invalid value has been entered by the user in a cell. Undefined. The value of the property will be inherited from the parent GridEX object. Indicates that the control will discard the value entered by the user in a cell if an error occurs when updating the cell. Indicates that the control will discard the value entered by the user in a cell if an error occurs when updating the cell. A message appears showing the error. Indicates that the control will keep the value entered by the user in a cell if an error occurs when updating the cell.This option can be used only when UpdateMode is UpdateMode.RowUpdate in the control. Indicates that the control will keep the value entered by the user in a cell if an error occurs when updating the cell. A message appears showing the error. This option can be used only when UpdateMode is UpdateMode.RowUpdate in the control. Indicates that the control will halt the edition in a cell if an error occurs when the updating the cell. Indicates that the control will halt the edition in a cell if an error occurs when the updating the cell. A message appears showing the error. Determines how group rows are drawn in GridEX control. Group rows are drawn using FormatStyle settings and with a standard height. Group rows are drawn as in Outlook 2003 with a thick line at the bottom of the row and no group indents in the child rows. Group rows are drawn using the same format style a data row uses. Determines the visual style a control uses to draw itself. Unspecified. The value of the property is inherited from the settings specified in the GridEX control. The control is drawn using FormatStyle and ControlStyle settings. The control is drawn using Office 2003 style. The control is drawn using Office 2005 style. The control is drawn using Office 2007 style. Determines the color scheme a control uses to draw itself when the VisualStyle of a control is Office2007. The control is drawn using the OfficeColorScheme specified as the DefaultOffice2007ColorScheme in the Janus.Windows.Common.VisualStyleManager component. The control is drawn using the built-in 'Blue' color scheme. The control is drawn using the built-in 'Silver' color scheme. The control is drawn using the built-in 'Black' color scheme. The control is drawn using a custom color scheme created based on the color specified in the Office2007CustomColor property. Determines the type of a custom group. Groups are calculated using the GroupRows defined in the GridEXCustomGroup class (Each group row has a condition defined in it). Groups are calculated using the values of the columns defined in the CompositeColumns property. Determines the effect a control will show when the mouse hovers over it. Mouse hovering over the control has no effect. When mouse hovers over the control a flat border will be painted using the selected color or with a sunken border if ButtonAppearance is PopUp in the ControlStyle of the control. Represents the index of a text used by GridEX control. Index of the text used in the "Group By Box" when it is empty. Index of the text used in the null button of the calendar dropdown. If Empty string, the null button won't appear in the dropdown. Index of the text used in the 'Today' button of the calendar dropdown. Index of the text displayed in the record navigator. | symbol is used as separator. Index of the text displayed as message box when the user enters a non existing row number in the RecordNavigator. Index of the text displayed in a grid when the control has no rows. Index of text for group row 'None' when GroupInterval.OutlookDates is used. 'None' group contains rows where the date value is empty. Index of text for group row 'Older' when GroupInterval.OutlookDates is used. 'Older' group contains rows where the date value is less than the first day in the last month. Index of text for group row 'Last Month' when GroupInterval.OutlookDates is used. 'Last Month' group contains rows where the date value is in the previous month. Index of text for group row 'Earlier This Month' when GroupInterval.OutlookDates is used. 'Earlier This Month' group contains rows where the date value is in the current month and older than three weeks. Index of text for group row 'Three Weeks Ago' when GroupInterval.OutlookDates is used. 'Three Weeks Ago' group contains rows where the date value is three weeks older than current date in the system. Index of text for group row 'Two Weeks Ago' when GroupInterval.OutlookDates is used. 'Two Weeks Ago' group contains rows where the date value is two weeks older than current date in the system. Index of text for group row 'Last Week' when GroupInterval.OutlookDates is used. 'Last Week' group contains rows where the date value is one week older than current date in the system. Index of text for group row 'Yesterday' when GroupInterval.OutlookDates is used. 'Yesterday' group contains rows where the date value is one day older than the current date in the system. Index of text for group row 'Today' when GroupInterval.OutlookDates is used. 'Today' group contains rows where the date value is equal to the current date in the system. Index of text for group row 'Tomorrow' when GroupInterval.OutlookDates is used. 'Tomorrow' group contains rows where the date value is one day after the current date in the system. Index of text for group row 'Next Week' when GroupInterval.OutlookDates is used. 'Next Week' group contains rows where the date value is one week after the current date in the system. Index of text for group row 'Two Weeks Away' when GroupInterval.OutlookDates is used. 'Two Weeks Away' group contains rows where the date value is two weeks after the current date in the system. Index of text for group row 'Three Weeks Away' when GroupInterval.OutlookDates is used. 'Three Weeks Away' group contains rows where the date value is three weeks after the current date in the system. Index of text for group row 'Later This Month' when GroupInterval.OutlookDates is used. 'Later This Month' group contains rows where the date value is in the current month and more than three weeks away. Index of text for group row 'Next Month' when GroupInterval.OutlookDates is used. 'Next Month' group contains rows where the date value is in the next month. Index of text for group row 'Beyond Next Month' when GroupInterval.OutlookDates is used. 'Beyond Next Month' group contains rows where the date value is greater than the last day in the next month. Index of the text for the accept button in the dropdown of a MultipleValues column. Index of the text for the cancel button in the dropdown of a MultipleValues column. Index of the text displayed in the filter row of a grid. Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.Equal Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.NotEqual Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.GreaterThan Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.GreaterThanOrEqualTo Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.LessThan Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.LessThanOrEqualTo Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.Contains Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.NotContains Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.EndsWith Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.BeginsWith Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.IsEmpty Index of the text displayed in the condition operator dropdown of a filter row cell for the ConditionOperator.NotIsEmpty Index of the text displayed in the condition operator dropdown of a filter row cell for the clear option. Specifies the alignment of a checkbox in a cell. CheckboxAlignment is MiddleCenter in table view and MiddleLeft in card view. Checkboxes are vertically aligned at the top, and horizontally aligned on the left. Checkboxes are vertically aligned at the top, and horizontally aligned at the center. Checkboxes are vertically aligned at the top, and horizontally aligned on the right. Checkboxes are vertically aligned in the middle, and horizontally aligned on the left. Checkboxes are vertically aligned in the middle, and horizontally aligned at the center. Checkboxes are vertically aligned in the middle, and horizontally aligned on the right. Checkboxes are vertically aligned at the bottom, and horizontally aligned on the left. Checkboxes are vertically aligned at the bottom, and horizontally aligned at the center. Checkboxes are vertically aligned at the bottom, and horizontally aligned on the right. Specifies how self referencing rows are grouped in the table. Only parent rows are grouped. Row hierarchy remains intact. All rows are grouped. Row hierarchy is lost. Specifies how first level rows are calculated in a self referencing table Rows with null or DBNull as value in its ChildMember property, are treated as first level rows. Rows where its ChildMember property returns the same value as its ParentMember property, are treated as first level rows. Rows where its ChildMember property returns a value equal to the value specified in the ParentRootValue property. Specifies the kind of hierarchy to use in child rows of a GridEXTable. Tables defined in the ChildTables property are used to calculate child rows of a table. Self referencing hierarchy constructed by the GridEXTable where, parent rows are calculated using ParentRootMode and ParentRootValue properties and child rows are the ones where the ChildMember property is equal to the ParentMember value of a row. Self referencing hierarchy. Child rows are retrieved from the list returned by the property specified in the ChildListMember property. Specifies the order in which column or columnsets headers are displayed. Headers are ordered based on its position in the grid. Headers are ordered based on its caption. Headers are ordered based on its index. Specifies how rows are checked in a hierarchical or self referencing grid. Rows are checked as individual rows, checking a parent row does not check its child rows. When a parent row is checked, all its child rows are checked too. In the same way, when all child rows of a parent are checked, its parent is checked automatically. Specifies the checkbox selector type that was checked by the user. The check box selector of a data row changed. The check box selector of a group row changed. The check box selector in a column header changed. Specifies the checked state of a row. The row is checked. The row is unchecked. Some child rows are checked but not all. (Applies only when RowCheckStateBehavior.CheckStateDependsOnChild is used) Determines which FormatStyle is used to draw the focus cell in GridEX control Focus cell is drawn using FocusCellFormatStyle Focus cell is drawn using SelectedFormatStyle Determines when the control updates its filter condition with the criteria specified in the Filter Row. Default. FilterCondition in the control is updated when the user leaves a cell in the filter row and when Return key is pressed. FilterCondition in the control is updated when the user presses Return key. FilterCondition in the control on every change made in a filter row cell. Specifies the ConditionOperator to use in a Filter Row cell. Default. ConditionOperator.Equal is used for value columns and ConditionOperator.BeginsWith is used for string columns. ConditionOperator.Equal is used to create the GridEXFilterCondition for the cell. ConditionOperator.NotEqual is used to create the GridEXFilterCondition for the cell. ConditionOperator.GreaterThan is used to create the GridEXFilterCondition for the cell. ConditionOperator.GreaterThanOrEqualTo is used to create the GridEXFilterCondition for the cell. ConditionOperator.LessThan is used to create the GridEXFilterCondition for the cell. ConditionOperator.LessThanOrEqualTo is used to create the GridEXFilterCondition for the cell. ConditionOperator.Contains is used to create the GridEXFilterCondition for the cell. ConditionOperator.NotContains is used to create the GridEXFilterCondition for the cell. ConditionOperator.EndsWith is used to create the GridEXFilterCondition for the cell. ConditionOperator.BeginsWith is used to create the GridEXFilterCondition for the cell. ConditionOperator.IsEmpty is used to create the GridEXFilterCondition for the cell. ConditionOperator.NotIsEmpty is used to create the GridEXFilterCondition for the cell. Determines the type of button to be presented in filter row cells. Value is Inherited from parent GridEX control. No button is shown in filter row cells. A button to let the user clear the contents of the filter row cell is shown at the right. A button to let the user choose the comparison to use in the filter row cell is shown at the right. Determines which rows will be used to calculate totals in a Self-Referencing table. Total is calculated using the values of all rows in the table. Total is calculated using only the root rows in the self-referencing table. Summary description for MultiColumnCombo. Summary description for ComboBase. Required method for Designer support - do not modify the contents of this method with the code editor. Required designer variable. Summary description for JanusScrollableControl. Overrides Control.OnControlAdded Required method for Designer support - do not modify the contents of this method with the code editor Resets the ScrollBarWidth property to its default value. Indicates whether the ScrollBarWidth property should be persisted. True if the property value has changed from its default; otherwise, false. Gets the ImageList used by the Control. See Control.OnResize. See Control.OnVisibleChanged. Internal use. See Control.OnRightToLeftChanged Internal use Internal use. Internal use. Internal method. Do not use Internal method. Do not use Resets the FlatBorderColor property to its default value. Indicates whether the FlatBorderColor property should be persisted. true if the property value has changed from its default; otherwise, false. See Control.OnMouseWheel Indicates whether the ThemedAreas property should be persisted. True if the property value has changed from its default; otherwise, false. Resets the ThemedAreas property to its default value. Overrides Control.OnSystemColorsChanged. Called when the ThemedAreas property changes. Indicates whether the ForeColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ForeColor property to its default value. Indicates whether the BackColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BackColor property to its default value. Indicates whether the Office2007ColorScheme property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Office2007ColorScheme property to its default value. Indicates whether the Office2007CustomColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Office2007CustomColor property to its default value. Notifies inheritors that the VisualStyle or VisualStylesAreas changed. Overrides Control.Dispose Raises the ColorSchemeChanged event. An EventArgs that contains the event data. Indicates whether the UseCompatibleTextRendering property should be persisted. True if the property value has changed from its default; otherwise, false. Resets the UseCompatibleTextRendering property to its default value. Internal use Get or sets the width of scrollbars in the control. Gets or sets the border style for the control. Gets or sets the client width and height of the client area of the control. Gets the rectangle that represents the client area of the control. Gets or sets a value that specifies which scroll bars should appear in the control. Gets or sets whether the record navigator should be shown. Gets the ControlStyle object used to draw internal controls in the grid like scrollbars and buttons. Gets or sets the color of the flat border of the control and headers. Gets or sets which areas of the GridEX control should be drawn using Microsoft Windows XP Visual Styles. Gets or sets the foreground color of the control. Gets or sets the background color of the control. Returns the GridEXAreasStyle object used to specify the style in which the different grid areas are drawn. Gets or sets a value specifying the visual style the control uses to draw itself. Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control. Gets or sets the color used as the base color from which the control will create the custom Office 2007 color scheme. This property is only used when Office2007ColorScheme property is set to Office2007ColorScheme.Custom and the VisualStyle property of the control is set to VisualStyle.Office2007. Occurs when the ColorScheme of the VisualStyleManager associated to the control changes. Gets or sets the VisualStyleManager that defines the appearance of the control. Gets or sets the name of the ColorScheme in the VisualStyleManager that defines the appearance of the control. Hides AutoScroll property Hides Inherited property AutoScrollMargin Hides inherited property AutoScrollMinSize Hides inherited property AutoScrollPosition Hides inherited property DockPadding Gets or sets a value that specifies whether text rendering should be compatible with previous releases of Windows Forms. Overrides ScrollableBase.OnScrollBarScroll Summary description for DropDownList. Required designer variable. Clean up any resources being used. Represents a Combo box control capable of presenting a list of values as a checked list in its dropdown. ComboBase class EditBaseBase class. Initializes a new instance of the EditBase class. Overrides Control.OnCreateControl Overrides Control.Dispose Indicates whether the BackColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BackColor property to its default value. Indicates whether the ForeColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ForeColor property to its default value. Indicates whether the VisualStyle property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the VisualStyle property to its default value. Overrides Control.OnPaint Internal method Overrides Control.OnEnabledChanged Overrides Control.OnResize Overrides Control.OnRightToLeftChanged See Control.OnMouseDown See Control.OnMouseMove See Control.OnMouseUp See Control.OnMouseLeave See Control.OnMouseEnter Overrides Control.OnMouseHover Overrides Control.OnTextChanged Overrides Control.OnFontChanged Overrides Control.OnBackColorChanged Overrides Control.OnForeColorChanged Overrides Control.OnGotFocus Overrides Control.OnLostFocus Overrides Control.OnLeave Overrides Control.OnEnter Overrides Control.OnDragEnter Overrides Control.OnDragLeave Overrides Control.OnVisibleChanged. Forces control to recompute its layout. Resets the FlatBorderColor property to its default value. Indicates whether the FlatBorderColor property should be serialized. true if the property value has changed from its default; otherwise, false. Indicates whether the ControlThemedAreas property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ControlThemedAreas property to its default value. Raises the ThemedAreasChanged event. A System.EventArgs that contains the event data. Called when Text in the TextBox control changes. Indicates whether the TextAlignment property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the TextAlignment property to its default value. Overrides Control.IsInputChar Indicates whether ButtonFont property should be persisted. true if the property value has changed from its default; otherwise, false. Resets ButtonFont property to its default value. Indicates whether the ButtonImageSize property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ButtonImageSize property to its default value. Raises the ButtonClick event An EventArgs that contains the event data. Raises the ReadOnlyChanged event. An EventArgs contains the event data. Called when a button in the control is clicked. Called when left mouse button is pressed over a button in the control. The button over which the left mouse button was pressed. Raises the ImageListChanged event. Overrides Control.OnSystemColorsChanged. Appends text to the current text of edit control. The text to append to the current contents of the edit control. Clears all text from the edit control. Clears information about the most recent operation from the undo buffer of the edit control. Copies the current selection in the edit control to the Clipboard. Moves the current selection in the edit control to the Clipboard. Replaces the current selection in the edit control with the contents of the Clipboard. Selects a range of text in the edit control. The position of the first character in the current text selection within the edit box. The number of characters to select. Selects all text in the edit control. Undoes the last edit operation in the edit control. Called when ColorScheme in the VisualStyleManager changes Indicates whether the DisabledBackColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the DisabledBackColor property to its default value. Indicates whether the DisabledForeColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the DisabledForeColor property to its default value. Overrides Control.ProcessDialogKey Indicates whether the UseCompatibleTextRendering property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the UseCompatibleTextRendering property to its default value. Indicates whether the Office2007ColorScheme property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Office2007ColorScheme property to its default value. Indicates whether the Office2007CustomColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Office2007CustomColor property to its default value. Overrides Control.DefaultSize Gets or sets the background color of the control. Gets or sets the foreground color of the control. Gets or sets a value specifying the visual style the control uses to draw itself. Gets or sets a value indicating whether the control can accept data that the user drags onto it. Gets or sets a value that determines the effect used in the control when the mouse hovers over it. Gets or sets the border style for the control. Gets the rectangle that represents the display area of the control. Gets the default TextBox control used for edition. Gets or sets the TextBox control used for edition Gets the TextBox control used for edition. Gets or sets a value that determines whether the control should use a single button or up down buttons. Gets or sets the color of the flat border of the control and button. Gets or sets a value indicating whether the control's height is automatically resized to display the font. Gets or sets which areas of the control should be drawn using Microsoft Windows XP Visual Styles. Occurs when the ThemedAreas property changes. Gets or sets a System.Drawing.Image to display in the control. Gets or sets the image list index value of the image to display in the control. Gets or sets the key accessor for the image in the ImageList. Gets or sets the ImageList that contains the images used in the control. Gets or sets a value that indicates whether the control should display an image. Gets or sets a value indicating whether the control should display text. Gets or sets a value that determines the horizontal alignment of the image. Gets or sets a value that determines the vertical alignment of the image. Gets or sets a value that determines how the text is aligned in the control. Get the default text alignment for the control. Gets the ControlStyle object used to draw buttons and scroll bars in the control. Gets or sets a value indicating whether text in the edit box is read-only. Gets or sets a value that determines which button style will be used in the control. Gets or sets the image drawn in the button when ButtonStyle.Image is used. Gets or sets the text drawn in the button when ButtonStyle.TextButton is used. Gets or sets the font of the text displayed in the button area of the control. Gets or sets the size in which button images should be drawn. If an empty size is used, the size of the ButtonImage will be used. Gets or sets the image list index value of the image drawn in the button when ButtonStyle.Image is used. Gets or sets the key accessor for the button image in the ImageList. Occurs when user clicks in the button of the control. Occurs when the ReadOnly property changes Occurs when the ImageList property changes. Internal property Overrides Control.ContextMenu Gets or sets whether the edit control modifies the case of characters as they are typed. Gets a value indicating whether the user can undo the previous operation in a edit control. Gets or sets a value indicating whether the selected text in the edit control remains highlighted when the control loses focus. Gets or sets the maximum number of characters the user can type into the edit control. Gets or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set. Gets or sets a value indicating the currently selected text in the control. Gets or sets the number of characters selected in the edit control. Gets or sets the starting point of text selected in the edit control. Gets the length of text in the control. Hides AutoScroll property Hides Inherited property AutoScrollMargin Hides inherited property AutoScrollMinSize Hides inherited property AutoScrollPosition Hides inherited property DockPadding Gets or sets a value indicating whether the button in the control can respond to user interaction. Gets the preferred height for the edit box. Gets or sets the VisualStyleManager that defines the appearance of the control. Gets or sets the name of the ColorScheme in the VisualStyleManager that defines the appearance of the control. Gets or set the background color for the control when it is disabled. Gets or sets the foreground color for the control when it is disabled. Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. Gets or sets a value indicating whether the defined shortcuts are enabled. Gets or sets a value that specifies whether text rendering should be compatible with previous releases of Windows Forms. Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control. Gets or sets the color used as the base color from which the control will create the custom Office 2007 color scheme. This property is only used when Office2007ColorScheme property is set to Office2007ColorScheme.Custom and the VisualStyle property of the control is set to VisualStyle.Office2007. Initializes a new instance of ComboBase class Overrides Control.ProcessDialogKey Called when the list should be dropped. Called when the list should be hidden. Overrides EditBase.OnButtonMouseDown Called after the user has pressed a key. Overrides Control.OnLeave Overrides Control.WndProc Raises the the internal event DoMouseWheel. Hides ButtonsStyle property inherited from EditBase Overrides EditBase.DefaultEditControl Gets or sets a value indicating whether the drop down list is visible. Gets or sets a value specifying the style of the combo box. Gets or sets a value that determines how a flat combo will be displayed when the mouse hovers over the control. Gets or sets which areas of the MultiColumnCombo control should be drawn using Microsoft Windows XP Visual Styles. Initializes a new instance of CheckedComboBox class. Clean up any resources being used. Overrides Control.OnBindingContextChanged Overrides Control.OnCreateControl Called when the control should drop the list Overrides EditBase.OnThemedAreasChanged. Internal method. Overrides the ComboBase.OnImageListChanged. Overrides Control.OnTextChanged Indicates whether the DesignTimeLayout property should be persisted. true if the property value has changed from its default; otherwise, false. Sets the DropDownDataSource and the DropDownDataMember properties at runtime. The data source for the control. A string that specifies the table to bind to, within the object returned by the DataSource property. Creates columns for the dropdown, matching the properties found in the data source. Overrides EditBase.PaintText Called when the control should hide the list. Raises the DropDown event. An EventArgs that contains the event data. Raises the CloseUp event. An EventArgs that contains the event data. Raises the DropDownHide event. An EventArgs that contains the event data. Overrides Control.OnValidating Updates the list specified in the BindableValue property with items matching the ones checked in the dropdown list. Raises the NotInList event. A CheckedBoxNotInListEventArs that contains the event data. Raises the OnCheckedValuesChanged event An EventArgs that contains the event data. Overrides EditBase.OnColorSchemeChanged Checks all items present in the DropDownList Unchecks all items in the DropDownList Overrides Control.OnFontChanged Reads the control's application settings into their corresponding properties and updates the control's state. Resets the control's application settings properties to their default values. Persists the control's application settings properties. Gets the GridEXDropDown object associated to the control. Gets or sets a GridEXLayout that preserves the layout defined for the dropdown at design time. Gets or sets a value indicating whether the OK and Cancel buttons in the DropDownList are shown. Gets or sets the source of data for the MultiColumnCombo control. Gets or sets the name of a list in a data source for which the drop down list displays its data. Overrides EditBase.UseHighlightColorCore method. Internal use. Occurs when the drop down list is shown. Occurs when the drop down list is closed. Occurs when the drop down list is hidden. Gets an array with the values checked in the control. Gets an array of items typed by the user that are not present in the datasource. Gets or sets an array containing the items checked in the dropdown list. Gets or sets a string that specifies the property of the data source from which to draw the value. Gets or sets a string that specifies the property of the data source whose contents you want to display. Gets or sets the list of items that contains the values of the control. Gets or sets the current text in the CheckedComboBox control. Gets or sets a string that specifies the property of the objects in the ValuesDataSource that contains the value of each item. Occurs when a value typed by the user is not present in the datasource. Occurs when the CheckedValues property changes. Gets or sets the text used in the OK button of the dropdown list. Gets or sets the text using in the Cancel button of the dropdown list. Gets or sets the source of data that contains the values that are checked in the control. Gets or sets the name of a list in a data source that contains the values that are checked in the control. Gets or sets a value indicating whether the control should automatically persist its application settings properties. Gets or sets the value of the application settings key for the current instance of the control. Represents the method that handles the NotInList event in a CheckedComboBox control. Provides data for the NotInList event in a CheckedComboBox control. Gets the Text that is not present in the list Gets or sets a value that determines how the control handles the item that is not present in the list. Summary description for ScheduleMessageFilter. Summary description for GridExWatermarkImage. Indicates whether the Size property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Size property to its default value. Indicates whether the WashColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the WashColor property to its default value. Indicates whether the MaskColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the MaskColor property to its default value. Gets or sets the System.Drawing.Image object to use as watermark. Gets or sets the size of the image. If empty, the size of the image will be used. Gets or sets the alignment of the image on the control. Gets or sets a value that determines which color to use to wash the image Gets or sets the alpha component that is applied when drawing the image. Gets or sets the color to apply to the image when WashMode is UseWashColor Gets or sets the color to treat as transparent. Represents a control that contains the columns that user can choose to make them visible in the associated GridEX control. Iniatializes a new instance of GridEXFieldChooserControl class. Indicates whether the BackColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BackColor property to its default value. Overrides Control.OnResize Overrides Control.OnMouseLeave Overrides Control.OnMouseMove Overrides Control.OnMouseDown Overrides Control.OnMouseUp Overrides Control.OnPaint Overrides Control.OnDoubleClick Indicates whether the VisualStyle property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the VisualStyle property to its default value. Indicates whether the UseThemes property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the UseThemes property to its default value. Indicates whether the Office2007ColorScheme property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Office2007ColorScheme property to its default value. Indicates whether the Office2007CustomColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Office2007CustomColor property to its default value. Gets or sets the background color for the control. Gets or sets a value that determines the order in which column or columnsets headers are displayed. Gets a GridEXFormatStyle uses draw column and columnset headers in the control. Gets or sets the GridEX control that contains the columns to be shown in the control. Gets or sets the GridEXTable that contains the columns to be shown in the control. Gets a GridEXFormatStyle used to draw column and row headers. Gets or sets the border style for the control. Gets or sets a value specifying the visual style the control uses to draw itself. Gets or sets a value indicating whether the border and scrollbars of the control are drawn using Microsoft Windows XP Visual Styles. Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control. Resets the Office2007CustomColor property to its default value. Gets or sets the VisualStyleManager that defines the appearance of the control. Gets or sets the name of the ColorScheme in the VisualStyleManager that defines the appearance of the control. Summary description for MultiOptionButton. Represents a Combo box control capable of displaying multiple columns in its drop down list. Initializes a new instance of the Janus.Windows.GridEX.EditControls.MultiColumnCombo class. Clean up any resources being used. Overrides Control.OnBindingContextChanged Called when the control should drop the list Called when the control should hide the list. Overrides ComboBase.OnThemedAreasChanged This member overrides Control.OnMouseUp. This member overrides Control.OnMouseMove. This member overrides Control.OnTextChanged. Overrides Control.ProcessDialogKey. This member overrides ComboBase.OnKeyPressed. Overrides Control.OnKeyPress Raises the ValueChanged event. An EventArgs that contains the event data. Sets the DataSource and the DataMember properties at runtime. The data source for the control. A string that specifies the table to bind to within the object returned by the DataSource property. This member ovrrides the ComboBase.OnImageListChanged. Repaints the control. Raises the DropDown event. An EventArgs that contains the event data. Raises the CloseUp event. An EventArgs that contains the event data. Raises the DropDownHide event. An EventArgs that contains the event data. Overrides Control.OnLostFocus Overrides Control.OnLeave Indicates whether the DesignTimeLayout property should be persisted. true if the property value has changed from its default; otherwise, false. Overrides Control.OnMouseWheel Overrides EditBase.OnColorSchemeChanged. Internal use. Overrides Control.OnFontChanged Reads the control's application settings into their corresponding properties and updates the control's state. Resets the control's application settings properties to their default values. Persists the control's application settings properties. Gets the GridEXDropDown object associated to the control. Gets or sets an XML string that preserves layout information in the dropdown control. Gets or sets a value indicating whether the control should auto complete the typed text when there is a partial match in the list. Gets or sets the value for the control. Occurs when the Value property has changed. Gets a value indicating whether there is a match in the list for the text in the control. Gets or sets the name of a list in a data source for which the drop down list displays its data. Gets or sets a value specifying whether a change in the value of the control changes the position in the CurrencyManager the control is bound to. Gets or sets the source of data for the MultiColumnCombo control. Gets or sets a string that specifies the property of the data source whose contents you want to display. Gets or sets a string that specifies the property of the data source from which to draw the value. Occurs when the drop down list is shown. Occurs when the drop down list is closed. Occurs when the drop down list is hidden. Gets or sets a GridEXLayout that preserves the layout defined for the dropdown at design time. Gets the currently selected item in the MultiColumnCombo control. Gets or sets the zero-based index of the currently selected item. Gets or sets a value indicating whether the control should automatically persist its application settings properties. Gets or sets the value of the application settings key for the current instance of the control. Provides a user interface for selecting IFilterCondition objects in a Properties window. Initializes a new instance of the ColumnEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle Provides a type converter to convert a the FilterCondition property property of a GridEXTable to a string. Initializes a new instance of the Janus.Windows.GridEX.Design.TableFilterConverter class Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Summary description for ImageEditor. This class is not intended to be used directly from your code. GridEXLayoutConverter class. Initializes a new instance of the GridEXLayoutConverter class. Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Summary description for ColumnsetDesigner. Summary description for PageLayout. Stores a GridEXFilterCondition instance. An interface objects should implement to be elegible to be used as the FilterCondition property in a GridEXTable. Gets the GridEXFilterCondition that contains the criteria to filter records in a table. Creates a new instance of the Januus.Windows.GridEX.GridEXStoredFilter class. Gets or sets the key used to identify an object in a colletion. Gets or sets the description of the stored filter. Gets or sets an object that contains data to associate with the stored filter. Gets or sets the GridEXFilterCondition instance associated to this instance. Gets the GridEXTable object that owns this this instance. Summary description for SimpleFilter. Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Janus MaskEdit Control for .NET Initializes a new instance of the MaskEdit class. Overrides Control.Dispose Overrides Control.OnEnter This member overrides Control.OnGotFocus. Overrides Control.OnLeave Gets whether the text entered by the user complies with the mask. Overrides Control.IsInputKey This member overrides Control.OnTextChanged. This member overrides Control.OnKeyPress. This member overrides Control.OnKeyDown. Fires the internal event KeyPressed. Overrides Control.processDialogKey. Raises the the internal event ReturnKey. Raises the internal event EscapeKey. Overrides Control.WndProc Sets the SelStart and SelEnd properties. Overrides Control.OnTextAlignChanged Gets or sets a value indicating whether the control should accept only numbers. Gets or sets a string representing the input mask used when editing the control. Gets or sets the character used to prompt a user for input when a mask is used. Gets or sets a value indicating whether literals should be included when updating a masked value. Gets the text of the control excluding the literals in the mask. Gets or sets the text associated with this control. Gets or sets a value indicating the currently selected text in the control. Summary description for ObjectTypeEditor. Initialize a new instance of the ObjectTypeEditor class Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Provides a user interface for selecting an Input Mask in a Properties window. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Provides a user interface for selecting GridEXFormatStyle objects in a Properties window. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Provides a user interface for selecting controls objects in a Properties window. Initializes a new instance of the ColorSchemeEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle Initialize a new instance of the ColorSchemeConverter. Overrides TypeConverter.CanConvertTo. Overrides TypeConverter.ConvertTo. Summary description for ThemePaint. Summary description for GridEXLayoutCollection. Appends the specified GridEXLayout object at the end of the collection. The GridEXLayout object to add. Copies the elements of the specified GridEXLayout array to the end of the collection. The array of GridEXLayout objects to add to the collection. Overrides CollectionBase.OnInsert Overrides CollectionBase.OnInsertComplete Removes the specified GridEXLayout object from the collection. The GridEXLayout object to remove. Overrides CollectionBase.OnRemoveComplete Overrides CollectionBase.OnClear Retrieves the index of the specified GridEXLayout in the collection. The GridEXLayout to locate in the collection. A zero-based index value that represents the position of the specified GridEXLayout in the collection. Determines whether a GridEXLayout is in the collection. The GridEXLayout to locate in the collection. true if item is found in the collection; otherwise, false. Determines whether a GridEXLayout with the specified key is in the collection. The Key of the GridEXlayout to locate in the collection. true if item is found in the collection; otherwise, false. Gets a GridEXLayout object from the collection at the specified index. Gets a GridEXLayout object from the collection with the specified key. Contains style and appearance settings used to draw the different areas of the GridEX control. Initializes a new instance of the Janus.Windows.GridEX.GridEXFormatStyle class Gets a value that determines whether the properties in the object are readonly. True if the GridEXFormatStyle is a read-only object; otherwise, false. Resets all the property values in the object to their default values. Initializes a new instance of the Janus.Windows.GridEX.GridEXFormatStyle class Resets the BackColorGradient property to its default value. Indicates whether the BacxColorGradient property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BackColor property to its default value. Indicates whether the BackColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ForeColor property to its default value. Indicates whether the ForeColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Appearance property to its default value. Indicates whether the Appearance property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the FontUnderline property to its default value. Indicates whether the FontUnderline property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the TextAlignment property to its default value. Indicates whether the TextAlignment property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the LineAlignment property to its default value. Indicates whether the LineAlignment property should be persisted. true if the property value has changed from its default; otherwise, false. Gets the GridEX control taht owns the object. Gets or sets the key used to identify an object in a colletion. Gets or sets the alpha component that will be applied to colors in the FormatStyle. Gets or sets the background color of the GridEXFormatStyle. Gets or sets a value specifying the background color used in a linear gradient pathern. Gets or sets a value specifying if a linear gradient will be applied and its direction. Gets or sets a value that determines how alpha should be combined with the background color. Gets or sets a value specifying the foreground color of the GridEXFormatStyle. Gets or sets a value that determines how alpha should be combined with the foreground color. Gets or sets the font used to draw a text. Gets or sets the 3D style used to draw a grid area. Gets or sets the background image. Gets or sets a value that determines the horizontal alignment of the image. Gets or sets a value that determines the vertical alignment of the image. Gets or sets a value that determines the way a background image is drawn. Gets a value that indicates whether the Font object used is bold. Gets a value that indicates whether the Font object used is italic. Gets a value that indicates whether the Font object used is underlined. Gets a value that indicates whether the Font object used has a horizontal line through the font. Gets or sets the face name of the font used in the GridEXFormatStyle object. Gets or sets the size of the font used in the GridEXFormatStyle object. Gets or sets a value that determines how the text is aligned. Gets or sets a value that determines how the line(s) of text are aligned. Gets a value indcating the predefined style the GridEXFormatStyle is based on. Gets or sets a value indicating the percentage of the BlendColor to blend with the BackColor. Gets or sets a value indicating the percentage of the BlendColor to blend with the BackColorGradient. Represents a drop down list capable of displaying multiple columns. Janus GridEX Control for Microsoft .Net. Value used to indicate that the Alpha property is empty Value used Row property to indicate the filter row position. Value used Row property to indicate the new top row position. Value used in the Row property to indicate that there is no current row in the control. Initializes a new instance of the Janus.Windows.GridEX.GridEX class. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor Handle the Disposed event from the data source - typically used at design time so the we know that the data source has been removed from the design surface (Overriden) Raises the BindingContextChanged event. An EventArgs that contains the event data. Sets the DataSource and the DataMember propeties at runtime. The data source for the control. A string that specifies the table to bind to within the object returned by the DataSource property. Removes all tables and columns in the control. Creates the root table with columns matching the properties found in the data source. Creates table(s) and columns to match the properties found in the data source. Indicates whether child tables will be created when possible. Resets all the properties of the control to their defaults. Loads the settings preserved in a GridEXLayout object without setting it as the current layout. Finds the first layout with the key specified in the layout hierarchy. A String that specifies the key to search. The first layout which key is equal to the key specified or null if no layout is found. Indicates whether the DesignTimeLayout property should be persisted. true if the property value has changed from its default; otherwise, false. Overrides Control.OnResize Overrides Control.OnPaint See Control.OnPaintBackground See ScrollableBase.OnClientResize. Returns the position of the last row visible in the client area. Indicates whether a partially visible row is counted as last row or not The position of the last visible row. Overrides Control.OnGotFocus Overrides Control.OnLostFocus Overrides Control.OnEnter Overrides Control.OnLeave Overrides ScrollableBase.OnScrollBarScroll Internal use. See Control.OnMouseUp See Control.OnMouseMove See Control.OnQueryContinueDrag Retrieves the column at the current cursor position. The GridEXColumn object at the specified point or null (Nothing in Visual Basic) if no column is at that coordinate. Retrieves the column at the specified coordinates. The X position to evaluate and retrieve the column from. The Y position to evaluate and retrieve the column from. The GridEXColumn object at the specified point or null (Nothing in Visual Basic) if no column is at that coordinate. Overrides Control.OnVisibleChanged Overrides Control.OnParentVisibleChanged Retrieves the column set at the current cursor position. The GridEXColumnSet object associated with the header at the specified point or null (Nothing in Visual Basic) if no column set is at that coordinate. Retrieves the column set header at the specified coordinates. The X position to evaluate and retrieve the column set from. The Y position to evaluate and retrieve the column set from. The GridEXColumnSet object associated with the header at the specified point or null (Nothing in Visual Basic) if no column set is at that coordinate. Gets the group by box header at the specified coordinates. The X position to evaluate and retrieve the group from. The Y position to evaluate and retrieve the group from. The GridEXGroup object associated with the header at the specified point or null( Nothing in Visual Basic) if no group by box header is at that coordinate. Retrieves the position of the row at the current cursor position. Gets the position of the row at the specified coordinates. The X position to evaluate and retrieve the row from. The Y position to evaluate and retrieve the row from. Gets a value that represents the area of a GridEX control at the current cursor position. One of the Janus.Windows.GridEX.GridArea values. Gets a value that represents the area of a GridEX control at the specified coordinates. The X position to evaluate and retrieve the grid area from. The Y position to evaluate and retrieve the grid area from. One of the Janus.Windows.GridEX.GridArea values. See Control.OnMouseMove See Control.OnMouseLeave returns the position of the row given a point or -1 if no button was encountered Resets the TreeLineColor property to its default value. Indicates whether the TreeLineColor property should be persisted. true if the property value has changed from its default; otherwise, false. Overrides Gets the current row in a GridEX control. A GridEXRow object representing the current row. Gets a row in a particular position. The position of the row to retrieve. A GridEXRow object representing the row Gets a GridEXRow from the root table that represents the row in the GridEX control associated with an object in the data source. The object in the data source to look for. A GridEXRow object representing the object. Retrieves all the rows in the first hierarchical or group level of the GridEX control. An array of GridEXRow objects. Retrieves all the rows that represent a datarow in the root table. An array of GridEXRow objects. Returns the total row of the root table in a GridEX control. A GridEXRow object representing the total row. Overrides Control.IsInputKey See Control.OnKeyDown See Control.OnKeyPress Overrides Control.ProcessDialogKey Ensures visibility of the current cell. If necessary, this method scrolls the GridEX control. Ensures visibility of a row. The position of the row. Ensures visibility of a particular cell The position of the cell's row The cell's column. Expands all group rows in a GridEX control. Collapses all group rows in a GridEX control. Expands all records in hierarchical mode. Expands all records in hierarchical mode that belong to the specified table A GridEXTable object that owns the records to be expanded. Collapses all records in hierarchical mode. Collapses all records in hierarchical mode that belong to the specified table A GridEXTable object that owns the records to be collapsed. Deletes the selected rows from the data source. Overrides Control.OnValidating. Forces GridEx control to commit the changes in the current row to the data source. true if the update is succesful, otherwise false. Collapses all cards in card view. Expands all cards in card view. See Control.OnFontChanged Internal method. Clears filter conditions applied in any table of the control. Overrides ScrollableBase.OnNavigatorButtonClick. Overrides ScrollableBase.OnNavigatorMoveToRow. Moves to the row in the root table specified by the row index given. The index of the row in the list. Moves to a row in the root table. The position of the row in the table. Moves the current row to the specified GridEXRow. The GridEXRow object to move to. Sets the first row in the control as the current row. Moves the current row to the previous row. Moves the current row to the next row. Sets the last row in the control as the current row. Moves the current row to add new row. Shows the "Field Chooser" window. Shows the "Field Chooser" window. The System.Windows.Forms.Form object that owns the field chooser form. Shows the "Field Chooser" window. The System.Windows.Forms.Form that owns the field chooser form. The caption that will be displayed in the form. Shows the "Field Chooser" window. The System.Windows.Forms.Form that owns the field chooser form. The caption that will be displayed in the form. The GridEXTable for which the field chooser will present the hidden columns. A boolean value that indicates whether to show the list of tables in a hierarchical grid. Hides the "Field Chooser" window. Gets a value that indicates whether the field chooser is visible for a GridEX control. True if the Field Chooser is visible or false otherwise. Gets a value indicating whether a cell is visible. The position of the row. The position of the GridEXColumn object that contains the cell. Returns true if the cell is visible. Gets a value indicating whether a cell is visible. The position of the row. The GridEXColumn object that contains the cell. Returns true if the cell is visible. Gets the bounding rectangle of a given cell The position of the row the cell belongs. The position of the column the cell belongs The bounding rectangle of a cell or an empty rectangle if the cell is not visible. Gets the bounding rectangle of a given cell. The position of the row the cell belongs. The GridEXColumn object the cell belongs The bound rectangle of a cell or an empty rectangle if the cell is not visible. Resets the LineColor property to its default value. Indicates whether the GridLineColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BlendColor property to its default value. Indicates whether the BlendColor property should be persisted. true if the property value has changed from its default; otherwise, false. See Control.OnMouseWheel Gets the value of a cell in the current row. The index of the column for which you want to retrieve the value. An object representing the value of the cell. Gets the value of a cell in the current row. A GridEXColumn object representing the column for which you want to retrieve the value. An object representing the value of the cell. Gets the value of a cell in the current row. The Key of the GridEXColumn for which you want to retrieve the value. An object representing the value of the cell. Sets the value of a cell in the current row. The index of the column for which you want to retrieve the value. An object representing the new value for the cell. Sets the value of a cell in the current row. A GridEXColumn object representing the column for which you want to retrieve the value. An object representing the new value for the cell. Sets the value of a cell in the current row. The Key of the GridEXColumn for which you want to retrieve the value. An object representing the new value for the cell. Forces the GridEX control to re-load all the visible rows. Forces the GridEX control to read its data source again. See Control.OnDoubleClick Adjusts the width of all the columns to accommodate its longest text. Adjusts the width of all the columns in a table to accomodate its longest text. The GridEXTable object contaning the columns to size. Searches for a row that matches the specified criteria and sets the current row to the first row found. The GridEXColumn object that holds the values to be compared. The value that specifies the operator used in the comparison operation. The value to search for. The row position to use as the starting position for the search. The direction in which the control will search the row. Returns true if a record was found. Searches for a row that matches the specified criteria and sets the current row to the first row found. The GridEXColumn object that holds the values to be compared. The value that specifies the operator used in the comparison operation. The value to search for. The value to search for. The row position to use as the starting position for the search. The direction in which the control will search the row. Returns true if a record was found. Searches for a row that matches the specified filter condition and sets the current row to the first row found. The condition used to evaluate the rows. The row position to use as the starting position for the search. The direction in which the control will search the row. Returns true if a record was found. Searches and selects all rows matching the specified criteria. The GridEXColumn object that holds the values to be compared. The value that specifies the operator used in the comparison operation. The value to search for. The number of rows found. Searches and selects all rows matching the specified criteria. The GridEXColumn object that holds the values to be compared. The value that specifies the operator used in the comparison operation. The value to search for. The value to search for. The number of rows found. Searches and selects all rows matching the specified filter condition. The condition used to evaluate the rows. The number of rows found. Gets the contents of the selected rows as tab delimited text. A string containing the data. Gets the contents of the selected rows as text. Indicates whether the parent row of a selected row should be included even if it is not selected. Indicates whether to include header captions in the string. The char used to separate columns. The char used to separate rows. A string containing the data. Raises the ColumnAutoSize event. A ColumnActionEventArgs that contains the event data. Raises the RootTableChanged event. An EventArgs that contains the event data. Raises the RowCheckStateChanging event. A RowCheckStateChangingEventArgs that contains the event data. Raises the RowCheckStateChanged event. A RowCheckStateChangedEventArgs that contains the event data. Raises the DeletingRecord event. A RowActionCancelEventArgs that contains the event data. Raises the CreateMultipleValueItem event. A CreateMultipleValueItemEventArgs that contains the event data. Raises the ParseEditValue event. A ParseEditValueEventArgs that contains the event data. Raises the ColumnVisibleChanging event. A ColumnActionCancelEventArgs that contains the event data. Raises the ColumnVisibleChanged event. A ColumnActionEventArgs that contains the event data. Raises FiledChooserClosed event An EventArgs that contains the event data. Raises RowDoubleClick event A RowEventArgs that contains the event data. Raises EditModeChanged event An EventArgs that contains the event data. Raises the GetChildList event A GetChildListEventArgs that contains event data. Raises the RowDrag event A RowDragEventArgs that contains event data. Raises the InputMaskError event An InputMaskErrorEventArgs that contains the event data. Raises the CellValueChanged event. A ColumnActionEventArgs that contains the event data. Raises the CancelingCellEdit event. A ColumnActionCancelEventArgs that contains the event data. Raises the CellEditCanceled event. A ColumnActionEventArgs that contains the event data. Raises the CancelingRowEdit event. A RowActionCancelEventArgs that contains the event data. Raises the RowEditCanceled event. A RowActionEventArgs that contains the event data. Raises the GetNewRow event. A GetNewRowEventArgs that contains the event data. Raises the FirstChange event. An EventArgs that contains the event data. Raises the RowCountChanged event. An EventArgs that contains the event data. Raises the FormattingRow event. A RowLoadEventArgs that contains the event data. Raises the LoadingRow event. A RowLoadEventArgs that contains the event data. Raises the CellEdited event. A ColumnActionEventArgs that contains the event data. Raises the EditingCell event. A EditingCell that contains the event data. Raises the MovingColumn event. A MovingColumnEventArgs that contains the event data. Raises the ColumnMoved event. A ColumnActionEventArgs that contains the event data. Raises the CellUpdated event. a ColumnActionEventArgs that contains the event data. Raises the UpdatingCell event. A UpdatingCellEventArgs that contains the event data. Raises the Error event. An ErrorEventArgs that contains the event data. Raises the DeletingRecords event. A CancelEventArgs that contains the event data. Raises the RecordsDeleted event. An EventArgs that contains the event data. Raises the GroupsChanging event. A GroupsChangingEventArgs that contains the event data. Raises the GroupsChanged event. A GroupsChangedEventArgs that contains the event data. Raises the SortKeysChanged event. An EventArgs that contains the event data. Raises the RecordUpdated event. An EventArgs that contains the event data. Raises the RecordAdded event. An EventArgs that contains the object data. Raises the UpdatingRecord event. A CancelEventArgs that contains the event data. Raises the AddingRecord event. A CancelEventArgs that contains the event data. Raises the DraggingColumn event. A ColumnActionEventArgs that contains the event data. Raises the DraggingGroup event. A GroupActionCancelEventArgs that contains the event data. Raises the DraggingColumnSet event. A ColumnSetActionCancelEventArgs that contains the event data. Raises the SizingCards event. A SizingCardsEventArgs that contains the event data. Raises the ColumnButtonClick event. A ColumnActionEventArgs that contains the event data. Raises the ClearFilterButtonClick event. A ColumnActionEventArgs that contains the event data. Raises the SizingColumn event. A SizingColumnEventArgs that contains the event data. Raises the SizingColumnSet event. A SizingColumnSetEventArgs that contains the event data. Raises the ColumnHeaderClick event. A ColumnActionEventArgs that contains the event data. Raises the GroupByBoxHeadeClick event. A GroupActionEventArgs that contains the event data. Raises the DropDown event. A ColumnActionEventArgs that contains the event data. Raises the Scroll event. An EventArgs that contains the event data. Raises the DropDownHide event. A DropDownHideEventArgs that contains the event data. Raises the NotInList event. A NotInLisEventArgs that contains the event data. Raises the CurrentCellChanged event. An EventArgs that contains the event data. Raises the CurrentCellChanging event. A CancelEventArgs that contains the event data. Raises the SelectionChange event. An EventArgs that contains the event data. Raises the ApplyingFilter event. A CancelEventArgs that contains the event data. Raises the FilterApplied event. An EventArgs that contains the event data. Raises the LayoutLoad event. An EventArgs that contain the event data. Raises the CurrentLayoutChanged event. A CancelEventArgs that contains the event data. Raises the CurrentLayoutChanging event. A CancelEventArgs that contains the event data. Raises the LickClicked event. A ColumnActionEventArgs that contains the event data. Raises the DrawGridArea event. A DrawGridAreaEventArgs that contains the event data. Raises the InitCustomEdit event. A InitCustomEditEventArgs that contains the event data. Raises the EndCustomEdit event. An EndCustomEditEventArgs that contains the event data. Raises the ExpandingRow event. A RowActionCancelEventArgs that contains the event data. Raises the CollapsingRow event. A RowActionCancelEventArgs that contains the event data. Raises the RowExpanded event. A RowActionEventArgs that contains the event data. Raises the RowCollapsed event. A RowActionEventArgs that contains the event data. Creates a GridEXLayout object containing all the settings currently in the control. The GridEXLayout object created. Loads a GridEX control settings persisted in a stream. A Stream object with the GridEX control settings. Persist in a stream all the GridEX control settings. A Stream object where settings will be persisted. Overrides Control.OnSystemColorsChanged. Sets the IsChecked property in all the records in the root table as true. Sets the IsChecked property in all the records in the root table as false. Gets an array of GridEXRow objects that are checked. Gets an array of GridEXRow objects that are unchecked. Overrides ScrollableBase.OnThemedAreasChanged Gets the result of the aggregate function calculated on the records of the root table. The GridEXColumn that contains the values. The agregate function to evaluate. Gets the result of the aggregate function calculated in the records from the root table that meet the criteria specified in the GridEXFilterCondition object. The GridEXColumn that contains the values. The aggregate function to evaluate. The filter condition to evaluate in rows before summarizing them. Gets a string representing with the version number. Gets the bounding rectangle of a card. The position of the row the card represents. Selects all text in the current cell. Overrides Control.IsInputChar Overrides ScrollableBase.OnVisualStyleAreaChanged Cancels the current edit operation. Indicates whether the BuiltInTextsData property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the BuiltInTextsData property to its default value. Prevents the refresh of the control when the datasource changes. Resumes normal binding behavior. Gets the format style settings used in a row after evaluating grid and format condition settings. The GridEXRow to evaluate. A read only GridEXFormatStyle with the format settings applied in a row. Gets the format style settings used in a cell after applying row, column and format condition settings. The GridEXCell to evaluate. A read only GridEXFormatStyle with the format settings applied in a row. Internal use. Do not use. Clears all the items in an unbound grid. Adds an item to an unbound grid. The array of values that are used to create the new row. The GridEXRow that represents the added row. Adds an item in an unbound grid. The GridEXRow that represents the added row. Adds an item in an unbound grid in the specified index. The index in which the row will be added. The GridEXRow that represents the added row. Adds an item in an unbound grid to the specified parent row. "The parent row of the item to be added. A GridEXRow that represents the added row. Adds an item in an unbound grid to the specified parent row and in the specified table. The parent row of the item to be added. The table in which the row will be added. A GridEXRow that represents the added row. Reads the control's application settings into their corresponding properties and updates the control's state. Resets the control's application settings properties to their default values. Persists the control's application settings properties. Overrides Control.OnInvalidated Returns the CurrencyManager used by GridEX control. Gets or sets the name of a list in a DataSource for which the GridEX control displays its data. Gets or sets the source of data for the GridEX control. Gets or sets the GridEXTable object used as the root table in the GridEX control. Gets the collection of GridEXFormatStyle objects used in the GridEX control. Gets or sets the current GridEXLayout holding tables and columns structure. Gets the collection of GridEXLayout objects in the GridEX control. Gets or sets GridEXLayout that preserves the layout defined at design time. Gets a GridEXWaterImage that oontains the information used to draw a watermark image in the background. Gets or sets a value that determines how GridEX control presents the records. Gets or set the horizontal scroll position when gridex control is in table view. To scroll horizontally a grid in card view use FirstRow property. Gets or set the vertical scroll position when gridex control is in card view. To scroll vertically a grid in table view use FirstRow property. Gets or sets the position of the first visible row in the control. Gets or sets the a value that determines how many pixels are scrolled horizontally when user clicks in the left/right arrows of the horizontal scrollbar. This property has effect only in table view. If TableViewHorizontalScrollIncrement is set to -1, the control will scroll to the next/previous column in the view. See Control.Focused Gets or sets a value that determines which FormatStyle is used to draw the focus cell in GridEX control Gets or sets the text displayed in the "Group By Box" when it is empty. Gets or sets a value indicating whether the "Group By Box" should be shown. Gets or sets the distance to indent each of the child tables. Gets or sets the distance to indent group levels. Gets or sets a value that determines how the user can select rows in the control. Gets or sets a value that determines how the GridEX control should highlight the selected cell. Gets or sets a value indicating whether tree lines should be drawn in hierarchical mode. Gets or sets the color of tree lines in hierarchical mode. Gets or sets a value indicating whether the control should display hierarchical tables. Gets or sets the ImageList that contains the images used in the control. Gets or sets the ImageList that contains the images used in the control. Gets a GridEXRow object that represents the filter row. Gets or set the position of the current row. Gets or sets the column position of the current cell. Gets the table of the current row. Gets or sets the current column in the control. Gets the collection of GridEXTable object in the control. Gets the collection of GridEXSelectedItem objects in the GridEX control. Gets or sets a value indicating whether the control should raise an Error event . Gets or sets a value indicating whether the control should enter into edit mode when a cell is selected. Gets or sets the width of a card in pixels. Gets or sets the text that appears prefixed to the caption in every card. Gets or sets the space between cards in pixels. Gets or sets a value that specifies the space between fields inside a card. Gets or sets a value indicating whether card borders should be drawn in card view. Gets or sets a value that specifies how grid lines are drawn inside a card. Gets or sets a value indicating whether empty fields should be shown in a card. Gets or sets a value indicating whether the control should sort the rows when user clicks in a column header. Gets or sets a value indicating whether the user can resize cards. Gets or sets a value indicating whether cards can be expanded and collapsed. Gets or sets a value indicating whether card caption bars should be shown. Gets or sets a value indicating how selected items will be displayed when the GridEX control is not focused. Gets or sets a value indicating how the background image should be drawn. Gets or sets a value indicating whether AlternatingRowFormatStyle will be used in every other row. Gets or sets the distance between tables in hierarchical mode. Gets or sets a value that determines if a filter row should be displayed and whether it filters row automatically. Gets or sets a value indicating whether the GridEX control should automatically size its visible columns to fit on the control's client width. See Control.ForeColor Gets or sets a value indicating whether columns should be hidden when grouping by them. Gets or set a value indicating whether columns should be hidden when user drops them outside the control. Gets or sets a value indicating whether the user can add rows to the GridEX control. Gets or sets a value indicating whether row headers should be shown. Gets or sets a value indicating whether the user can delete rows. Gets or sets a value indicating whether a user can edit rows. Gets or sets a value that determines whether the user can group rows in a table using a column from one of its child tables. Gets or sets a value indicating whether column headers are shown. Gets or sets a value indicating whether column set headers should be shown. Gets or sets a value that determines the navigation mode in tables using column sets. Gets or sets the color used to draw grid lines. Gets or sets a value indicating how lines between cells are drawn. Gets or sets a value that determines the style of the grid lines. Gets or sets a value that determines when group total rows should be shown. Gets or sets a value indicating whether the new row should appear as the last row or in top all rows. Gets or sets a value indicating whether column headers should be drawn again in a table when the previous record is from another table. Gets or sets a value indicating whether a total row should be displayed at the end of the list. Gets or sets a value indicating whether the current record has changes. Gets or sets the text of the null button in calendar drop downs. Gets or sets the text of the today button in calendar drop downs. Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated. Gets how many records are in the RootTable. Gets the number of rows excluding those that are hidden because the parent row is collapsed. Gets or sets the text displayed in the record navigator. Gets or sets a value indicating whether the cell editor is active. Gets or sets a value that determines whether a GridEX control should scroll its contents while the user drags the scroll thumb along the vertical scroll bar. Gets or sets a value indicating whether the GridEX control displays empty rows below the last row. Gets or sets a value indicating whether the user can drag columns. Gets or sets a value indicating whether groups can be expanded and collapsed. Gets or sets the default percentage used in format styles with Blend empty. Gets or sets a color used to blend with the BackColor of format styles when Blend property is greater than 0. Gets or sets the style of the focus rectangle around the active row. Gets or sets a value indicating whether borders should be drawn in headers with flat appearance. Gets the collection of GridEXDropDown objects for the GridEX control. Gets or sets a value indicating whether the EditorsControlStyle should be used to draw editors. Gets the ControlStyle object used to draw buttons and drop downs in cell editors. Gets or sets a value that determines how GridEX control will behave when Tab key is pressed. Gets or sets a value that determines how GridEX control will behave when Enter key is pressed. Gets or sets a value indicating whether pressing Escape key cancels edition or activates the cancel button. Gets or sets a value indicating whether an external or internal image list should be used. Gets an ImageList used when ImageSource is equal to InternalImageList. Gets or sets a value indicating whether the card in SingleCardView should be centered within the bounds of the control. Gets or sets the text displayed in an empty filter row. Gets or sets a value indicating whether table headers should be displayed. Gets or sets which areas of the control should be drawn by the developer. Gets or sets a value that determines the default alpha level used in format styles with alpha empty. Gets or sets the default AlphaMode used in format styles with AlphaMode empty. Gets or sets the default BackColorAlphaMode used in format styles with BackColorAlphaMode empty. Gets or set the default ForeColorAlphaMode used in format styles with ForeColorAlphaMode empty. Gets the GridEXFormatStyle object used to draw rows with errors. Gets a GridEXFormatStyle object used to draw link columns. Gets the GridEXFormatStyle used to draw the selected cell in a GridEX control. Gets the GridEXFormatStyle used to draw cells in grid rows. Gets a GridEXFormatStyle used to draw row headers. Gets a GridEXFormatStyle used to draw column and row headers. Gets the GridEXFormatStyle used to draw table headers. Gets the GridEXFormatStyle used to draw alternating rows. Gets the GridEXFormatStyle object used to draw the background of the "Group By Box". Gets the GridEXFormatStyle used to draw the information text in the "Group By Box". Gets a GridEXFormatStyle object used to draw group header rows. Gets a GridEXFormatStyle used to draw group total rows. Gets the GridEXFormatStyle used to draw cells in total rows. Gets a GridEXFormatStyle object used to draw cells in the top new row. Gets a GridEXFormatStyle object used to draw preview rows. Gets the GridEXFormatStyle used to draw selected rows. Gets the GridEXFormatStyle used to draw selected rows when GridEX control is not focused. Gets a GridEXFormatStyle used to draw card caption bars. Gets a GridEXFormatStyle used to draw column headers in cards. Gets a GridEXFormatStyle object used to draw cells in the filter row. Occurs after a column has been sized in response to a double click in its right border. Occurs when the RootTable property changes. Occurs when the CheckState of a row is about to be changed. Occurs after the CheckState of a row changes. Occurs before a row is deleted from the grid. Occurs when the control is about to create a new entry to add the list bound to a MultipleValues column . Occurs when the control is about to update a cell with the value entered by the user. Occurs when the Visible property of a GridEXColumn is about to change. Occurs when Visible property in a GridEXColumn changes Occurs when FieldChooser window is closed. Occurs when a row in GridEX is double clicked. Occurs when the EditMode in the control changes. Occurs when a row is loading the list of one of its child tables Occurs when a row is dragged in the control. Occurs when the control can not commit changes in a cell because the text entered by the user does not match the input mask defined for the cell. Occurs when the value in the current cell has changed. Occurs when the changes in a cell are about to be canceled by the user. Occurs when the changes in a cell are canceled by the user. Occurs when the changes in a row are about to be canceled by the user. Occurs when the changes in a row are canceled by the user. Occurs when the GridEX control is about to add a new row. Occurs the first time a record changes. Occurs when the RowCount property changes. Occurs each time a GridEXRow is loaded for display in a GridEX control Occurs each time a GridEXRow is loaded Occurs after cell edition ends. Occurs before the user enters edit mode by typing a character or clicking in a cell. Occurs before a column is moved by user interaction. Occurs after a column has been moved by the user. Occurs after changes in a cell are copied into the row's buffer. Occurs before updating the changes in a cell to the row's buffer. Occurs Occurs as the result of an error when updating a row. Occurs before one or more rows are about to be deleted Occurs after one or more records have been deleted. Occurs before changes in the groups collection are applied. Occurs after a change in the groups collection has been committed. Occurs after a change in the SortKeys collection has been committed. Occurs after a record changes in a record have been passed to the datasource. Occurs after a new record has been added to the datasource. Occurs before the changes made by the user are committed to the datasource. Occurs before adding a new record to the datasource. Occurs before a column header drag operation begins. Occurs before a group header drag operation begins. Occurs before a ColumnSet header drag operation begins Occurs when the user resizes cards. Occurs when user clicks in a button on a cell. Occurs when user clicks in the clear button on a filter row cell. Occurs when the user sizes a column. Occurs when the user sizes a ColumnSet. Occurs when the user clicks in a column header. Occurs when the user clicks in a group by box header. Occurs when a dropdown list or a calendar dropdown is shown. Occurs when the user scroll the GridEX control. Occurs when a dropdown list or a calendar dropdown is hidden. Occurs when a value typed by the user is not present in the ValueList or DropDown associated with a column. Occurs after a cell is selected. Occurs before a cell is selected. Occurs when the selected row(s) change. Occurs before the control is filtered. Occurs after filter has been applied. Occurs after a layout is loaded. Occurs after the CurrentLayout property has changed. Occurs before the CurrentLayout property changes. Occurs when a Link column is clicked. Occurs when an owner draw area needs to be painted. Occurs when a custom edit column is about to be edited. Occurs when edition in a custom edit column ends. Occurs before a row is expanded. Occurs before a row is collapsed. Occurs after a row is expanded. Occurs after a row is collapsed. Gets or sets a value indicating whether the control should update the current row when users moves to another control. Gets or sets a value indicating whether the control should wait for presenting the edit control in a cell when the user clicks in it. Get or sets the text to display in tool tips for cells. Gets or sets a value that indicates which tool tip to use in cells. Gets or sets a value that specifies how the control will search records when the user types in a GridEX control Gets or set the column in the RootTable the control should search for values when it is in incremental search mode. Gets or sets a value that determines when the control updates the data source. Gets or sets whether the error image is show in cells with errors. Gets or sets the image list index value of the image displayed in rows and cells with errors. Gets or sets the key accessor for the error image in the ImageList. Gets or sets a value that determines the behavior of the control when an invalid value has been entered by the user in a cell. Gets or sets the number of columns at the left that are fixed in the control. Setting this property to -1 will make just the row header fixed. Gets or sets a value indicating whether the drop down list in the current cell is visible. Gets or sets the cursor that is displayed when the mouse pointer is over the control. Gets the TextBox used in the edit window of the current cell.\n\rThis property returns Null if the control is not in edit mode or if the current cell does not use a text box for edition Gets or sets a value specifying the visual style the control uses to draw group rows. Returns a collection of strings that allows you to customize any of the texts used by the control. Gets or sets an XML string that preserves the information in the BuiltInTexts property. Gets or sets a value that determines whether the FilterCondition of a GridEXTable is evaluated in rows only when it is set or dynamically every time a row is updated. Gets or sets a value indicating whether the total row should appear as the last scrollabe row or fixed at the bottom of the client area. Gets or sets a value that determines what is rendered in row headers. Gets the current row in the control. Determines whether GridEX control should keep row and cell settings like GridEXRow.RowStyle or GridEXCell.FormatStyle Gets or sets a value that determines whether GridEX control acts as a bound or unbound control. Gets or sets a value that specifies how rows are checked in a hierarchical grid. Gets or sets a values that determines whether check box selectors are shown in group rows too. Gets or sets a value that determines whether a row should be selected when the user clicks on its expand button. Gets or sets a value that determines how the size of a column is calculated when AutoSize method is called in a column or when the user double clicks the header border. Gets or sets a value indicating whether the control should automatically persist its application settings properties. Gets or sets the value of the application settings key for the current instance of the control. Gets or sets a value indicating the behavior of the control when the enter key is pressed in the add new row. Gets or sets a value that determines how FilterCondition in GridEX is updated when FilterRow is used to filter the control. Gets or sets a value that determines the comparison to be used by default in cells of the filter row. Gets or sets a value that determines which button style will be used in filter row cells. Initializes a new instance of the GridEXDropDown class. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Overrides Control.OnPaint Overrides Control.OnBindingContextChanged Overrides Control.OnVisibleChanged Overrides Control.OnParentChanged. Overrides Control.ProcessDialogKey Overrides Control.OnMouseDown Overrides Control.OnQueryContinueDrag Overrides Control.OnMouseMove Overrides GridEX.OnRowExpanded. Overrides GridEX.OnRowCollapsed. Overrides Control.OnMouseUp Finds the first item in the DataSource with the specified value. The value to search for. The object in the datasource with the specified value. Overrides GridEX.OnRootTableChanged Filters rows in the table according the filter conditions specified. A GridEXFilterCondition object that contains the criteria to filter rows for. Overrides GridEX.OnSelectionChanged Overrides GridEX.OnRowCountChanged Overrides Control.WndProc Internal Method. Do not use. Gets the GridEXDropDownCollection object that owns the object. Gets or sets the number of rows that are visible is the drop down list. Gets or sets a string that specifies the property of the data source from which to draw the value. Gets or sets a string that specifies the property of the data source whose contents you want to display. Gets or sets a value specifying whether the list should replace values using the display member. Gets the collection of GridEXColumn objects of the drop-down. Gets the collection of GridEXSortKey objects applied to the drop-down. Gets the collection of GridEXFormatCondition objects applied to the drop-down. Gets or sets a value indicating how coluwns will be rendered. Gets the collection of GridEXColumnSet objects of the drop-down. Gets or sets how many lines tall will be the column set headers. Gets or sets how many row levels will the dropdown have in a column set layout. Gets or sets how many lines tall the column headers are. Gets or sets the width of the row headers. Gets or sets the height of the rows. Gets the collection of GridEXGroup objects of the drop-down. Gets or sets the key used to identify the object in a colletion. Gets or sets the GridEXColumn object that contains the image to associote with a value. Gets or sets a value indicating whether to display preview rows. Gets or sets the distance to indent the text in the preview row. Gets or sets the number of lines to be displayed in preview rows. Gets or sets a string that specifies the property of the data source whose contents you want to display in the preview row. Overrides Control.CreateParams Represents an up-down control that displays values in a ValueList. UpDownBase class Initializes a new instance of the UpDownBase class. Notifies inheritors when a button in the control is clicked The button clicked Handles the pressing of the up button. Handles the pressing of the down button. Notifies inheritors when UpDownStyle property changed. Overrides Control.ProcessDialogKey Overrides Control.OnMouseWheel Overrides Control.WndProc Gets or sets a value specifying the style of the updown control. Gets or sets a value that determines how a flat combo will be displayed when the mouse hovers over the control. Gets or sets which areas of the MultiColumnCombo control should be drawn using Microsoft Windows XP Visual Styles. Initializes a new instance of the ValuelistUpDown class. This member overrides Control.OnTextChanged. Overrides UpDownBase.UpButton Overrides UpDownBase.DownButton Overrides UpDownBase.OnUpDownStyleChanged Raises the ValueChanged event. An EventArgs that contains the event data. Gets or sets the value asigned to the control. Gets the Janus.Windows.GridEX.GridEXValueListItemCollection associated with the control. Gets or sets a value indicating whether the control should auto complete the typed text when there is a partial match in the list. Gets or sets the indek of the selected item. Overrides EditBase.DefaultEditControl Occurs when the Value property changes. Represents a text box control that can limit the user input based on a mask Initializes a new instance of MaskedEditBox class Gets whether the text entered by the user complies with the mask. Overrides EditBase.OnTextBoxTextChanged Overrides EditBase.DefaultEditControl Gets or sets a string representing the input mask used when editing the control. Gets or sets a value indicating whether literals should be included when updating a masked value. Gets or sets a value indicating whether the control should accept only numbers. Gets or sets the character used to prompt a user for input when a mask is used. Gets/sets the text of the control excluding the literals in the mask. Gets or sets the current text in the control. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Provides a type converter to convert a GridEXFilterCondition class to a string Initializes a new instance of the Janus.Windows.GridEX.Design.FilterConditionConverter class Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Provides a user interface for selecting GridEXFilterCondition objects in a Properties window. Initializes a new instance of the ColumnEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle This class is not intended to be used directly from your code. Initialize a new instance of the DataSourceFieldsConverter. Overrides TypeConverter.CanConvertTo. Overrides TypeConverter.ConvertTo. DataSourceFieldsEditor class Initializes a new instance of the FieldEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle See Component.Dispose Required method for Designer support - do not modify the contents of this method with the code editor. Provides a type converter to convert a GriDEXColumn class to a string Initializes a new instance of the Janus.Windows.GridEX.Design.ColumnConverter class Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Provides a user interface for selecting GridEXColumn objects in a Properties window. Initializes a new instance of the ColumnEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle Provides a user interface for editing GridEXValueListItemCollection objects in a Properties window. Initializes a new instance of the ValueListEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle Provides a type converter to convert the DefaultValue property to and from a string. Initializes a new instance of the Janus.Windows.GridEX.Design.ValueConverter class Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Overrides TypeConverter.CanConvertFrom Overrides TypeConverter.ConvertFrom Summary description for JanusConversions. Summary description for ImageDrag. Represents a table linked to a list where rows are the objects in the list and columns are the properties of those objects. Initialzes a new instance of the Janus.Windows.GridEX.GridEXTable class. Creates the Columns collection of the table. The GridEXColumnCollection to use in the table Creates an empty GridEXFilterCondition Creates the SelfReferencingSettings of the table. The SelfReferencingSettings to use in the table. Creates the SortKeys collection of the table. The GridEXSortKeyCollection to use in the table. Creates the Groups collection of the table. The GridEXGroupCollection to use in the table. Creates the GroupHeaderTotals collection of the table. Creates the GridEXGroupHeaderTotalCollection to use in the table. Creates the ChildTables collection of the table. The GridEXChildTableCollection to use in the table. Creates the CustomGroups collection of the table. The GridEXCustomGroupCollection to use in the table. Created the StoredFilters collection of the table. The GridEXStoredFilterCollection to use in the table. Resets the RowHeaderWidth property to its default value. Indicates whether the RowHeaderWidth property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the GridLineColor property to its default value. Indicates whether the GridLineColor property should be persisted. true if the property value has changed from its default; otherwise, false. Overrides JanusTableBase.OnFieldRemoved Filters rows in the table according the filter conditions specified. A GridEXFilterCondition object that contains the criteria to filter rows for. Clears the filter applied to the table. Determines whether a group can be created in the table with the given column. The column to test if it can be grouped in the table. True if the table can be grouped by the column; otherwise, false. Overrides JanusTableBase.OnSortSettingsChanging Gets or sets the text displayed in the table header. Gets or sets the name of a list in the data source for which the table displays its data. Gets or sets a value that determines whether the FilterCondition of a GridEXTable is evaluated in rows only when it is set or dinamically every time a row is updated. Gets the parent table of the object. Gets the collection of GridEXColumn objects of the table. Gets the collection GridEXCustomGroup objects defined for the table. Gets the GridEX control that owns the object. Gets the collection of children GridEXTable objects. Gets the collection of GridEXSortKey object applied to the table. Gets the collection of GridEXGroup objects of the table. Gets the collection of GridEXColumSet objects of the table. Gets or sets a value indicating how coluwns will be rendered. Gets or sets a value indicating whether column set headers will be displayed. Gets or sets how many row levels will the table have in a column set layout. Gets or sets the distance to indent the text in the preview row. Gets or sets a value indicating whether preview rows should be displayed. Gets or sets a string that specifies the property of the data source whose contents you want to display in the preview row. Gets or sets the number of lines to be displayed in preview rows. Gets or sets how many lines tall will be the column headers. Gets or sets a value indicating whether coluwn headers should be displayed. Gets or sets a value specifying how many lines tall will be the column set headers. Gets or sets a value indicating whether row headers should be shown in rows that belong to the table. Gets or sets the width of the row headers that belongs to the table. Gets or sets the color used to draw grid lines in the cells that belongs to the table. Gets or sets a value indicating how lines between cells will be drawn. Gets or sets the style of the grid lines. Gets or sets the key used to identify an object in a collection. Gets or sets a value indicating whether the user can add rows. Gets or sets a value that determines whether the user can group rows in the table using a column from one its child tables. Gets or sets a value indicating whether the user can edit rows. Gets or sets a value indicating whether the user can delete rows. Gets or sets a value indicating whether the new row should appear as the last row or in top rows. Gets or sets a value indicating whether column headers should be drawn again when the previous record is from another table. Gets the collection of GridEXFormatCondition objects of the control. Gets or sets a value that determines when group total rows should be shown. Gets the level of the table in the table hierarchy. Gets or sets a value indicating whether total rows should be displayed for the table. Gets or sets the height of the rows that belong to the table. Gets a GridEXFormatCondition object that is applied in the group rows that belongs to the table. Gets or sets a value indicating whether the group condition should be used or not to format group rows. Gets or sets whether the count of rows that meet the criteria in the GroupCondition settings, will be displayed in group rows. Gets or sets the text displayed in a group row when one or more rows in the group meet the criteria specified in the GroupCondition object's properties. Gets or sets the GridEXFilterCondition or GridEXStoredFilter applied to the rows that belongs to the table. Gets the GridEXFilterCondition object applied to this instance. Gets or sets a value indicating whether parent rows should be filtered when applying a filter condition to the table. Gets or sets a value indicating whether columns that belongs to the table should be hidden when groupping by them. Gets or sets a value indicating whether columns should be hidden when the user drops them out of the control. Gets or sets a value indicating whether groups should be collapsed or expanded when groups are calculated. Gets or sets a value indicating whether groups can be expanded and collapsed. Gets or sets the text displayed in an empty new row. Gets or sets a value indicating whether a table header should be displayed. Gets or sets the image list index value of the image displayed on the table header. Gets or sets the key of the image displayed on the table header. Gets or sets a value indicating whether the user can group records in the table. Gets or sets an object that contains data to associate with the column. Gets the collection of GridEXGroupHeaderTotal objects of the table. Gets the collection of GridEXStoredFilter objects of the table. Get or sets the text to display in tool tips for cells that belong to the table. Gets or sets a value that indicates which tool tip to use in cells that belong to this table. Gets a SelfReferencingSettings object with the settings used to create a SelfReferencing hierarchy in the table. Gets or sets a value that determines the kind of hierarchy to use in child rows of the table. Gets or sets a value that determines what is rendered in row headers. Gets or sets a values that determines whether check box selectors are shown in group rows too. Gets the GridEXFormatStyle used to draw the caption of the table in the "Group By Box". Gets the GridEXFormatStyle used to draw cells in rows that belong to the table. Gets the GridEXFormatStyle used to draw column and row headers that belongs to the table. Gets the GridEXFormatStyle used to draw column and row headers that belongs to the table. Gets the GridEXFormatStyle object used to draw table headers. Gets the GridEXFormatStyle used to draw alternating rows in the table. Gets the GridEXFormatStyle object used to draw group header rows that belong to the table. Gets the GridEXFormatStyle used to draw group total rows that belongs to the table. Gets the GridEXFormatStyle used to draw cells in the total row for the table. Gets the GridEXFormatStyle object used to draw cells in the new row(s) that belong to the table. Gets the GridEXFormatStyle object used to draw previews rows under the rows that belongs to the table. Contains information for sumarizing column values in a group header row. Initializes a new instance of the Janus.Windows.GridEX.GridEXGroupHeaderTotal class. Initializes a new instance of the Janus.Windows.GridEX.GridEXGroupHeaderTotal class with the column and aggregate function specified. The GridEXColumn that contains the values to be summarized. The aggregate function whose result whill be shown in the row. Gets or sets the format style for the total. Gets or sets the column to which the total will be aligned. Get the GridEXTable instance that owns the object. Gets or sets the GridEXColumn object to summarize. Gets or sets the aggregate function whose result will be shown in the row. Gets or sets the string displayed after the total value. Gets or sets the string displayed before the total value. Gets or sets a value that determines how values will be formatted. Gets or sets the format to use when rendering total values. Gets or set a GridEXFilterCondition that rows need to meet in order to include them in the summary operation. Gets or sets the key used to identify an object in a colletion. Determines which visual style is used to draw the different areas in a GridEX Control. Gets or sets a value specifying the style for the cards in the GridEX control. Gets or sets a value specifying the style for the check boxes in the GridEX control. Gets or sets a value specifying the style for the scrollbars and record navigator in the GridEX control. Gets or sets a value specifying the style for the edit controls used in the GridEX. Gets or sets a value specifying the style for the border of the GridEX control. Gets or sets a value specifying the style for the 'Group By Box' area of the GridEX control. Gets or sets a value specifying the style for group rows in a GridEX control. Gets or sets a value specifying the style for the headers in the GridEX control. Gets or sets a value specifying the style for Expand/Collapse gliphs in the GridEX control. Provides export capabilities from GridEX control to a excel document Initializes a new instance of GridEXExporter class. Initializes a new instance of GridEXExporter class, associating it with a container. Creates a new excel document in the stream provided A FileStream or MemoryStream object where GridEX rows will be exported. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Gets or sets the GridEX control that contains the data this instance will export. Gets or sets the name of sheet in the created excel document. Gets or sets a value that determines whether row under a collapsed parent should be exported. Gets or sets a value that determines whether the GridEXExporter should include child table rows or export the grid as a single table. Gets or sets a value that determines whether column headers should be included in the excel document. Gets or sets a value indicating whether color and font settings are included in the excel document. Gets or sets a value that determines which rows are included in the document created by the GridEXExporter. Gets or sets a value that determines whether the file created by the exporter includes a processing instruction to associate the file with Excel. Summary description for ctMonths. Required method for Designer support - do not modify the contents of this method with the code editor Provides a type converter to convert GridEXDropDown objects to a string representation. Initializes a new instance of the DropDownConverter class. Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Summary description for ObjectDesigner. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. A collection of GridEXValueListItem objects used as the source of the drop down list in a column as well as for replacing values with an associated text. Initializes a new instance of the GridEXValueListItemCollection class. Fills the value list creating an item for each object in the list. The object will be treated as the Value property for the GridEXValueListItem objects created. An IEnumerable that contains the objects to map. Fills the value list creating an item for each object in the list. The object will be treated as the Value property for the GridEXValueListItem objects created and the value of the property specified in the texMember will be treated as the Text property. An IEnumerable that contains the objects to map. A string that specifies the property of the object to map to the Text property of the GridEXValueListItem objects created. Fills the value list creating an item for each object in the list using the valueMember and textMember to map the properties of the object with the properties of the GridEXValueListItem objects created. An IEnumerable that contains the objects to map. A string that specifies the property of the object to map to the Value property of the GridEXValueListItem objects created. A string that specifies the property of the object to map to the Text property of the GridEXValueListItem objects created. Fills the value list creating an item for each object in the list using the valueMember and textMember to map the properties of the object with the properties of the GridEXValueListItem objects created. An IEnumerable that contains the objects to map. A string that specifies the property of the object to map to the Value property of the GridEXValueListItem objects created. A string that specifies the property of the object to map to the Text property of the GridEXValueListItem objects created. A string that specifies the property of the object to map to the Image property of the GridEXValueListItem object created. A System.Drawing.Color to make transparent in the image. A Syztem.Drawing.Size representing the size the loaded image should have. If it is empty, the size of the image is used. Appends the specified GridEXValueListItem object at the end of the collection. The GridEXValueListItem object to add. Copies the elements of the specified GridEXValueListItem array to the end of the collection. The array of GridEXValueListItem objects to add to the collection. Creates and adds a GridEXValueListItem with given value and text. The Value of the new GridEXValueListItem. The text of the new GridEXValueListItem. The newly created GridEXValueListItem. Creates and adds a GridEXValueListItem with the given value, text and image index. The value of the new GridEXValueListItem. The text of the new GridEXValueListItem. The image index of the new GridEXValueListItem. The newly create GridEXValueListItem. Creates and adds a GridEXValueListItem with the given value, text and image key. The value of the new GridEXValueListItem. The text of the new GridEXValueListItem. The image key of the new GridEXValueListItem The newly created GridEXValueListItem. Creates and adds a GridEXValueListItem with the given value, text and image. The value of the new GridEXValueListItem. The text of the new GridEXValueListItem. The image of the new GridEXValueListItem. The newly created GridEXValueListItem. Retrieves the index of the specified GridEXValueListItem in the collection. The GridEXValueListItem to locate in the collection. A zero-based index value that represents the position of the specified GridEXValueListItem in the collection. Sorts the items in the collection based on the Text property. Removes all objects from the collection. Removes the specified GridEXValueListItem from the collection. The GridEXValueListItem to remove. Internal method. Do not use. Determines whether the ValueList contains an item with the specified value. The value of the item to search for. True if the item is found; otherwise, false. Gets a GridEXValueListItem object from the collection at the specified index. Gets the first GridEXValueListItem object from the collection with the specified value. Gets the first GridEXValueListItem object from the collection with the specified text. Gets or sets a value that determines whether the value list should replace values in the column. Represents a row of a GridEX control. Gets the number of records that are children of this row. Group rows are not included. The number of records that belong to the row. Gets the number of records in the specified GridEXTable that are children of this row. Group rows are not included. The GridEXTable the records belong. The number of records that belong to the row. Gets the GridEXRow objects that are children of this row. GroupRows are not included. A GridEXRow array containing the children rows. Gets the GridEXRow objects in the specified GridEXTable that are children of this row. GroupRows are not included. The GridEXTable the records belong. A GridEXRow array containing the children rows. Gets the GridEXRow object that are childen of this row. A GridEXRow array containing the child rows. Gets the GridEXRow objects in the specified GridEXTable that are children of this row. The GridEXTable the rows belong. A GridEXRow array containing the children rows. Gets the result of the aggregate function calculated on the chlldren records of this row. The GridEXColumn that contains the values. The agregate function to evaluate. Gets the result of the aggregate function calculated in the children records that meet the criteria specified in the GridEXFilterCondition object. The GridEXColumn that contains the values. The aggregate function to evaluate. The filter condition to evaluate in rows before summarizing them. Deletes the record represented by the GridEXRow from the datasource. Gets the contents of the row as a tab delimited text. A string containing the data. Gets the contents of the row as tab delimited text. Specifies whether to include column header captions. A string containing the data. Gets the contents of the row as a string usung the specified delimeters between rows and columns. Specifies whether to include column header captions. The character to use as column separator. The character to use as row separator. Call this method to start editing values in the row in code. Call this method after editing values in the row using code. Call this method to cancel edition in the row when editing cell values in code. Forces the FormattingRow event to be fired again for the row. Gets a value that determines whether the row is selected. Gets a value that determines whether the children rows of the row have been loaded. Gets the GridEXRow object that is the parent of the row. Gets a value that determines whether the row is visible or hidden because its parent row is collapsed. Gets the number of rows that are children of this row. Gets the data source object that this row represents. Gets or sets the text displayed in the preview row. Gets or set a value that determines whether the preview row is visible in a row. Gets the GridEXTable object that this row belongs to. Gets the Index of datarow in the DataSource or -1 if the GridEXRow does not represent a record. Gets the absolute position of a row in a table excluding the group rows. Gets the position of the row in the GridEX control. Gets or sets the image list index value of the image displayed on the header. Gets or sets the key accessor for the row header image in the ImageList. Gets or sets the text displayed on the header. Gets the collection of GridEXCell objects for this GridEXRow. Gets a value that determines the type of row this object represents. Gets or sets a value that determines whether the row is expanded or collapsed. Gets the GridEX control that this row belongs to. Gets or sets the caption of the card this row represents. Gets the GridEXFormatStyle object used to draw the cells of this row. Gets the number of records under a group row that meet the criteria specified in the GroupCondition. Gets the GridEXGroup object this row belongs. Gets or sets the caption of the group this row represents. Gets the value of a group row. If the GridEXRow does not represents a group header row, this property returns null. Gets or sets the image list index value of the image displayed in a group row. Gets or sets the key accessor for the group row image in the ImageList. Gets or sets the image displayed in a group row. Gets or sets a value that determines whether the row is checked. Gets or sets a value that determines the check state of the row. Handles the print and print preview for a GridEX control. Initializes a new instance of the GridEXPrintDocument class. Overrides PrintDocument.OnBeginPrint Prepares document for printing calculating the nuumber of pages the document has. Overrides PrintDocument.OnEndPrint Overrides PrintDocument.OnPrintPage Gets or sets the GridEX control that contains the data this instance will print. Gets or sets a value that determines whether the background of cells should be printed. Gets or sets a value that determines whether column headers should be printed on any page or only in the first page. Gets or sets a value that determines whether the background image of the control should be printed. Gets or sets a value that determines whether the GridEX control should print its hierarchical structure or as a single table. Gets or sets a value that determines whether collapsed rows should be printed. Gets or sets a value that determines how columns sholud be sized to fit in a page. Gets or sets the number of card columns to print in a page. Gets or sets a value that determines whether the last column in a page should be expanded to fit the page client area. Gets a value that determines the total number of pages a document has. Gets a value that determines the page being printed. Gets or sets the text displayed in the header section on the left of the page. Gets or sets the text displayed in the header section on the center of the page. Gets or sets the text displayed in the header section on the right of the page. Gets or sets the text displayed in the footer section on the left of the page. Gets or sets the text displayed in the footer section on the center of the page. Gets or sets the text displayed in the footer section on the right of the page. Returns or sets the distance, in hundredths of an inch, from the top edge of the paper to the top edge of the header. Returns or sets the distance, in hundredths of an inch, from the bottom edge of the paper to the top edge of the header. Gets a GridEXFormatStyle used to draw page headers. Gets a GridEXFormatStyle used to draw page footers. Gets or sets a values that determines whether system colors should be translated to gray scale colors for printing Represents the criteria used to filter which rows are viewed in a table. Initializes a new instance of the GridEXFilterCondition class. Initializes a new instance of the GridEXFilterCondition class. Initializes a new instance of the GridEXFilterCondition class. Creates an exact copy of this GridEXFilterCondition object The copied GridEXFilterCondition Indicates whether a GridEXRow meets the criteria specified in condition The GridEXRow instance to evaluate True if the GridEXRow meets the criteria; otherwise, false Overrides Object.ToString Creates a new GridEXFilterCondition object and appends it at the end of the Conditions collection. The GridEXFilterCondition object that was added. Appends the specified GridEXFilterCondition object at the end of the Conditions collection. The GridEXFilterCondition object to add. Appends the specified GridEXFilterCondition object with the specified LogicalOperator at the end of the collection. The logical conjunction operator to use with the previous condition in the collection. The GridEXFilterCondition object to add. Removes the specified GridEXFilterCondition object from the Conditions collection. The GridEXFilterCondition object to remove. Removes a GridEXFilterCondition object from the Conditions collection at the specified index. The index of the GridEXFilterCondition object in the Conditions collection to remove. Resets all the settings of the object to their default values and clears the Conditions collection. Overrides JanusConditionBase.CreateConditions Overrides JanusConditionBase.CreateCondition Gets or sets the operator used for comparison. Gets or sets a value indicating whether the condition should be evaluated. When a condition has child conditions, the child condition will be evaluated even when the Enabled property is False. Gets or sets the GridEXColumn to compare the value(s). Gets or sets the object value to compare. Gets or sets the GridEXColumn object that has the value to compare. Gets or sets the GridEXColumn object that has the value to compare when the condition operator requires two values. Gets or sets the object value to compare when the condition operator requires two values. Gets or set a value that determines whether to apply a negation logical operator to the result of the filter condition. Gets or sets the logical conjunction operator to use with the previous condition in the collection. Gets the collection of GridEXFilterCondition objects for the condition. Gets a value that determines whether the GridEXFilterCondition is a composite or simple condition. A collection of GridEXCustomGroupRow objects that contains each of the custom group rows defined for a GridEXGroup. Appends the specified CustomGroupRow in the collection The CustomGroupRow to add. The index of the the CustomGroupRow Inserts a GridEXCustomGroupRow object in the collection at the specified index. The zero-based index at which value should be inserted. The GridEXCustomGroupRow to insert. Removes the specified CustomGroupRow from the collection The CustomGroupRow to remove Removes the CustomGroupRow at the given index in the collection. The index of the CustomGroupRow to remove Gets the CustomGroupRow at the given index in the collection. The zero based index of the CustomGroupRow to get. The GridEXCustomGroupRow at the given index. A collection of GridEXCustomGroup objects Appends the specified CustomGroup at the end of the collection. The CustomGroup to add. The index of the CustomGroup. Removes the specified CustomGroup from the collection The CustomGroup to remove Removes the CustomGroup at the given index in the collection. The index of the CustomGroup to remove Removes the CustomGroup with the specified key from the collection. The key of the CustomGroup to delete Determines whether the collection contains a CustomGroup with the given key. The key of the CustomGroup to look for. True if the CustomGroup is in the collection; otherwise, false. Determines whether the collection contains the specified CustomGroup. The CustomGroup to look for. True if the CustomGroup is in the collection; otherwise, false. Overrides JanusCollectionBase.OnInsertComplete Overrides JanusCollectionBAse.OnRemoveComplete Overrides JanusCollectionBase.OnClear Gets the GridEXTable that owns the collection. Gets the CustomGroup at the given index in the collection. The zero based index of the CustomGroup to get. The GridEXCustomGroup at the given index. Gets a CustomGroup from the collection with the specified key. The key of the column to get. A collection of GridEXTable objects that represent the child tables of a GridEXTable object. Appends the specified GridEXTable object at the end of the GridEXChildTable collection. The GridEXTable object to add. Overrides CollectionBase.OnClearComplete. Removes a GridEXTable object from the collection at the specified index. The index of the GridEXTable to remove. Removes the specified GridEXTable object from the GridEXChildTableCollection.. The GridEXTable object to romove. Removes the table with the specified key from the collection. The key of the table to delete Gets the index of the given GridEXTable in the collection. The GridEXTable to locate in the collection. The index of the given GridEXTable, if found; otherwise -1 Gets the index of the GridEXTable with the given key in the collection. The key of the GridEXTable to look for. The index of the table with the given key, if found; otherwise -1. Determines whether the collection contains the given GridEXTable The GridEXTable to look for. True if the given GridEXTable is in the collection; otherwise, false. Determines whether the collection contains a GridEXTable with the given key. The key of the GridETable to llok for. True if there is a GridEXTable with the given key; otherwise false. Gets a GridEXTable object from the GridEXTableCollection collection at the specified index. Gets a GridEXTable object from the GridEXTableCollection collection with the specified key. Gets the GridEXTable object that owns the collection. Gets the GridEX control that owns the object. Summary description for ExcelCell. Intended to be overriden by dropdown controls. Intended to be overriden by UpDown controls. Intended to be override by UpDown controls to dispose the repeater timer Intended to be overriden by UpDown controls Intended to be overriden by UpDown controls Intended to be overriden by combo controls to drop its list when the method is called. Intended to be overriden by all controls. When override this method, always call base.StartEdit Intended to be overriden by Combo controls Intended to be overriden by CheckBox editor Intended to be overriden by controls that use a valuelist or a GridEXDropDown to replace values Intended to be overriden by Combo controls using a DropControl that needs to gain MouseCapture when dropped Intended to be overriden by all controls. Summary description for LayoutNameDialog. Summary description for GridEXDesigner. EditBaseDesigner class. Initializes a new instance of the EditBaseDesigner class. Initializes a new instance of the MultiColumnComboDesigner class. See ComponentDesigner.Verbs. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. A collection of GridEXColumnSet objects that represent the column sets of a GridEXTable object. Creates a new GridEXColumnSet object and appends it at the end of the collection. The GridEXColumnSet object that was added. Appends the specified GridEXColumnSet object at the end of the collection. The GridEXColumnSet object to add. Copies the elements of the specified GridEXColumnSet array to the end of the collection. The array of GridEXColumnSet objects to add to the collection. Gets the GridEXColumnSet object at the position specified. The position of the GridEXColumnSet object to retrieve. Overrides CollectionBase.OnClear Overrides CollectionBase.OnClearComplete Removes the GridEXColumnSet object at the specified index. The zero-based index of the element to remove. Removes the specified GridEXColumnSet object from the collection. The GridEXColumnSet to remove. Gets a GridEXColumnSet object from the collection at the specified index. Gets a GridEXColumnSet object from the collection with the specified key. Summary description for ScrollBarBase. Clean up any resources being used. Clean up any resources being used. Represents the text and/or image that is displayed instead the cell value. Initializes a new instance of the GridEXValueListItem class. Initilizes a new instance of the GridEXValueListItem class with the specified value and text properties. The Value of the new GridEXValuelistItem. The Text of the new GridEXValueListItem. Initilizes a new instance of the GridEXValueListItem class with the specified value, text and image key properties. The Value of the new GridEXValuelistItem. The Text of the new GridEXValueListItem. The image key of the new GridEXValueListItem. Initiliazes a new instance of the GridEXValueListItem class with the specified value, text and ImageIndex properties. The Value of the new GridEXValuelistItem. The Text of the new GridEXValueListItem. The ImageIndex of the new GridEXValueListItem. Gets or sets the value associated to this GridEXValueListItem. Gets or sets the text associated with a value in this GridEXValueListItem. Gets or sets the index of the image in the image list associated with the value in this GridEXValueListItem. Gets or sets the key of the image in the image list associated with the value in this GridEXValueListItem. Gets or sets System.Drawing.Image object associated with the value in this GridEXValueListItem. ValueListItemConverter class. Initializes a new instance of the ValueListItemConverter class. Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Contains information for grouping rows of a table in a GridEX control. Initializes a new instance of the Janus.Windows.GridEX.GridEXGroup class. Initializes a new instance of the Janus.Windows.GridEX.GridEXGroup class. Initializes a new instance of the Janus.Windows.GridEX.GridEXGroup class. Initializes a new instance of the Janus.Windows.GridEX.GridEXGroup class. Initializes a new instance of the GridEXGroup class. A GridEXCustomGroup that contains the group rows definitions to use Indicates whether the GroupPrefix property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the GroupPrefix property to its default value. Indicates whether the HeaderCaption property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the HeaderCaption property to its default value. Indicates whether the GroupFormatString property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the GroupFormatString property to its default value. Indicates whether the GroupFormatMode property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the GroupFormatMode property to its default value. Indicates whether the GroupInterval property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the Interval property to its default value Expands all the group rows that belong to the group. Collapses all the group rows that belong to the group. Creates an exact copy of the GridEXGroup instance The copied GridEXGroup Gets or sets the string displayed in a group header row before the group row value. Gets or sets a value indicating whether user can remove the group from the control. Gets or sets the text displayed in the group by box header. Gets or sets the format to use when rendering group row values. Gets or sets a value that determines how values will be formatted in group header rows. Gets or sets a value that determines how groups should be calculated. Gets or sets the custom group settings used to group rows in a table. Gets or sets the GridEXColumn in which the grouping occurs. Gets a value that represents the order in which group rows are sorted. Gets the GridEXTable object that owns this instance. Summary description for ExcelDocument. Represents an up-down control that displays integer values. Initializes a new instance of the IntegerUpDown class. Raises the ValueChanged event. An EventArgs that contains the event data. Overrides Control.OnKeyDown Raises the BindableValueChanged event. An EventArgs that contains the event data. Ovellides Control.OnTextChanged Overrides UpDownBase.UpButton Overrides UpDownBase.DownButton Overrides Control.OnLostFocus Overrides Control.OnValidating Overrides UpDownBase.OnUpDownStyleChanged Gets or sets the value assigned to the control. Occurs when the Value property changes. Occurs when the BindableValue property changes. Gets or sets the minimum allowed value for the control. Gets or sets the maximum allowed value for the control. Gets or sets the amount to increment or decrement the Value when up or down buttons are clicked. Gets or sets an object value that represents an integer, or null (Nothing in Visual Basic), associated with the control. Gets or sets a value that determines whether the control allows null values. Overrides EditBase.DefaultEditControl Intended to be overriden by combo controls to drop its list when the method is called. Intended to be overriden by Combo controls Intended to be overriden by controls that use a valuelist or a GridEXDropDown to replace values Intended to be overriden by combo controls to drop its list when the method is called. Intended to be overriden by Combo controls GridEXDesigner class. Initializes a new instance of the GridEXDesigner class. Overrides ControlDesigner.Initialize See ComponentDesigner.Verbs Summary description for CardLayout. Summary description for Global. A collection of GridEXStoredFilter objects. Retrieves the index of the specified GridEXStoredFilter in the collection. The GridEXStoredFilter to locate in the collection. A zero-based index value that represents the position of the specified GridEXStoredFilter in the collection. Gets the index of the GridEXStoredFilter with the given key in the collection. The key of the GridEXStoredFilter to look for. The index of the GridEXStoredFilter with the given key, if found; otherwise -1. Removes the GridEXStoredFilter with the specified key from the collection. The key of the GridEXStoredFilter to remove. Removes the GridEXStoredFilter object from the collection at the specified index. The index of the GridEXStoredFilter to remove. Appends the specified GridEXStoredFilter object at the end of the collection. The GridEXStoredFilter object to add. Copies the elements of the specified GridEXStoredFilter array to the end of the collection. The array of GridEXStoredFilter objects to add to the collection. Removes the specified GridEXStoredFilter from the collection. The GridEXStoredFilter to remove from the collection. Gets a GridEXStoredFilter object from the collection at the specified index. Gets a GridEXStoredFilter object from the collection with the specified key. GridEXLicenseProvider class. Initializes a new instance of the Janus.Windows.GridEX.GridEXLicenseProvider class See LicenseProvider.GetLicense Summary description for FormatConditions. Retrieves the index of the specified GridEXFormatCondition in the collection. The GridEXFormatCondition to locate in the collection. A zero-based index value that represents the position of the specified GridEXFormatCondition in the collection. Copies the elements of the specified GridEXFormatConditin array to the end of the collection. The array of GridEXFormatCondition objects to add to the collection. Appends the specified GridEXFormatCondition object at the end of the collection. The GridEXFormatCondition object to add. Removes a GridEXFormatCondition object from the collection at the specified index. The index of the GridEXFormatCondition object in the collection to remove. Removes the specified GridEXFormatCondition object from the collection. The GridEXFormatCondition object to remove. Overrides CollectionBase.OnClear Overrides CollectionBase.OnClearComplete Gets a GridEXFormatCondition object from the collection at the specified index. Gets a GridEXFormatCondition object from the collection with the specified key. Summary description for ExcelStyles. Represents a text box control that can limit the user input based on a numeric format Initializes a new instance of the NumericEditBox class. Raises the ValueChanged event. An EventArgs that contains the event data. Overrides EditBase.DefaultEditControl Overrides EditBase.DefaultTextAlignment Gets or sets a value that indicates wheter user can enter parentheses for negative nuumbers. Gets or sets the number of digits the user can enter. If -1 is used, the number of decimals specified in the regional settings is used. Gets or sets a value that determines whether the control should strip the format from the value when the control is being edited. Gets or sets a value that determines which mask for numeric data is used in the control. Gets or sets the format to use in the value when the editing operation has finished. Gets or sets a value that determines whether the control allows null values. Gets or sets the value for the control. Gets or sets a value that determines the Type of the Value property. Occurs when the Value property changes. Gets or sets the current Text in the control. Intended to be overriden by combo controls to drop its list when the method is called. Intended to be overriden by Combo controls Intended to be overriden by controls that use a valuelist or a GridEXDropDown to replace values Summary description for CalendarLayout. Summary description for DropDownDesignerDialog. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Overrides Form.OnClosing Overrides Form.OnLoad Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Summary description for LayoutRow. Contains information for sorting rows of a table in a GridEX control. Initializes a new instance of the Janus.Windows.GridEX.GridEXSortKey class Initializes a new instance of the Janus.Windows.GridEX.GridEXSortKey class Initializes a new instance of the Janus.Windows.GridEX.GridEXSortKey class Gets a value that represents the order in which values will be sorted. Gets or sets the Janus.Windows.GridEX.GridEXColumn in which the sorting occurs. Get the GridEXTable that owns this instance. A collection of GridEXFilterCondition objects that represent the conditions of a composite filter condition. Searches for the specified GridEXFilterCondition and returns the zero-based index of the first occurrence within the entire collection. The GridEXFilterCondition to locate in the collection. The zero-based index of the GridEXFilterCondition within the entire collection, if found; otherwise, -1. Gets a GridEXFilterCondition object from the collection at the specified index. Represents a group row of a GridEXCustomGroup Initializes a new instance of GridEXCustomGroupRow class. Initializes a new instance of GridEXCustomGroupRow class with the specified group caption. The caption for the group row. Initializes a new instance of GridEXCustomGroupRow class with the specified group caption and condition. The caption for the group row. The GridEXFilterCondition that rows need to meet in order to belong to the group row. Initializes a new instance of the GridEXCustomGroupRow class with a new condition created with the column and value specified. The column to be used in the condition. The value to be used in the condition, Initializes a new instance of the GridEXCustomGroupRow class with the group caption specified and with a new condition created with the column and value specified. The caption for the group row. The column to be used in the condition. The value to be used in the condition. Gets or sets the caption of the group row. Gets or sets the image list index value of the image displayed in the group row. Gets or sets the key accessor for the group row image in the ImageList. Gets or sets the image displayed in a group row. Gets or sets a value indicating whether the GroupRow contains all the rows that does not meet the condition of the other GridEXCustomGroupRows in the collection. Gets or set a GridEXFilterCondition that rows need to meet to belong to the group row. Gets or sets a value that determines whether the group row should be visible when no rows in the grid meet the condition of the group row. A collection of GridEXColumn objects that represent the columns of a GridEXTable object. Copies the elements of the specified GridEXColumn array to the end of the collection. The array of GridEXColumn objects to add to the collection. Inserts a GridEXColumn object in the collection at the specified index. The zero-based index at which value should be inserted. The GridEXColumn to insert. Creates a new GridEXColumn object and appends it at the end of the collection. The newly created GridEXColumn. Creates a new GridEXColumn object and appends it at the end of the collection. The key value for the new column The newly created GridEXColumn. Creates a new GridEXColumn instance with the specified DataMember and ColumnType and appends it at the end of the collection. The DataMember of the column. By default, Caption and key properties of the column will be equal to its DataMember. The ColumnType of the column. The newly create GridEXColumn. Creates a new GridEXColumn instance with the specified DataMember and ColumnType and appends it at the end of the collection. The DataMember of the column. By default, Caption and key properties of the column will be equal to its DataMember. The ColumnType of the column. The EditType of the column. The newly created GridEXColumn. Appends the specified GridEXColumn object at the end of the collection. The GridEXColumn object to add. Removes the GridEXColumn object from the collection at the specified index. The index of the GridEXColumn to remove. Removes the GridEXColumn with the specified key from the collection. The key of the GridEXColumn to remove. Removes the specified GridEXColumn object from the collection. The GridEXColumn object to remove. Gets the GridEXColumn object at the position specified. The position of the GridEXColumn object to retrieve. Determines whether a GridEXColumn with the specified key exist is in the list. The key to search True if a GridEXColumn with the specified key is in the list; otherwise, false. Determines whether a GridEXColumn instance belongs to this collection. The GridEXColumn instance to search True if the GridEXColumn is in the collection; otherwise false Gets a GridEXColumn object from the collection at the specified index. Gets a GridEXColumn object from the collection with the specified key. Gets the GridEX control that owns the object. Represents a column of data linked to a property in a GridEX control. It also represents an card entry item while the GridEX control is in Card View. Overrides JanusValueItemCollectionBase.BaseGetFilterValueList Initializes an instance of the Janus.Windows.GridEX.Column class. Initializes a new instance of the GridEXColumn class with the specified key. The key value for the new column Creates a new instance of the GridEXColumn class with the specified DataMember and ColumnType. The DataMember of the column. By default, Caption and key properties of the column will be equal to its DataMember. The ColumnType of the column. Creates a new instance of the GridEXColumn class with the specified DataMember, ColumnType and EditType. The DataMember of the column. By default, Caption and key properties of the column will be equal to its DataMember. The ColumnType of the column. The EditType of the column. Internal method. Do not use Overrides JanusFieldBase.OnDisplayNameChanged Overrides JanusFieldBase.BaseGetDisplayImage Indicates whether the DefaultGroupFormatString property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the DefaultGroupFormatString property to its default value. Indicates whether the DefaultGroupFormatMode property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the DefaultGroupFormatMode property to its default value. Resets the ImageSize property to its default value. Indicates whether the ImageSize property should be persisted. true if the property value has changed from its default; otherwise, false. Adjusts the width of a column to accommodate the longest text. Resets the FilterRowComparison property to its default value. Indicates whether the FilterRowComparison property should be persisted. true if the property value has changed from its default; otherwise, false. Gets or sets a value that determines which sort indicator appears in the header of the column. Gets or sets the custom group settings used to create a group when the column header is dropped in the Group By Box area. Gets or sets the key used to identify an object in a colletion. Gets or sets the name of a property in the data source for which the column displays its data. Gets or sets a value indicating whether the column can be grouped by the user. Gets or sets a value indicating whether the column can be sized by the user. Gets or sets a value indicating whether the column can be dragged by the user. Gets or sets a value that determines which button style will be used in cells that belong to the column. Gets or set a value that determines how buttons are displayed in the cells of this column. Gets or set a value that determines how buttons from the edit control are displayed in the cells of this column. Gets or sets the text used in text buttons on cells that belong to the column. Gets or sets the image used in image buttons on cells that belong to the column. Gets or sets the text displayed in the column's heading area. Gets or sets a GridEXFormatStyle object used to draw cells that belong to the column. Gets or sets the position of the column. Gets or sets a value that determines how column contents will be displayed. Gets or sets a value that determines whether the column presents a list of values or a single value. Gets or sets the image list index value of the image displayed by default on the cells that belong to the column. Gets or sets the key of the image displayed by default on the cells that belong to the column. Gets or sets the System.Drawing.Image object displayed by default on the cells that belong to the column. Gets or sets a value that determines how a column is edited by the user. Gets or sets the format to use when rendering values. Gets or sets a value that determines how values will be formatted. Gets or sets the format to use when rendering values in total row cells. Gets or sets a value that determines how values will be formatted in total rows. Gets or sets the text displayed in a group row when the value grouped is an empty string or null. Gets or sets the format to use when rendering group row values. Gets or sets a value that determines how values will be formatted in total rows. Gets or sets the string displayed in a group header row before the group row value. Gets or sets the key of the image displayed on the header. Gets or sets the System.Drawing.Image object displayed on the header. Gets or sets the image list index value of the image displayed on the header. Gets or sets the GridEXFormatStyle object used to draw the header of the column. Gets or sets the text displayed in a tool tip when users moves the mouse pointer over a column header. Gets or sets the maximum number of characters allowed in the cells that belong to the column. Gets or sets the minimum number of lines that should be displayed in the cells that belong to the column. Gets or sets the maximum number of lines that should be displayed in the cells that belong to the column. Gets or sets a value indcating whether the user can select cells that belong to the column. Gets or sets a value indicating whether the caption of the column will be displayed in the card body. Gets the sort order of the column if it is sorted or grouped. Gets or sets a System.Collections.IComparer used to compare values of the column when sorting its values. Gets or sets a System.Collections.IComparer used to compare values of the column when groping. Gets or sets an object that contains data to associate with the column. Gets or sets a value indicating whether the column shold have a ValueList. Gets the Janus.Windows.GridEX.GridEXValueListItemCollection associated with the column. Gets or sets the GridEXValueListItemColletion used as the source of the dropdown list. Gets or sets a value indicating whether the column is visible or hidden. Gets or sets a value that determines whether text in cells should be wrapped to the begining of the next line when necessary. Gets or sets a value indicating whether a column should be sorted when the user clicks on its header. Gets the GridEX control that owns the object. Gets or sets the width of the column in pixels. Get the GridEXTable object that owns the column. Gets or sets a value that determines how groups should be calculated. Gets or sets a value that determines if the formatted text or the plain value should be used when editing a cell. Gets the GridEXColumnSet object the jcolumn belongs. Gets or sets which row of a column set the column is placed. Gets or sets which column of a column set the object is placed. Gets or sets the number of columns in a column set, the object will span. Gets or sets the number of rows in a column set, the object will span. Gets or sets the left margin of the cells that belong to the column. Gets or sets the top margin of the cells that belong to the column. Gets or sets the right margin of the cells that belong to the column. Gets or sets the bottom margin of the cells that belong to the column. Gets or sets a value that determines how the text is aligned in the cells that belong to the column. Gets or sets a value that determines how the line(s) of text are aligned in the cells that belong to the column. Gets or sets a value that determines how text is aligned in the column header. Gets or sets a value that determines how the line(s) of text are aligned in the header. Gets or sets the aggregate function whose result will be shown in total rows for a column. Gets or sets a value indicating whether the column sholud get its values from the data source. Gets or sets a value that determines how cell values are retrieved. Gets or sets a value indicating whether the column’s value will be displayed in the card caption bar. Gets or sets whether a column’s icon will be displayed in the card caption bar. Gets or sets the color to treat as transparent. Gets or sets the size in which bound images should be drawn. Gets or sets the GridEXFormatStyle object used to draw group rows that belong to the column. Gets or sets a string representing the input mask used when editing a control. Gets or sets the character used to prompt a user for input when a mask is used. Gets or sets a value indicating whether literals should be included when updating a masked value. Gets or sets a value indicating whether the column should be shown in the field chooser window. Gets or sets a value determinig when the column shulod be printed. Gets or sets the GridEXDropdown object that acts as the drop down list for the column. Gets or sets whether null values shuld be allowed in a check box column. Gets or sets the actual value used when setting the value of a check box column to null. Gets or sets the actual value used when setting the value of the column to true. Gets or sets the actual value used when setting the value of a chek box column to false. Gets or sets a value indicating whether sort, find and filter operations sholud be done against the value or the display text of a cell. Gets or sets the text that will be displayed when a cell value is null or System.DBNull. Gets or sets a value that determines how cells in the filter row will be edited. Overrides JanusFieldBase.BaseDefaultFilterEditType Gets a value indicating whether there is at least one group associated with the column. Gets the GridEXGroup instance, if any, that is currently grouping rows by the column. Gets the GridEXSortKey object if any, that is currently sorting rows by the column. Gets a value indicating whether there is at least one SortKey associated with the column. Gets or sets a value indicating whether the column should be hidden when groupping by it. Gets or sets a value that indicates whether the column should be hidden when the user drops it outside the control. Gets or sets a value that determines how to trim a string so that it fits into the cell bounds. Gets or sets which areas of the column should be drawn by the developer. Gets or sets the value stored in the data source when the value entered by the user is an empty string. Gets or sets the default value for the column when adding a new row. Gets or sets the minimum value an integer up down control can have. Gets or sets the maximum value an integer up down control can have. Gets or sets the value to increment or decrement in an integer up down control when the up or down buttons are clicked. Gets or sets a value specifying whether values not in a value list or a dropdown should be allowed. Gets or set a value indicating whether the column should act as checkbox column in a checked list. Gets or sets a value that indicates whether an ActAsSelector column displays a check box in the header to allow the user to check all the rows at once. Get the Type of the values in the column. Gets or sets a value that determines the type of data in the column. Get or sets the text to display in tool tips for cells that belong to the column. Get or sets the text to display in tool tips for buttons in cells that belong to the column. Gets or sets a value that indicates which tool tip to use in cells that belong to this column. Gets or sets a value that indicates whether the casing should be ignored when comparing text. Gets or sets the character used to mask characters of a password in a non WordWrap column. Gets or sets whether the control modifies the case of characters as they are typed. Gets or sets a value that determines the behavior of the control when an invalid value has been entered by the user in a cell that belongs to the column. Gets or sets a value that determines which cells can be selected in the column when the Selectable property of the column is True. Gets or sets a value indicating whether cells are aligned to support locales using right-to-left fonts. Gets or sets a value that determines how the checkbox is aligned in the cells that belong to the column. Gets or sets a string that specifies the property of the elements in the list bound to a MultipleValues column, from which to get the value of each element. Gets or sets a value that determines whether the checkbox selector is shown inside the cells of the column. Gets or sets a value that determines how the size of the column is calculated when AutoSize method is called or when the user double clicks the header border. Gets or sets a value that determines whether AutoComplete functionality is used in a combo or multicolumncombo column. Gets or sets a value that determines the type of comparison to be used by default in cells of the filter row. Gets or sets a value that determines which button style will be used in filter row cells. Gets or sets a value that determines whether the None button is visible or not in the calendar dropdown. Gets or sets a value that determines whether the Today button is visible or not in the calendar dropdown. Summary description for ComboBox. Summary description for ComboBox. Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Summary description for ValueListDesigner. Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Initializes a new instance of the DataMemberEditor class. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Summary description for ImageDrag. A collection of GridEXTable objects that represent the tables of a GridEX control. Gets a GridEXTable object from the GridEXTableCollection collection at the specified index. Gets a GridEXTable object from the GridEXTableCollection collection with the specified key. A collection of GridEXSelectedItem objects that represent the rows selected in a GridEX control. Selects the row at the specified position in the GridEX control. The row then becomes part of the collection. Deselects the row represented by the GridEXSelectedItem. The GridEXSelectedItem object then is removed from the collection. The GridEXSelectedItem object to remove. Removes all the selected items from the collection. Sorts the SelectedItems based on its position. Gets a GridEXSelectedItem object from the collection at the specified index. Gets the number of GridEXSelectedItem objects in the collection. A Collection of GridEXGroup objects. Appends the specified GridEXGroup object at the end of the collection. The GridEXGroup object to add. Creates and adds a GridEXGroup with the specified column to the collection. The GridEXColumn in which the grouping occurs. The newly created GridEXGroup. Creates and adds a GridEXGroup with the specified GridEXColumn and SortOrder to the collection. The GridEXColumn in which the grouping occurs. The order in which group rows are sorted. The newly created GridEXGroup. Creates and adds a GridEXGroup with the column identified by the given key to the collection. The key of the GridEXColumn in which the grouping occurs. The newly created GridEXGroup. Creates and adds a GridEXGroup with the column identified by the given key and the given order to the collection The key of the GridEXColumn in which the grouping occurs. The order in which group rows are sorted. The newly created GridEXGroup. Copies the elements of the specified GridEXGroup array to the end of the collection. The array of GridEXGroup objects to add to the collection. Inserts a GridEXGroup object in the collection at the specified index. The zero-based index at which value should be inserted. The GridEXGroup to insert. Removes a GridEXGroup object from the collection at the specified index. The index of the GridEXGroup object in the collection to remove. Removes the specified GridEXGroup object from the collection. The GridEXGroup object to remove. Gets a GridEXGroup object from the collection at the specified index. Gets the first GridEXGroup object from the collection that is grouping rows by the specified column. Gets the first GridEXGroup object from the collection that is grouping rows by the column with the specified key. Summary description for CheckBoxEdit. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Provides a user interface for selecting GridEXColumn objects in a Properties window. Initializes a new instance of CompositeColumnsEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle Initializes a new instance of the Janus.Windows.GridEX.Design.CompositeColumnConverter class Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo See Component.Dispose Required method for Designer support - do not modify the contents of this method with the code editor. Required designer variable. Clean up any resources being used. true if managed resources should be disposed; otherwise, false. Required method for Designer support - do not modify the contents of this method with the code editor. Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Overrides Form.OnLoad Summary description for ExporterExcel. Summary description for ExcelColumn. Intended to be overriden by CheckBox editor Intended to be overriden by all controls. Summary description for EditBoxImageIndexEditor. Initialize a new instance of the EditBoxImageIndexConverter class. See TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Provides a user interface for selecting images of an ImageList in a Properties window. Initializes a new instance of the EditBoxImageIndexEditor class Overrides TypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Overrides UITypeEditor.GetPaintValueSupported Overrides UITypeEditor.PaintValue Summary description for FieldChooser. Required designer variable. Overrides Form.OnClosed Overrides Form.OnResize Represents a selected row in a GridEX control. Gets the GridEXRow object that represents the row selected. Gets a value that determines the type of row this object represents. Gets the position of the row in the GridEX control. Gets the GridEXTable object that this row belongs to. Contains persisted properties of a GridEX control. Creates an GridEXLayout object from the specified data stream. A Stream object that contains the data for this GridEXLayout object. The GridEXLayout object created. Creates an GridEXLayout object from the specified string. A string that contains the data for this GridEXLayout object. The GridEXLayout object created. Creates an GridEXLayout object from the specified Xml reader. An XmlReader object that contains the data for this GridEXLayout object. The GridEXLayout object created. Initializes a new instance of tho GridEXLayout class. Updates the layout with the changes in the GridEX properties when it is the current layout. Saves this GridEXLayout object to the specified Stream object. The Stream object to which to save this GridEXLayout object. Saves this GridEXLayout object to the specified XmlWriter object. The XmlWriter object to which to save this GridEXLayout object. Saves this GridEXLayout object as an Xml string. A Xml string containing the GridEXLayout object persisted properties. Creates a new object that is a copy of the current instance. A GridEXLayout that is the copy of the current instance. Creates a new object that is a copy of the current instance. A Boolean that specifies whether the ChildLayouts are copied or not. A GridEXLayout that is the copy of the current instance. Indicates whether the properties in the GridEX control differ from the persisted information. Sets the DataSource and DataMember properties at once. If the layout is the CurrentLayout in its GridEX control owner, applies these properties to control also. The data source for the control when this layout is used. A string that specifies the table to bind to within the object returned by the DataSource property. Creates a new GridEXLayout that can be used as a stand alone layout. A GridEXLayout that can be used a stand alone layout Gets the parent GridEXLayout instance. Gets or sets the key used to identify an object in a collection. Gets or sets an object that contains data to associate with the layout. Gets or sets a value that specifies the categories of properties to be persisted in a layout. Gets or sets an Xml string containing the persisted properties in a GridEX control. Gets or sets a value indicating whether this instance is the current layout in the control. Gets or sets the data source for which the GridEX control displays its data when this instance is the current layout. Gets or sets the name of a list in a data source for which the GridEX control displays its data when this instance is the current layout. Gets the collection of GridEXLayout objects that inherit their values fromthe layout. Gets a value that determines whether the layout is a stand alone layout or if it is a child of another layout. Gets or sets a string that can be used to store an informational description in the layout. Design Time support property. Contains information for grouping rows of a table using custom group rows. Initializes a new instance of GridEXCustomGroup class. Resets the HeaderCaption property to its default value. Indicates whether the HeaderCaption property should be persisted. true if the property value has changed from its default; otherwise, false. Internal use. Gets or sets a value that determines the type of the custom group. Gets or sets the columns to be used that contains the values to be grouped. Gets or sets the text displayed in the group by box header. Gets or sets a value indicating whether the CustomGroup should be shown in the FieldChooser associated to the GridEX control. Gets the collection of GroupRows associated to the custom group. Gets or sets the key used to identify an object in a collection. Summary description for GridEXDesigner. Initializes a new instance of the MultiColumnComboDesigner class. See ComponentDesigner.Verbs. Provides a type converter to convert enums to a string representation. Initializes a new instance of the FlagsEnumConverter class. Overrides TypeConverter.CanconvertTo Overrides TypeConverter.ConvertTo Provides a user interface for selecting flags in a Properties window. Initializes a new instance of the FlagsEnumEditor class. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Provides a type converter to convert GridEXDropDown objects to a string representation. Initializes a new instance of the DropDownConverter class. Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Represents a format style that is applied to rows that meet a certain condition. Initializes a new instance of the Janus.Windows.GridEX.GridEXFormatCondition class. Initializes a new instance of the Janus.Windows.GridEX.GridEXFormatCondition class. The GridEXColumn to compare the value. The operator used for comparison. The value to compare. Initializes a new instance of the Janus.Windows.GridEX.GridEXFormatCondition class. The GridEXColumn to compare the values. The operator used for comparison. The value to compare. The value to compare. Creates a new object that is a copy of the current instance. A new GridEXFormatCondition that is the copy of the current instance. Resets the FormatStyle property to its default value. Indicates whether the FormatStyle property sholud be persisted. true if the property value has changed from its default; otherwise, false. Indicates whether a GridEXRow meets the criteria specified in condition The GridEXRow instance to evaluate True if the GridEXRow meets the criteria; otherwise, false. Gets or sets the key used to identify an object in a colletion. Gets the index of the format condition in the collection. Gets or set a GridEXFilterCondition that rows need to meet in order to apply the FormatStyle associated to this instance in them. Gets or sets the GridEXColumn to compare the value(s). Gets the GridEXTable object that owns this instance. Gets or sets the object value to compare. Gets or sets the object value to compare when the condition operator requires two values. Gets or sets the GridEXFormatStyle object that will be applied to the rows that match the condition. Gets or sets the GridEXFormatStyle object that will be applied to the preview row in rows that match the condition. Gets or sets the operator used for comparison. Gets or sets the GridEXColumn object where the FormatStyle will be applied. Gets or sets a value that determines whether to apply the GridEXFormatCondition in the records of the parent table. Gets or sets a value that determines whether the format style associated to this GridEXFormatCondition should be merged with the format style of other GridEXFormatCondition instances. Janus NumericEdit Control for .Net. Initializes a new instance of the NumericEdit class. Overrides TextBox.OnMultilineChanged Raises the ValueChanged event. An EventArgs that contains the event data. This member overrides Control.IsInputKey Overrides Control.OnKeyDown Overrides TextBox.OnKeyUp Overrides Control.OnMouseDown Overrides Control.OnEnter Overrides Control.OnGotFocus Overrides Control.OnLeave Overrides Control.OnLostFocus Overrides Control.OnTexxtChanged Overrides Control.OnKeyPress Overrides TextBox.OnAcceptsTabChanged Gets or sets the number of digits the user can enter. If -1 is used, the number of decimals specified in the regional settings is used. Gets or sets a value that determines whether the control should strip the format from the value when the control is being edited. Gets or sets a value that determines whether the control allows null values. Gets or sets the value for the control. Occurs when the Value property changes. Gets or sets a value that determines the Type of the Value property. Gets or sets a value that determines which mask for numeric data is used in the control. Gets or sets the format to use in the value when the editing operation has finished. Gets or sets a value that indicates wheter user can enter parentheses for negative nuumbers. Gets or sets how text is aligned in a NumericEdit control. Gets or sets the Text associated with the control. Represents a text box control. Initializes a new instance of EditBox class Overrides EditBase.DefaultEditControl Gets or sets a value indicating whether pressing ENTER in a multiline EditControl creates a new line of text in the control or activates the default button for the form. Gets or sets a value indicating whether pressing the TAB key in a multiline edit box control types a TAB character in the control instead of moving the focus to the next control in the tab order. Gets or sets a value indicating whether this is a multiline text box control. Indicates whether a multiline edit box control automatically wraps words to the beginning of the next line when necessary. Gets or sets the lines of text in a text box control. Gets or sets the character used to mask characters of a password in a single-line edit box control. Gets or sets which scroll bars should appear in a multiline System.Windows.Forms.TextBox control. Gets or sets a custom System.Collections.Specialized.StringCollection to use when the EditBox.AutoCompleteSource property is set to CustomSource. Gets or sets an option that controls how automatic completion works for the EditBox. Gets or sets a value specifying the source of complete strings used for automatic completion. Specifies the type of buttons an EditBase control should display Control will display the button specified by the ButtonStyle property Control will display up down buttons. Specifies which button style a Edit control uses. The column or control does not display a button. The column or control displays a button with ellipsis ("…") aligned to the right. The column or control displays a button with a down-pointing arrow aligned to the right. The column or control displays a button with an image aligned to the right. The column or control displays a text button aligned to the right. Specifies the type of a button in an EditBase control. Represents the button of an EditBase control with ButtonType.SingleButton Represents the up button of an EditBase control with ButtonType.UpDownButtons Represents the down button of an EditBase control with ButtonType.UpDownButtons Summary description for frmDropDownWizard. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. A collection of GridEXGroupHeaderTotal objects. Appends the specified GridEXGroupHeaderTotal object at the end of the collection. The GridEXGroupHeaderTotal object to add. Copies the elements of the specified GridEXGroupHeaderTotal array to the end of the collection. The array of GridEXGroupHeaderTotal objects to add to the collection. Removes the specified GridEXGroupHeaderTotal instance from the collection. A GridEXGroupHeaderTotal object ot remove from the collection. Searches for the specified GridEXGroupHeaderTotal and returns the zero-based index of the first occurrence within the entire collection. The GridEXGroupHeaderTotal to locate in the collection. The zero-based index of the GridEXGroupHeaderTotal within the entire collection, if found; otherwise, -1. Overrides JanusCollectionBase.OnClearComplete Overrides JanusCollectionBase.OnInsertComplete Overrides JanusCollectionBase.OnRemoveComplete Gets the GridEXTable object that owns this instance. Gets a GridEXGroupHeaderTotal object from the collection at the specified index. Gets the first GridEXGroupHeaderTotal object from the collection with the specified key. A collection of GridEXFormatStyle objects Creates a new GridEXFormatStyle object and appends it at the end of the collection. The GridEXFormatStyle object that was added. Appends the GridEXFormatStyle object at the end of the collection. The GridEXFormatStyle object to add. Copies the elements of the specified GridEXFormatStyle array to the end of the collection. The array of GridEXFormatStyle objects to add to the collection. Overrides CollectionBase.OnInsert Overrides CollectionBase.OnInsertComplete Removes the specified GridEXFormatStyle object from the collection. The GridEXFormatStyle object to remove. Overrides CollectionBase.OnremoveComplete Overrides CollectionBase.OnClear Overrides CollectionBase.OnClearComplete Retrieves the index of the specified GridEXFormatStyle in the collection. The GridEXFormatStyle to locate in the collection. A zero-based index value that represents the position of the specified GridEXFormatStyle in the collection. Gets a GridEXFormatStyle object from the collection with the specified key. Gets a GridEXFormatStyle object from the collection at the specified index. ImageIndexConverter class. Initiliazes a new instance of the ImageIndexConverter class. See TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Provides a user interface for selecting images of an ImageList in a Properties window. Initializes a new instance of the ImageIndexEditor class Overrides TypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Overrides UITypeEditor.GetPaintValueSupported Overrides UITypeEditor.PaintValue Summary description for FilterEditorDialog. Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Provides a user interface for selecting GridEXDropDown objects in a Properties window. Initializes a new instance of the DropdownEditor class. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Summary description for GeneralPage. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Summary description for BuiltInTexts. Required designer variable. Initialize a new instance of the BuilInTextsPage Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Initializes a new instance of the Janus.Windows.GridEX.Design.CustomGroupConverter class Overrides TypeConverter.CanConvertTo Overrides TypeConverter.ConvertTo Provides a user interface for selecting GridEXCustomGroup objects in a Properties window. Initializes a new instance of the ColumnEditor class. Overrides UITypeEditor.EditValue. Overrides UITypeEditor.GetEditStyle Contains information for sorting rows in a table of a GridEX control. Appends the specified GridEXSortKey object at the end of the collection. The GridEXSortKey object to add. Creates and adds a GridEXSortKey with the specified column to the collection. The GridEXColumn in which the sorting occurs. The newly created GridEXSortKey. Creates and adds a GridEXSortKey with the specified GridEXColumn and SortOrder to the collection. The GridEXColumn in which the sorting occurs. The order in which rows are sorted. The newly created GridEXSortKey. Creates and adds a GridEXSortKey with the column identified by the given key to the collection. The key of the GridEXColumn in which the sorting occurs. The newly created GridEXSortKey. Creates and adds a GridEXSortKey with the column identified by the given key and the given order to the collection The key of the GridEXColumn in which the sorting occurs. The order in which rows are sorted. The newly created GridEXSortKey. Copies the elements of the specified GridEXSortKey array to the end of the collection. The array of GridEXSortKey objects to add to the collection. Removes a GridEXSortKey object from the collection at the specified index. The index of the GridEXSortKey object in the collection to remove. Removes the specified GridEXSortKey object from the collection. The GridEXSortKey object to remove. Gets a GridEXSortKey object from the collection at the specified index. Gets the first GridEXSortKey object from the collection that is sorting rows by the specified column. Gets the first GridEXSortKey object from the collection that is sorting rows by the column with the specified key. A collection of GridEXDropDown objects to be used as drop down lists in columns. Creates a new GridEXDropDown object and appends it at the end of the collection. The GridEXDropDown object that was added. Creates a new GridEXDropDown object and appends it at the end of the collection. The GridEXDropDown object that was added. Appends the specified GridEXColumn object at the end of the collection. The GridEXDropDown object to add to the collection. Copies the elements of the specified GridEXDropDown array to the end of the collection. The array of GridEXDropDown objects to add to the collection. Overrides CollectionBase.OnInsert Overrides CollectionBase.OnInsertComplete Removes the specified GridEXDropDown object from the collection. The GridEXDropDown object to remove. Gets the index of the specified GridEXDropDown in the collection. The GridEXDropDown to locate in the collection. The index of the given GridEXDropDown, if found; otherwise -1, Overrides CollectionBase.OnClear Overrides CollectionBase.OnClearComplete Overrides CollectionBase.OnRemoveComplete Determines whether a GridEXDropDown with the specified key exists in the list. Gets the GridEX control that owns the collection. Gets a GridEXDropDown object from the collection at the specified index. Gets a GridEXDropDown object from the collection with the specified key. Represents a cell in a GridEXRow. Gets the GridEXRow instance that owns the cell. Get or sets the text to display in the tool tips for the cell. Gets the GridEXColumn object the cell belongs to. Gets or sets the Value associated to the cell. Gets or sets a value indicating whether the data has changed. Gets or sets the value associated to the cell. Gets or sets the key of the image displayed in a cell. Gets or sets the index of the image displayed in a cell. Gets or sets the System.Drawing.Image object displayed in a cell. Gets or sets the size in which bound images should be drawn. Gets or sets the format style for the cell. Provides Data for the RowCheckStateChanging event. Provides data for the RowCheckStateChange event Gets the new CheckState setting for the row. Gets the old CheckState setting of the row. Gets the row whose CheckState value is changing. Gets a value that determines the type of CheckState change. Gets or sets a value indicating whether the event should be canceled. Represents the method that handles the RowCheckStateChanging event. Represents the method that handles the RowCheckStateChange event. Provides data for the CreateMultipleValueItem event. Gets the MultipleValues column that is creating the item. Gets the value associated to the item that is being created. Gets or sets the Item to add to list. Represents the method that handles the CreateMultipleValueItem event. Provides data for the RowDrag event. Gets the name of the mouse button that was clicked during the drag operation. Represents the method that handles the RowDrag event. Provides data for the DrawGridArea event. Draws the background of the grid area being painted. Gets the GridEXTable object the grid area being panted belongs. Gets the GridEXColumn object the grid area being painted belongs. Gets the GridEXRow object the grid area being painted belongs. Gets the graphics surface to draw the grid area on. Gets or sets a value that specifies whether the area was drawn by the owner. Gets the type of the grid area being drawn. Gets the rectangle that represents the bounds of the grid area being drawn. Gets the font assigned to the grid area being drawn. Gets the background color of the grid area being draw. Gets a Brush object that can be used to draw the grid area background. Gets the foreground color of the grid area being drawn. Gets a Brush object that can be used to draw the grid area foreground. Gets the proposed StringFormat to use when drawing text in the grid area. Represents the method that handles the DrawGridArea event. Contains data for the FormattingRow and LoadingRow events. Gets the GridEXRow object that is being loaded. Represents the method that handles the LoadingRow or FormattingRow events. Provides data for a column related event. Gets the GridEXColumn object used by the event. Contains data for a cancelable event related to a GridEXColumn. Gets the GridEXColumn object associated to the event. Gets or sets a value indicating whether the event should be canceled. Contains data for CurrentCellChanging event. Gets the GridEXRow to be selected. Gets the GridEXColumn to be selected. Gets or sets a value indicating whether the current cell change should be canceled. Represents the method that handles the CurrentCellChanging event. Represents the method that handles events related to GridEXColumn objects. Represents the method that handles events related to GridEXColumn objects that can be cancelled. Contains data for the EditingCell event. Gets the GridEXColumn object that owns the cell that is being edited. Gets or sets a value indicating whether the event should be canceled. Gets or sets the Value to edit. Represents the method that handles the EditingCell event. Contains data for the MovingColumn event. Gets or sets a value indicating whether the event should be canceled. Gets the GridEXColumn object being moved. Gets or sets the position to move the column to. Represents the method that handles the MovingColumn event. Contains the data for the UpdatingCell event. Gets the GridEXColumn object that owns the cell being updated. Gets or sets a value indicating whether the event should be canceled. Gets or sets the value to commit to the datasource. Gets the value the cell had before the change. Represents the method that handles the UpdatingCell event. Represents the method that handles the FetchCellToolTip event. Contains the data for the Error event. Gets the Exception catched by the control. Gets or sets a value that indicates whether the control should show a message box with error message. Gets or sets the error message to show in the message box. Represents the method that handles the Error event. Contains data for the InputMaskError event Gets the GridEXColumn with the input mask error. Gets or sets the Text of the cell where the error occurred. Gets or sets a value that determines how the control acts when there is an error in a column using an InputMask Represents the method that handles the InputMaskError event. Contains data for the GroupsChanging event. Gets the GridEXGroup that being added, removed or moved. Gets an action that specifies how the GridEXGroupCollection changed. Gets or sets the position of the group when the action is insert or move. Gets or sets a value indicating whether the event should be canceled. Gets the GridEXTable object that owns the groups collection that is changing. Represents the method that handles the GroupsChanging event. Contains the data for the GroupsChanged event. Gets the GridEXTable object that owns the groups collection that changed. Represents the method that handles the GroupsChanged event. Contains data for a cancelable event related to a GridEXGroup object. Gets the GridEXGroup object associated to the event. Gets or sets a value indicating whether the event should be canceled. Represents the method that handles events related to GridEXGroup objects that can be cancelled. Contains the data for a GridEXGroup related event. Gets the GridEXGroup object associated to the event. Represents the method that handles events related to GridEXGroup objects. Contains the data for a cancelable event related to a GridEXColumnSet object. Gets the GridEXColumnSet object associated to the event. Gets or sets a value indicating whether the event should be canceled. Represents the method that handles events related to GridEXColumnSet objects that can be cancelled. Contains the data for the SizingCards events. Gets or sets the card width. Gets or sets a value indicating whether the event should be canceled. Represents the method that handles the Sizingcards event. Contains the data for the SizingColumn event. Gets the GridEXColumn object being sized. Gets or sets the width of the column. Gets or sets a value indicating whether the event should be canceled. Represents the method that handles the SizingColumn event. Contains the data for the SizingColumnSet event. Gets the GridEXColumnSet object being sized. Gets or sets the width of the column set. Gets or sets a value indicating whether the event should be canceled. Represents the method that hendles the SizingColumnSet event. Contains the data for the DropDownHide event. Gets the GridEXColumn that owns the cell where the drop-down was hidden. Gets a value indicating whether the drop down was hidden because a value was selected in it or because the user pressed the Escape key. Represents the method that handles the DropDownHide event. Contains the data for the NotInList event. Gets the GridEXColumn object that owns the cell where the user entered a value not present in the list. Gets the text that the user entered and was not found in the list. Gets or sets a value indicating whether the event should be cancelled. Represents the method that handles the NotInList event. Contains the data for the InitCustomEdit event. Gets the char that initiated the edit in a cell. Gets the GridEXRow object that owns the cell that is about to be edited. Gets the gridEXColumn object that the cell that is about to be edited. Gets or sets the control that will be used for edition. Gets the GridEXFormatStyle object that contains the color and font of the coll being edited. Gets the Value being edited. Represents the method that handles the InitCustomEdit event. Contains the data for the EndCustomEdit event. Gets the control used for edition. Gets the GridEXRow object that owns the cell that is about to be edited. Gets the gridEXColumn object that the cell that is about to be edited. Gets or sets the value that will be committed to the data source. Gets or sets a value indicating whether the data was changed by the user. Gets or sets a value indicating whether the update of the cell was cancelled. Represents the method that handles the EndCustomEdit event. Contains data for events related to GridEXRow. Gets the GridEXRow object that is being loaded. Represents the method that handles events related to a GridEXRow. Contains data for a cancelable event related to a GridEXRow. Gets the GridEXRow object that is being loaded. Gets or sets a value indicating whether the event should be canceled. Represents the method that handles events related to GridEXRow objects that can be cancelled. Contains data for the GetNewRow event. Gets and sets an object to be used as the new row being added. Represents the method that handles the GetNewRow event. Contains the data for the DropDownHide event of the MultiColumnCombo control. Gets a value indicating whether the drop down was hidden because a value was selected in it or because the user pressed the Escape key. Represents the method that handles the DropDownHide event of the MultiColumnCombo control. Contains data for the GetChildList event. Gets the parent GridEXRow whose child rows are being retrieved. Gets the child table for which the child table is being requested. Gets or sets the list containing the child rows to be shown in the specified child table Represents the method that handles the GetChildList event. Contains the data for the ParseEditValue event. Get the GridEXRow that owne the cell being updated. Gets the GridEXColumn object that owns the cell being updated. Gets or sets the exception to be thrown if the parse operation fails. Gets the value entered by the user. Gets the converted value proposed by the grid. Represents the method that handles the ParseEditValue event. Summary description for GridEXFilterConditionsEditor. Required designer variable. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Intended to be overriden by combo controls to drop its list when the method is called. Intended to be overriden by Combo controls Intended to be overriden by controls that use a valuelist or a GridEXDropDown to replace values Required designer variable Required method for Designer support - do not modify the contents of this method with the code editor Required method for Designer support - do not modify the contents of this method with the code editor. Summary description for ObjectTypeEditor. Required designer variable. Initialize a new instance of the ObjectTypeDialog class Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Gets or sets the selected value Summary description for FormatStyleDialog. Clean up any resources being used. Summary description for LayoutTreePage. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Summary description for ColumnList. Required designer variable. Clean up any resources being used. Encapsulates a collection of texts used by the GridEX Control. Resets the given built-in text to its default value The built-in text to be reset Resets all the built-in texts in the collection their default values. Gets or sets a string value that represents the text for the given built-in text. Summary description for ExcelRow. Summary description for RecordNavigator. Clean up any resources being used. Summary description for GridEXDesignerDialog. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. See Form.OnClosing Overrides Form.OnLoad CollectionPage class. Clean up any resources being used. Required method for Designer support - do not modify the contents of this method with the code editor. Provides a user interface for selecting data members in a Properties window. Initializes a new instance of the DataMemberEditor class. Overrides UITypeEditor.EditValue Overrides UITypeEditor.GetEditStyle Determines how scrollbars and buttons are drawn in a control when VisualStyle Standard is used. Resets the all the properties of the ControlStyle object to its default value. Resets the ControlColor property to its default value. Indicates whether the ControlColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ControlTextColor property to its default value. Indicates whether the ControlTextColor should be persisted. true if the property value has changed from its default; otherwise, false. Resets the ScrollBarColor property to its default value. Indicates whether the ScrollBarColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the WindowColor property to its default value. Indicates whether the WindowColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the WindowTextColor property to its default value. Indicates whether the WindowTextColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the HoverBlendColor property to its default value. Indicates whether the HoverBaseColor property should be persisted. true if the property value has changed from its default; otherwise, false. Resets the HoverBlendColor property to its default value. Indicates whether the HoverBlendColor property should be persisted. true if the property value has changed from its default; otherwise, false. Gets or sets a value that determines the 3D appearance of buttons and scrollbars. Gets or sets a value specifying the background color of buttons and scrollbars. Gets or sets the foreground color of buttons and scrollbars. Gets or sets a value that represents the background color of the ScrollBar. Gets or sets a value that represents the background color of dropdown windows. Gets or sets a value that represents the foreground color of dropdown windows. Gets or sets the color that will be blended with the HoverBlendColor when a flat apperance is used. Gets or sets the color that will be blended with the HoverBaseColor when a flat appearance is used. Gets or sets a value indicating the percentage of the HoverBlendColor to blend wiht the HoverBaseColor. Gets or sets the percentage of the HoverBlendColor to blend with the HoverBaseColor when the mouse is captured by the button.