|
Name |
Description |
|
AddDesignItem
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
AddNewRow
|
Adds a new record. (Inherited from ColumnView)
|
|
ApplyColumnsFilter
|
Enables the filtering functionality. (Inherited from ColumnView)
|
|
ApplyFindFilter
|
Fills in the Find Panel with the specified query and applies it. (Inherited from ColumnView)
|
|
Assign
|
Clones all available settings from the target view to this TileView object.
|
|
AssignTileTable
|
Clones all available table layout settings from the specified template item to the current View's template item.
|
|
AssignTileTemplate
|
Generates a tile item template from the target element collection.
|
|
BeginDataUpdate
|
Prevents visual and internal data updates until the BaseView.EndDataUpdate method is called. (Inherited from ColumnView)
|
|
BeginInit
|
Begins the runtime initialization of this TileView.
|
|
BeginSelection
|
Prevents selection updates until the BaseView.EndSelection or the BaseView.CancelSelection method is called. (Inherited from BaseView)
|
|
BeginSort
|
Prevents visual and internal data updates until the ColumnView.EndSort method is called. (Inherited from ColumnView)
|
|
BeginUpdate
|
Locks the BaseView object by preventing visual updates of the object and its elements until the EndUpdate method is called. (Inherited from BaseView)
|
|
CalcColumnBestWidth
|
Returns the minimum width that the specified column needs to display its contents completely. (Inherited from ColumnView)
|
|
CalcHitInfo
|
Overloaded. Returns the hit info for the target location.
|
|
CancelSelection
|
Enables selection updates after the BaseView.BeginSelection method call, but doesn't force an immediate update. (Inherited from BaseView)
|
|
CancelUpdateCurrentRow
|
Cancels changes made to focused row cells. (Inherited from ColumnView)
|
|
CanGroupColumn
|
Checks whether or not the current TileView can be grouped against a specific GridColumn.
|
|
CanResizeColumn
|
Indicates whether end-users can resize a specific column by dragging its right edge. (Inherited from ColumnView)
|
|
CanSortColumn
|
Indicates whether end-users can sort data by the specified column's values. (Inherited from ColumnView)
|
|
CheckLoaded
|
Forces the grid control to finish its initialization. (Inherited from BaseView)
|
|
ClearColumnErrors
|
Removes error descriptions for the focused row. (Inherited from ColumnView)
|
|
ClearColumnsFilter
|
Removes any filter conditions applied to the View's columns. (Inherited from ColumnView)
|
|
ClearDocument
|
Clears a previously generated document for printing/exporting. (Inherited from BaseView)
|
|
ClearFindFilter
|
Discards the query in the Find Panel. (Inherited from ColumnView)
|
|
ClearImageLoader
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
ClearSelection
|
Unselects any selected rows in the current View when multiple row selection is in effect. (Inherited from ColumnView)
|
|
ClearSorting
|
Clears sorting applied to the View. (Inherited from ColumnView)
|
|
CloseEditor
|
Hides the active editor saving changes made. (Inherited from BaseView)
|
|
Connect
|
Connects the View to the specified object. (Inherited from BaseView)
|
|
ConvertFormatConditionToFormatRules
|
Converts objects from the BaseView.FormatConditions collection to GridFormatRule objects and adds them to the ColumnView.FormatRules collection. (Inherited from ColumnView)
|
|
CopyToClipboard
|
Copies the selected record(s) to the Clipboard as text. (Inherited from BaseView)
|
|
CreateDocument
|
Creates a print/export document from the View's data. (Inherited from BaseView)
|
|
CreateExportLink
|
Returns an object that enables you to export a View's data in a number of different formats. (Inherited from BaseView)
|
|
CreateItem
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
CreateObjRef
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
|
|
DeleteRow
|
Deletes a data record or group row (in Grid Views) from the View. Also removes the corresponding row from a data source. (Inherited from ColumnView)
|
|
DeleteSelectedRows
|
Deletes the selected rows/cards in multiple selection mode or focused row/card in single selection mode. (Inherited from ColumnView)
|
|
Disconnect
|
Removes the connection between the View and the specified object. (Inherited from BaseView)
|
|
Dispose
|
Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
|
|
EndDataUpdate
|
Enables visual and internal data updates after the BaseView.BeginDataUpdate method call, and forces an immediate View update. (Inherited from BaseView)
|
|
EndInit
|
Ends the runtime View initialization. (Inherited from BaseView)
|
|
EndSelection
|
Enables selection updates after calling the BaseView.BeginSelection method and forces an immediate update. (Inherited from BaseView)
|
|
EndSort
|
Enables visual and internal data updates after the ColumnView.BeginSort method call, and forces an immediate View update. (Inherited from ColumnView)
|
|
EndUpdate
|
Unlocks the BaseView object after a call to the BeginUpdate method and causes an immediate visual update. (Inherited from BaseView)
|
|
EnsureRowLoaded
|
Loads a row (if it is not already loaded) and calls your callback method after that. This method is in effect in Instant Feedback Mode. (Inherited from ColumnView)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Export
|
Overloaded. Exports the data displayed by the GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) in the specified format to a file, using the specified options. (Inherited from BaseView)
|
|
ExportToCsv
|
Overloaded. Exports the control's data to the specified file in CSV format. (Inherited from BaseView)
|
|
ExportToDocx
|
Overloaded. Exports the view's data in the Office Open XML file format and saves it to the specified DOCX file. (Inherited from BaseView)
|
|
ExportToExcelOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in MS Excel format. (Inherited from BaseView)
|
|
ExportToHtml
|
Overloaded. Exports the GridControl.DefaultView's data to the specified stream in HTML format using the specified options. (Inherited from BaseView)
|
|
ExportToHtmlOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in HTML format. (Inherited from BaseView)
|
|
ExportToMht
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in MHT format. (Inherited from BaseView)
|
|
ExportToPdf
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in PDF format. (Inherited from BaseView)
|
|
ExportToRtf
|
Overloaded. (Inherited from BaseView)
|
|
ExportToText
|
Overloaded. Exports the GridControl.DefaultView's data to the specified file in Text format using the specified options. (Inherited from BaseView)
|
|
ExportToTextOld
|
Obsolete. Exports the GridControl.DefaultView's data to the specified file in TXT format. (Inherited from BaseView)
|
|
ExportToXls
|
Overloaded. Exports the GridControl.DefaultView's data to a file in XLS format with the specified formatting settings. (Inherited from BaseView)
|
|
ExportToXlsx
|
Overloaded. Exports the GridControl.DefaultView's data to the specified stream in XLSX (MS Excel 2007) format using the specified options. (Inherited from BaseView)
|
|
FindRow
|
Searches for the target data row within this ColumnView. (Inherited from ColumnView)
|
|
Focus
|
Focuses the Grid Control and current View within it. (Inherited from BaseView)
|
|
FocusInvalidRow
|
Moves focus to an invalid row. (Inherited from ColumnView)
|
|
GetCheckedRows
|
Returns the array of row handles for data rows whose related tiles are currently checked.
|
|
GetChildRowCount
|
Returns the number of tiles in the group with the specified unique identifier.
|
|
GetChildRowHandle
|
Returns a unique identifier of the tile at the specified position in the group with the specified handle.
|
|
GetColumnError
|
Gets the error description for a specific cell or the entire focused row. (Inherited from ColumnView)
|
|
GetColumnErrorType
|
Gets the type of the error associated with the specified cell in the currently focused row. (Inherited from ColumnView)
|
|
GetDataRow
|
Returns a System.Data.DataRow object that represents the specified row. (Inherited from ColumnView)
|
|
GetDataSourceRowIndex
|
Returns the index of the data source record that corresponds to the specified row handle. (Inherited from ColumnView)
|
|
GetDisplayTextByColumnValue
|
Formats a value according to the specified column's format settings. (Inherited from ColumnView)
|
|
GetFilterDisplayText
|
Overloaded. Returns the textual representation of the specified DevExpress.Data.Filtering.CriteriaOperator object. (Inherited from ColumnView)
|
|
GetFocusedDataRow
|
Returns a System.Data.DataRow object that represents the focused row. (Inherited from ColumnView)
|
|
GetFocusedDataSourceRowIndex
|
Returns the index of the data source record that corresponds to the focused grid row (card). (Inherited from ColumnView)
|
|
GetFocusedDisplayText
|
Returns the focused cell's display value. (Inherited from ColumnView)
|
|
GetFocusedRow
|
Returns an object representing the focused row. (Inherited from ColumnView)
|
|
GetFocusedRowCellDisplayText
|
Overloaded. Returns the text displayed in the specified column within the focused row. (Inherited from ColumnView)
|
|
GetFocusedRowCellValue
|
Overloaded. Returns the specified column's edit value within the focused row. (Inherited from ColumnView)
|
|
GetFocusedValue
|
Returns the focused cell's value. (Inherited from ColumnView)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetIncrementalText
|
Returns the text being searched during an incremental search. (Inherited from ColumnView)
|
|
GetLifetimeService
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
GetListSourceRowCellValue
|
Overloaded. Returns the value of the specified cell, which is identified by a column and the index of a record in the data source. (Inherited from ColumnView)
|
|
GetNearestCanFocusedColumn
|
Returns the nearest column to the specified one that can be focused. (Inherited from ColumnView)
|
|
GetNextVisibleRow
|
Returns the visible index of the row that follows a specific row. (Inherited from ColumnView)
|
|
GetParentRowHandle
|
Returns the unique identifier of the group to which the tile with the specified identifier belongs.
|
|
GetPrevVisibleRow
|
Gets the visible index of the row that is located prior to the specified row. (Inherited from ColumnView)
|
|
GetRow
|
Returns an object that represents the row in a Grid data source. (Inherited from ColumnView)
|
|
GetRowCellDisplayText
|
Overloaded. Returns a specific cell's display value from the current View. (Inherited from ColumnView)
|
|
GetRowCellValue
|
Overloaded. Gets the value of the specified cell in the grid's data source. (Inherited from ColumnView)
|
|
GetRowExpanded
|
Returns whether the tile group with the specified handle is expanded.
|
|
GetRowHandle
|
Returns the handle of the row which represents the specified record in the data source. (Inherited from ColumnView)
|
|
GetSelectedRows
|
Returns the handles of the selected rows or cards. Multiple rows can be selected when the ColumnViewOptionsSelection.MultiSelect option is set to true. (Inherited from ColumnView)
|
|
GetShowEditorMode
|
Overloaded. This member supports the internal infrastructure, and is not intended to be used directly from your code. (Inherited from ColumnView)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
GetViewCaption
|
Gets the View's display caption. (Inherited from BaseView)
|
|
GetViewInfo
|
Overloaded. Returns an object containing the internal information used to render the view.
|
|
GetVisibleColumn
|
Returns the column displayed at a specific position. (Inherited from ColumnView)
|
|
GetVisibleIndex
|
Returns the visible index of the row specified by its handle. (Inherited from ColumnView)
|
|
GetVisibleRowHandle
|
Returns the handle of the row which is displayed at the specified position. (Inherited from ColumnView)
|
|
HideEditForm
|
Closes the currently displayed Edit Form.
|
|
HideEditor
|
Closes the currently active inplace editor discarding changes made to the edited value. (Inherited from ColumnView)
|
|
HideFindPanel
|
Hides the Find Panel. (Inherited from ColumnView)
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
|
|
Invalidate
|
Invalidates the region occupied by the current View (adds it to the control's update region that will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. (Inherited from BaseView)
|
|
InvalidateHitObject
|
Invalidates the View element located at the point specified by the hit information object. (Inherited from BaseView)
|
|
InvalidateRect
|
Invalidates the specified region of a View (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. (Inherited from BaseView)
|
|
InvertRowSelection
|
Toggles the specified row's selected state. (Inherited from ColumnView)
|
|
IsDataRow
|
Indicates whether the specified record is a regular data row/card. (Inherited from ColumnView)
|
|
IsGroupRow
|
Returns whether the specified handle corresponds to a group of tiles.
|
|
IsImageColumn
|
Gets whether the specified column displays images using the PictureEdit.
|
|
IsNewItemRow
|
Indicates whether the specified row/card is the New Item Row/Card. (Inherited from ColumnView)
|
|
IsRowLoaded
|
Gets whether the specified row's data has been loaded (in Instant Feedback Mode). (Inherited from ColumnView)
|
|
IsRowSelected
|
Indicates whether the specified row is selected. (Inherited from ColumnView)
|
|
IsTileVisible
|
Returns whether the tile with the specified handle is completely or partially visible, or invisible in the view.
|
|
IsValidRowHandle
|
Indicates whether the specified row handle is valid. (Inherited from ColumnView)
|
|
LayoutChanged
|
Redraws this TileView.
|
|
LoadRow
|
Loads a row in Instant Feedback Mode. (Inherited from ColumnView)
|
|
LoadRowHierarchy
|
Loads the specified data row's parent group rows (if they are not already loaded) in Instant Feedback Mode. (Inherited from ColumnView)
|
|
LocateByDisplayText
|
Locates rows by cells' display texts. (Inherited from ColumnView)
|
|
LocateByValue
|
Overloaded. Locates rows by cell values. (Inherited from ColumnView)
|
|
MakeRowVisible
|
Scrolls this TileView, making the tile associated with the target row visible on screen.
|
|
MoveBy
|
Moves the selection of certain items forward or backward from the currently selected tile.
|
|
MoveFirst
|
Focuses the first tile of this TileView.
|
|
MoveLast
|
Selects the last existing tile in this TileView.
|
|
MoveLastVisible
|
Selects the last currently visible item within this TileView.
|
|
MoveNext
|
Moves focus to the row which is after the focused row. (Inherited from ColumnView)
|
|
MoveNextPage
|
Navigates to the next TileView page.
|
|
MovePrev
|
Moves focus to the previous row. (Inherited from ColumnView)
|
|
MovePrevPage
|
Navigates to the previous TileView page.
|
|
NormalView
|
Cancels View zooming. (Inherited from ColumnView)
|
|
PopulateColumns
|
Overloaded. Generates columns for the custom code-first data source. (Inherited from ColumnView)
|
|
PostEditor
|
Saves the modified cell value to the data source. If the GridOptionsView.RowAutoHeight setting is disabled, the currently active cell editor remains opened. (Inherited from BaseView)
|
|
Print
|
Prints the grid control's DefaultView (the MainView or the currently maximized detail View) without showing a print preview or print dialog. (Inherited from BaseView)
|
|
PrintDialog
|
Displays the standard Print dialog to print the data displayed in the Grid Control's DefaultView. (Inherited from BaseView)
|
|
QueryMoreRows
|
Sends a request to a data source to load more records in virtual (event-based) server mode. (Inherited from BaseView)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
RefreshData
|
Reloads data into View from the data source. (Inherited from ColumnView)
|
|
RefreshEditor
|
Refreshes the active editor. (Inherited from ColumnView)
|
|
RefreshRow
|
Invalidates the specified row, and forces it to be redrawn. (Inherited from ColumnView)
|
|
ResetCursor
|
Sets the mouse cursor to the grid's Cursor property value. (Inherited from BaseView)
|
|
RestoreLayoutFromRegistry
|
Overloaded. Restores a View's layout stored at the specified system registry path. (Inherited from BaseView)
|
|
RestoreLayoutFromStream
|
Overloaded. Restores the View's layout using the specified settings which are stored in the specified stream. (Inherited from BaseView)
|
|
RestoreLayoutFromXml
|
Overloaded. Restores a View's layout from a specific XML file. (Inherited from BaseView)
|
|
SaveLayoutToRegistry
|
Overloaded. Saves a View's layout to a system registry path. (Inherited from BaseView)
|
|
SaveLayoutToStream
|
Overloaded. Saves a View's layout to a specific stream. (Inherited from BaseView)
|
|
SaveLayoutToXml
|
Overloaded. Saves a View's layout to a specific XML file. (Inherited from BaseView)
|
|
SelectAll
|
|
|
SelectRange
|
Selects the visible rows (cards) in the specified range. (Inherited from ColumnView)
|
|
SelectRow
|
|
|
SetColumnError
|
Overloaded. Sets an error description for a cell within the focused row or for the entire focused row. (Inherited from ColumnView)
|
|
SetCustomTemplateItem
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
SetFocusedRowCellValue
|
Overloaded. Assigns a value to the specified column within the currently focused row. (Inherited from ColumnView)
|
|
SetFocusedRowModified
|
Marks the focused row as modified. (Inherited from ColumnView)
|
|
SetFocusedValue
|
Assigns a value to the focused cell. (Inherited from ColumnView)
|
|
SetRowCellValue
|
Overloaded. Sets the value of the specified cell in the current View. (Inherited from ColumnView)
|
|
SetRowExpanded
|
Expands or collapses the tile group with the specified handle.
|
|
SetTemplateEditing
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
|
ShowCustomFilterDialog
|
Displays the Custom Filter Dialog. (Inherited from ColumnView)
|
|
ShowEditForm
|
Opens an Edit Form for the focused tile. This method is in effect when the TileViewOptionsBehavior.EditingMode property is set to EditForm.
|
|
ShowEditor
|
Activates the focused cell's editor. (Inherited from BaseView)
|
|
ShowEditorByKey
|
Activates an editor for the focused Row Cell and passes a specific key to it. (Inherited from BaseView)
|
|
ShowEditorByKeyPress
|
Activates an editor for the focused Row Cell and passes a specific key to it. (Inherited from BaseView)
|
|
ShowEditorByMouse
|
Activates an editor for the focused Row Cell and passes a mouse click to it. (Inherited from BaseView)
|
|
ShowFilterEditor
|
Displays the Filter Editor. (Inherited from ColumnView)
|
|
ShowFilterPopup
|
This member supports the internal infrastructure, and is not intended to be used directly from your code. Filtering is not supported within the TileView.
|
|
ShowFindPanel
|
Displays the Find Panel. (Inherited from ColumnView)
|
|
ShowPrintPreview
|
Opens the Print Preview window with a Bars UI. (Inherited from BaseView)
|
|
ShowRibbonPrintPreview
|
Displays the Print Preview window with a Ribbon UI. (Inherited from BaseView)
|
|
ShowUnboundExpressionEditor
|
Invokes an Expression Editor that enables editing an expression for the specified unbound column. (Inherited from ColumnView)
|
|
Synchronize
|
Overloaded. Copies the visual and data representation settings of a specific View to the current View. (Inherited from BaseView)
|
|
SynchronizeData
|
Synchronizes a View's data representation settings with the specified View. (Inherited from ColumnView)
|
|
SynchronizeVisual
|
Synchronizes a View's visual settings with the specified View. (Inherited from ColumnView)
|
|
ToggleGroupExpand
|
Collapses/expands the tile group with the specified handle.
|
|
ToString
|
Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
|
|
UnselectRow
|
Removes a row (card) from the current selection. (Inherited from ColumnView)
|
|
UpdateCurrentRow
|
Validates the focused row and saves its values to the data source. (Inherited from ColumnView)
|
|
ValidateEditor
|
Validates the active editor. (Inherited from ColumnView)
|
|
ViewRowHandleToDataSourceIndex
|
Converts the specified row handle to a data source record index. (Inherited from ColumnView)
|
|
WaitForAsyncOperationEnd
|
This member supports the internal infrastructure and is not intended to be used directly from your code. (Inherited from ColumnView)
|
|
ZoomView
|
Maximizes the current detail View clone. (Inherited from BaseView)
|