Name | Description | |
---|---|---|
DataRow Constructor | Overloaded. |
The following tables list the members exposed by DataRow.
Name | Description | |
---|---|---|
DataRow Constructor | Overloaded. |
Name | Description | |
---|---|---|
AccessibleDefaultActionDescription | Gets or sets the default action description of the element for use by accessibility client applications. (Inherited from Xceed.Grid.Row) | |
AccessibleDescription | Gets or sets the description of the element used by accessibility client applications. (Inherited from Xceed.Grid.Row) | |
AccessibleName | Gets or sets the name of the element used by accessibility client applications. (Inherited from Xceed.Grid.Row) | |
Alignment | Gets the alignment of the element's content. (Inherited from Xceed.Grid.GridElement) | |
AllowCellNavigation | Gets or sets a boolean value indicating if it is possible to navigate from cell to cell in the row. (Inherited from Xceed.Grid.CellRow) | |
AllowDrop | Gets or sets a boolean value indicating whether the grid element can accept data that the user drags onto it. (Inherited from Xceed.Grid.VisualGridElement) | |
AmbientParent | Gets the ambient parent of the row. (Inherited from Xceed.Grid.Row) | |
AutoHeightMode | Gets or sets a value indicating what the default height of the row will be in the case where the Row.Height property is not explicitly set. (Inherited from Xceed.Grid.Row) | |
BackColor | Gets or sets the background color of the grid element. (Inherited from Xceed.Grid.GridElement) | |
BackgroundImage | Gets or sets the background image of the grid element. (Inherited from Xceed.Grid.VisualGridElement) | |
BackgroundImageAlignment | Gets or sets the alignment of the grid element's background image. (Inherited from Xceed.Grid.VisualGridElement) | |
BackgroundImageStyle | Gets or sets the style of the grid element's background image. (Inherited from Xceed.Grid.VisualGridElement) | |
Borders | Gets the borders of the Row. (Inherited from Xceed.Grid.Row) | |
Bounds | Gets a System.Drawing.Rectangle structure that represents the grid element's bounds. The X and Y coordinates are relative to the grid's client rectangle and can be negative if the grid is scrolled. (Inherited from Xceed.Grid.VisualGridElement) | |
CanBeCurrent | Gets or sets a boolean value indicating if the row can be the current row. (Inherited from Xceed.Grid.Row) | |
CanBeSelected | Gets or sets a boolean value indicating if the row can be selected. (Inherited from Xceed.Grid.Row) | |
Capture | Gets or sets a boolean value indicating if the grid element will receive all mouse events. (Inherited from Xceed.Grid.VisualGridElement) | |
CellEditorDisplayConditions | Gets or sets a value representing under what conditions cell editors are displayed. (Inherited from Xceed.Grid.CellRow) | |
Cells | Gets a list of all the cells contained within the row. (Inherited from Xceed.Grid.CellRow) | |
ClientRectangle | Gets the client rectangle of the grid element. The rectangle represents the visible portion of the grid element and is in client coordinates. The X and Y coordinates are always 0,0. (Inherited from Xceed.Grid.VisualGridElement) | |
ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElement) | |
DetailGrids | Gets the list of detail grids associated with the DataRow. | |
DisplayRectangle | Gets the display rectangle of the grid element. The rectangle is in client coordinates and the X and Y coordinates can be negative if the grid is scrolled. (Inherited from Xceed.Grid.VisualGridElement) | |
ErrorDescription | Gets or sets the description of the error that will be displayed in the tooltip when the mouse passes over the row or the row's row selector. (Inherited from Xceed.Grid.CellRow) | |
FitHeightToEditors | Gets or sets a boolean value indicating if the height of the row should be adjusted to fit the editors of the row's cells. (Inherited from Xceed.Grid.CellRow) | |
Font | Gets or sets the font of the grid element. (Inherited from Xceed.Grid.GridElement) | |
ForeColor | Gets or sets the foreground color of the grid element. (Inherited from Xceed.Grid.GridElement) | |
GradientMap | Gets or sets the GradientMap of the visual grid element. (Inherited from Xceed.Grid.VisualGridElement) | |
GridControl | Gets the GridElement.GridControl in which all the grid elements are contained. (Inherited from Xceed.Grid.GridElement) | |
Height | Gets or sets the height of the row in pixels. (Inherited from Xceed.Grid.Row) | |
HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) | |
HotVisualStyle | Gets or sets the style of a VisualGridElement that is in a hot state. (Inherited from Xceed.Grid.VisualGridElement) | |
Indented | Gets or sets a boolean value indicating if the row is indented. (Inherited from Xceed.Grid.Row) | |
Index | Gets the index of the row in the grid's collection of DetailGrid.DataRows. | |
IsAllowCellNavigationAmbient | Gets a boolean value indicating if the AllowCellNavigation property gets its value from its parent grid. (Inherited from Xceed.Grid.CellRow) | |
IsBackColorAmbient | Gets a boolean value indicating if the GridElement.BackColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsBeingEdited | Gets a boolean value indicating if the row is being edited. (Inherited from Xceed.Grid.CellRow) | |
IsCellEditorDisplayConditionsAmbient | Gets a boolean value indicating if the CellEditorDisplayConditions property gets its value from its parent. (Inherited from Xceed.Grid.CellRow) | |
IsClipPartialLineAmbient | Gets a boolean value indicating if the GridElement.ClipPartialLine property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsCurrent | Gets a boolean value indicating if the row is the current row. (Inherited from Xceed.Grid.Row) | |
IsFontAmbient | Gets a boolean value indicating if the GridElement.Font property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsForeColorAmbient | Gets a boolean value indicating if the GridElement.ForeColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsHorizontalAlignmentAmbient | Gets a boolean value indicating if the GridElement.HorizontalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsOverrideUIStyleAmbient | Gets a boolean value indicating if the GridElement.OverrideUIStyle property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsOverrideUIStyleDefined | Gets a boolean value indicating whether the GridControl.OverrideUIStyle property has been explicitly set. (Inherited from Xceed.Grid.GridElement) | |
IsReadOnlyAmbient | Gets a boolean value indicating if the GridElement.ReadOnly property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsReportStyleDefined | Gets a boolean value indicating if one or more properties of the GridElement.ReportStyle have been explicitly set. (Inherited from Xceed.Grid.GridElement) | |
IsSelected | Gets or sets a boolean value indicating if the row is selected. (Inherited from Xceed.Grid.Row) | |
IsTrimmingAmbient | Gets a boolean value indicating if the GridElement.Trimming property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsVerticalAlignmentAmbient | Gets a boolean value indicating if the GridElement.VerticalAlignment property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsWordWrapAmbient | Gets a boolean value indicating if the GridElement.WordWrap property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
Location | Gets a value representing the location of the row within its Row.ParentGroup. (Inherited from Xceed.Grid.Row) | |
MaxHeight | Gets or sets the maximum height of the row in pixels. (Inherited from Xceed.Grid.Row) | |
MinHeight | Gets or sets the minimum height of the row in pixels. (Inherited from Xceed.Grid.Row) | |
OverrideUIStyle | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. (Inherited from Xceed.Grid.GridElement) | |
ParentGrid | Gets a reference to the parent grid of the row. (Inherited from Xceed.Grid.Row) | |
ParentGroup | Gets a reference to the parent group of the row. (Inherited from Xceed.Grid.Row) | |
ReadOnly | Gets or sets a boolean value indicating if the content of cell(s) can be edited. (Inherited from Xceed.Grid.GridElement) | |
ReportStyle | (Inherited from Xceed.Grid.Row) | |
RowSelector | Gets a reference to the row's Row.RowSelector. (Inherited from Xceed.Grid.Row) | |
ShowFixedColumnSplitter | Gets or sets a value indicating when the GridControl.FixedColumnSplitter or DetailGrid.FixedColumnSplitter is displayed. (Inherited from Xceed.Grid.CellRow) | |
ShowPlusMinus | Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons are displayed next to DataRows that contain child DetailGrids. | |
ShowTreeLine | Gets or sets a value indicating whether or not this Row's horizontal treeline is displayed. (Inherited from Xceed.Grid.Row) | |
SourceObject | Gets the object from which the row is getting is value. | |
Tag | Gets or sets the object that contains data about the grid element. (Inherited from Xceed.Grid.GridElement) | |
Trimming | Gets or sets a value indicating how text displayed in the cell will be trimmed when it exceeds the edges of the layout rectangle. (Inherited from Xceed.Grid.GridElement) | |
VerticalAlignment | Gets or sets the vertical alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) | |
Visible | Gets or sets a boolean value indicating if the GridElement is visible. (Inherited from Xceed.Grid.GridElement) | |
WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. (Inherited from Xceed.Grid.GridElement) |
Name | Description | |
---|---|---|
AmbientAllowCellNavigation | Gets the ambient value of the row's AllowCellNavigation property. (Inherited from Xceed.Grid.CellRow) | |
AmbientBackColor | Overridden. Gets the ambient value of the datarow's GridElement.BackColor property. | |
AmbientCellEditorDisplayConditions | Gets the ambient value of the grid element's CellEditorDisplayConditions property. (Inherited from Xceed.Grid.CellRow) | |
AmbientClipPartialLine | Overridden. Gets the ambient value of the datarow's GridElement.ClipPartialLine property. | |
AmbientFont | Overridden. Gets the ambient value of the datarow's GridElement.Font property. | |
AmbientForeColor | Overridden. Gets the ambient value of the datarow's GridElement.ForeColor property. | |
AmbientHorizontalAlignment | Overridden. Gets the ambient value of the datarow's GridElement.HorizontalAlignment property. | |
AmbientOverrideUIStyle | Gets the ambient value of the grid elements's GridElement.OverrideUIStyle property. (Inherited from Xceed.Grid.GridElement) | |
AmbientReadOnly | Gets the ambient value of the grid element's GridElement.ReadOnly property. (Inherited from Xceed.Grid.GridElement) | |
AmbientTrimming | Overridden. Gets the ambient value of the datarow's GridElement.Trimming property. | |
AmbientVerticalAlignment | Overridden. Gets the ambient value of the datarow's GridElement.VerticalAlignment property. | |
AmbientWordWrap | Overridden. Gets the ambient value of the datarow's GridElement.WordWrap property. | |
CellType | Overridden. Gets the System.Type of the cells contained in the data row. | |
DefaultAccessibleDefaultActionDescription | Gets the default value of the Row.AccessibleDefaultActionDescription property. (Inherited from Xceed.Grid.Row) | |
DefaultAccessibleDescription | Gets the default value of the Row.AccessibleDescription property. (Inherited from Xceed.Grid.Row) | |
DefaultAccessibleName | Gets the default value of the Row.AccessibleName property. (Inherited from Xceed.Grid.Row) | |
DefaultAllowCellNavigation | Gets the default value of the AllowCellNavigation property. (Inherited from Xceed.Grid.CellRow) | |
DefaultAllowDrop | Gets the default value of the VisualGridElement.AllowDrop property. (Inherited from Xceed.Grid.VisualGridElement) | |
DefaultAutoHeightMode | Gets the default value of the Row.AutoHeightMode property. (Inherited from Xceed.Grid.Row) | |
DefaultBackColor | Gets the default value of the GridElement.BackColor property. (Inherited from Xceed.Grid.GridElement) | |
DefaultBackgroundImage | Overridden. Gets the default value of the VisualGridElement.BackgroundImage property. | |
DefaultBackgroundImageAlignment | Overridden. Gets the default value of the VisualGridElement.BackgroundImageAlignment property. | |
DefaultBackgroundImageStyle | Overridden. Gets the default value of the VisualGridElement.BackgroundImageStyle property. | |
DefaultCanBeCurrent | Gets the default value of the Row.CanBeCurrent property. (Inherited from Xceed.Grid.Row) | |
DefaultCanBeSelected | Overridden. Gets the default value of the Row.CanBeSelected property. | |
DefaultCellEditorDisplayConditions | Gets the default value of the CellEditorDisplayConditions property. (Inherited from Xceed.Grid.CellRow) | |
DefaultClipPartialLine | Gets the default value of the GridElement.ClipPartialLine property. (Inherited from Xceed.Grid.GridElement) | |
DefaultErrorDescription | Gets the default value of the ErrorDescription property. (Inherited from Xceed.Grid.CellRow) | |
DefaultFitHeightToEditors | Gets the default value of the FitHeightToEditors property. (Inherited from Xceed.Grid.CellRow) | |
DefaultFont | Gets the default value of the GridElement.Font property (Inherited from Xceed.Grid.GridElement) | |
DefaultForeColor | Gets the default value of the GridElement.ForeColor property (Inherited from Xceed.Grid.GridElement) | |
DefaultGradientMap | Gets the default VisualGridElement.GradientMap of the VisualGridElement. (Inherited from Xceed.Grid.VisualGridElement) | |
DefaultHeight | Gets the default value of the Row.Height property. (Inherited from Xceed.Grid.Row) | |
DefaultHorizontalAlignment | Gets the default value of the GridElement.HorizontalAlignment property. (Inherited from Xceed.Grid.GridElement) | |
DefaultHotVisualStyle | Overridden. Gets the default visual style of a DataRow that is in a hot state. | |
DefaultIndented | Gets the default value of the Row.Indented property. (Inherited from Xceed.Grid.Row) | |
DefaultMaxHeight | Gets the default value of the Row.MaxHeight property. (Inherited from Xceed.Grid.Row) | |
DefaultMinHeight | Gets the default value of the Row.MinHeight property. (Inherited from Xceed.Grid.Row) | |
DefaultOverrideUIStyle | Gets the default value of the GridElement.OverrideUIStyle property. (Inherited from Xceed.Grid.GridElement) | |
DefaultReadOnly | Gets the default value of the GridElement.ReadOnly property. (Inherited from Xceed.Grid.GridElement) | |
DefaultShowFixedColumnSplitter | Gets the default value of the ShowFixedColumnSplitter property. (Inherited from Xceed.Grid.CellRow) | |
DefaultShowPlusMinus | Gets the default value of the ShowPlusMinus property. | |
DefaultShowTreeLine | Gets the default value of the Row.ShowTreeLine property. (Inherited from Xceed.Grid.Row) | |
DefaultTag | Gets the default value of the GridElement.Tag property. (Inherited from Xceed.Grid.GridElement) | |
DefaultTrimming | Gets the default value of the GridElement.Trimming property. (Inherited from Xceed.Grid.GridElement) | |
DefaultVerticalAlignment | Gets the default value of the GridElement.VerticalAlignment property. (Inherited from Xceed.Grid.GridElement) | |
DefaultVisible | Gets the default value of the GridElement.Visible property. (Inherited from Xceed.Grid.GridElement) | |
DefaultVisibleWhenCollapsed | Overridden. Gets the default value of the VisibleWhenCollapsed property. | |
DefaultWordWrap | Gets the default value of the GridElement.WordWrap property. (Inherited from Xceed.Grid.GridElement) | |
EnforceCellDataTypes | Overridden. Gets a boolean value indicating if the data types of the cells should match the data type of their respective parent columns. | |
Events | (Inherited from Xceed.Grid.GridElementBase) | |
IsMouseOver | Gets a boolean value indicating whether the mouse is over the current VisualGridElement. (Inherited from Xceed.Grid.VisualGridElement) | |
ParentVisible | Gets a boolean value indicating if the GridElement's parent is visible. (Inherited from Xceed.Grid.GridElement) | |
Properties | (Inherited from Xceed.Grid.GridElementBase) | |
Theme | This property is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Grid.GridElement) |
Name | Description | |
---|---|---|
BeginEdit | Places the row in edition mode and keeps a copy of the row's current data. (Inherited from Xceed.Grid.CellRow) | |
BringIntoView | Brings the row into the visible area of the grid. (Inherited from Xceed.Grid.Row) | |
CancelEdit | Cancels any modifications made to the row and restores the original data. (Inherited from Xceed.Grid.CellRow) | |
ClientPointToGrid | Computes the location of the specified client point into grid coordinates. (Inherited from Xceed.Grid.VisualGridElement) | |
ClientRectangleToGrid | Computes the size and location of the specified client rectangle in grid coordinates (Inherited from Xceed.Grid.VisualGridElement) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
DoDragDrop | Begins a drag-and-drop operation. (Inherited from Xceed.Grid.VisualGridElement) | |
EndEdit | Commits the modifications made to the row's data and exits edition mode. (Inherited from Xceed.Grid.CellRow) | |
GetDisplayVisualStyle | Retrieves the grid element's visual style used to paint itself. (Inherited from Xceed.Grid.VisualGridElement) | |
GetFittedHeight | Retrieves the fitted height of the row in pixels. (Inherited from Xceed.Grid.Row) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GridPointToClient | Computes the location of the specified grid point into client coordinates. (Inherited from Xceed.Grid.VisualGridElement) | |
GridRectangleToClient | Computes the size and location of the specified grid rectangle in client coordinates (Inherited from Xceed.Grid.VisualGridElement) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invalidate | Invalidates the rectangle of the grid element and causes a paint message to be sent to the grid control. (Inherited from Xceed.Grid.VisualGridElement) | |
PointToClient | Determines the location of the specified screen point into client coordinates. Should not be used when doing painting destined for printing. (Inherited from Xceed.Grid.VisualGridElement) | |
PointToScreen | Determines the location of the specified client point into screen coordinates. (Inherited from Xceed.Grid.VisualGridElement) | |
RectangleToClient | Determine the size and location of the specified screen rectangle in client coordinates. (Inherited from Xceed.Grid.VisualGridElement) | |
RectangleToScreen | Determines the size and location of the specified client rectangle in screen coordinates. (Inherited from Xceed.Grid.VisualGridElement) | |
Remove | Overridden. Removes the data row from the grid as well as from the data source. | |
ResetAccessibleDefaultActionDescription | Resets the value of the Row.AccessibleDefaultActionDescription property to its default value, Row.DefaultAccessibleDefaultActionDescription. (Inherited from Xceed.Grid.Row) | |
ResetAccessibleDescription | Resets the value of the Row.AccessibleDescription property to its default value, Row.DefaultAccessibleDescription. (Inherited from Xceed.Grid.Row) | |
ResetAccessibleName | Resets the value of the Row.AccessibleName property to its default value, Row.DefaultAccessibleName. (Inherited from Xceed.Grid.Row) | |
ResetAllowCellNavigation | Resets the value of the AllowCellNavigation property to its default value, DefaultAllowCellNavigation. (Inherited from Xceed.Grid.CellRow) | |
ResetAllowDrop | Resets the value of the VisualGridElement.AllowDrop property to its default value, VisualGridElement.DefaultAllowDrop. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetAutoHeightMode | Resets the value of the Row.AutoHeightMode property to its default value, Row.DefaultAutoHeightMode. (Inherited from Xceed.Grid.Row) | |
ResetBackColor | Resets the value of the GridElement.BackColor property to its default value, GridElement.DefaultBackColor. (Inherited from Xceed.Grid.GridElement) | |
ResetBackgroundImage | Resets the value of the VisualGridElement.BackgroundImage property to its default value, VisualGridElement.DefaultBackgroundImage. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetBackgroundImageAlignment | Resets the value of the VisualGridElement.BackgroundImageAlignment property to its default value, VisualGridElement.DefaultBackgroundImageAlignment. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetBackgroundImageStyle | Resets the value of the VisualGridElement.BackgroundImageStyle property to its default value, VisualGridElement.DefaultBackgroundImageStyle. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetCanBeCurrent | Resets the value of the Row.CanBeCurrent property to its default value, Row.DefaultCanBeCurrent. (Inherited from Xceed.Grid.Row) | |
ResetCanBeSelected | Resets the value of the Row.CanBeSelected property to its default value, Row.DefaultCanBeSelected. (Inherited from Xceed.Grid.Row) | |
ResetCellEditorDisplayConditions | Resets the value of the CellEditorDisplayConditions property to its default value, DefaultCellEditorDisplayConditions. (Inherited from Xceed.Grid.CellRow) | |
ResetClipPartialLine | Resets the value of the GridElement.ClipPartialLine property to its default value, GridElement.DefaultClipPartialLine. (Inherited from Xceed.Grid.GridElement) | |
ResetErrorDescription | Resets the value of the ErrorDescription property to its default value, DefaultErrorDescription. (Inherited from Xceed.Grid.CellRow) | |
ResetFitHeightToEditors | Resets the value of the FitHeightToEditors property to its default value, DefaultFitHeightToEditors. (Inherited from Xceed.Grid.CellRow) | |
ResetFont | Resets the value of the GridElement.Font property to its default value, GridElement.DefaultFont. (Inherited from Xceed.Grid.GridElement) | |
ResetForeColor | Resets the value of the GridElement.ForeColor property to its default value, GridElement.DefaultForeColor. (Inherited from Xceed.Grid.GridElement) | |
ResetGradientMap | Resets the value of the VisualGridElement.GradientMap property to its default value, VisualGridElement.DefaultGradientMap. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetHeight | Resets the value of the Row.Height property to its default value, Row.DefaultHeight. (Inherited from Xceed.Grid.Row) | |
ResetHorizontalAlignment | Resets the value of the GridElement.HorizontalAlignment property to its default value, GridElement.DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElement) | |
ResetHotVisualStyle | Resets the hot visual style of a VisualGridElement that is in a hot state. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetIndented | Resets the value of the Row.Indented property to its default value, Row.DefaultIndented. (Inherited from Xceed.Grid.Row) | |
ResetMaxHeight | Resets the value of the Row.MaxHeight property to its default value, Row.DefaultMaxHeight. (Inherited from Xceed.Grid.Row) | |
ResetMinHeight | Resets the value of the Row.MinHeight property to its default value, Row.DefaultMinHeight. (Inherited from Xceed.Grid.Row) | |
ResetOverrideUIStyle | Resets the value of the GridElement.OverrideUIStyle property to its default value, GridElement.DefaultOverrideUIStyle. (Inherited from Xceed.Grid.GridElement) | |
ResetReadOnly | Resets the value of the GridElement.ReadOnly property to its default value, GridElement.DefaultReadOnly. (Inherited from Xceed.Grid.GridElement) | |
ResetReportStyle | Resets the property values of the GridElement.ReportStyle. (Inherited from Xceed.Grid.GridElement) | |
ResetShowFixedColumnSplitter | Resets the value of the ShowFixedColumnSplitter property to its default value, DefaultShowFixedColumnSplitter. (Inherited from Xceed.Grid.CellRow) | |
ResetShowPlusMinus | Resets the value of the ShowPlusMinus property to its default value, DefaultShowPlusMinus. | |
ResetShowTreeLine | Resets the value of the Row.ShowTreeLine property to its default value, Row.DefaultShowTreeLine. (Inherited from Xceed.Grid.Row) | |
ResetStyle | Resets the values of the properties affected by a GridElementStyle to their default values. (Inherited from Xceed.Grid.VisualGridElement) | |
ResetTag | Resets the value of the GridElement.Tag property to its default value, GridElement.DefaultTag. (Inherited from Xceed.Grid.GridElement) | |
ResetTrimming | Resets the value of the GridElement.Trimming property to its default value, GridElement.DefaultTrimming. (Inherited from Xceed.Grid.GridElement) | |
ResetVerticalAlignment | Resets the value of the GridElement.VerticalAlignment property to its default value, GridElement.DefaultVerticalAlignment. (Inherited from Xceed.Grid.GridElement) | |
ResetVisible | Resets the value of the GridElement.Visible property to its default value, GridElement.DefaultVisible. (Inherited from Xceed.Grid.GridElement) | |
ResetVisibleWhenCollapsed | Resets the value of the Row.VisibleWhenCollapsed property to its default value, Row.DefaultVisibleWhenCollapsed. (Inherited from Xceed.Grid.Row) | |
ResetWordWrap | Resets the value of the GridElement.WordWrap property to its default value, GridElement.DefaultWordWrap. (Inherited from Xceed.Grid.GridElement) |
Name | Description | |
---|---|---|
AllowCellNavigationChanged | Raised when the value of the AllowCellNavigation property is changed. (Inherited from Xceed.Grid.CellRow) | |
AllowDropChanged | Raised when the value of the VisualGridElement.AllowDrop property is changed. (Inherited from Xceed.Grid.VisualGridElement) | |
AutoHeightModeChanged | Raised when the value of the Row.AutoHeightMode property is changed. (Inherited from Xceed.Grid.Row) | |
BackColorChanged | Raised when the value of the GridElement.BackColor property is changed. (Inherited from Xceed.Grid.GridElement) | |
BackgroundImageAlignmentChanged | Raised when the value of the VisualGridElement.BackgroundImageAlignment property is changed. (Inherited from Xceed.Grid.VisualGridElement) | |
BackgroundImageChanged | Raised when the value of the VisualGridElement.BackgroundImage property is changed. (Inherited from Xceed.Grid.VisualGridElement) | |
BackgroundImageStyleChanged | Raised when the value of the VisualGridElement.BackgroundImageStyle property is changed. (Inherited from Xceed.Grid.VisualGridElement) | |
BeginningEdit | Raised when the BeginEdit method is called to signal that the row is about to be edited. (Inherited from Xceed.Grid.CellRow) | |
CanBeCurrentChanged | Raised when the value of the Row.CanBeCurrent property is changed. (Inherited from Xceed.Grid.Row) | |
CanBeSelectedChanged | Raised when the value of the Row.CanBeSelected property is changed. (Inherited from Xceed.Grid.Row) | |
CellEditorDisplayConditionsChanged | Raised when the value of the CellEditorDisplayConditions property is changed. (Inherited from Xceed.Grid.CellRow) | |
CellValueChanged | Raised when the value of one of the cells in the row is changed. (Inherited from Xceed.Grid.CellRow) | |
Click | Raised when the grid element is clicked. (Inherited from Xceed.Grid.VisualGridElement) | |
ClipPartialLineChanged | Raised when the value of the GridElement.ClipPartialLine property is changed. (Inherited from Xceed.Grid.GridElement) | |
DoubleClick | Raised when the grid element is double clicked. (Inherited from Xceed.Grid.VisualGridElement) | |
DragDrop | Raised when a drag-and-drop operation is completed. (Inherited from Xceed.Grid.VisualGridElement) | |
DragEnter | Raised when an object is dragged into the grid element's bounds. (Inherited from Xceed.Grid.VisualGridElement) | |
DragLeave | Raised when an object is dragged out of the grid element's bounds. (Inherited from Xceed.Grid.VisualGridElement) | |
DragOver | Raised when an object is dragged over the grid element's bounds. (Inherited from Xceed.Grid.VisualGridElement) | |
EditBegun | Raised after the BeginningEdit event to signal that the row is being edited. (Inherited from Xceed.Grid.CellRow) | |
EditCanceled | Raised when the CancelEdit method has been called to cancel the modifications made to the row. (Inherited from Xceed.Grid.CellRow) | |
EditEnded | Raised when the row has finished being edited. (Inherited from Xceed.Grid.CellRow) | |
EndingEdit | Raised when the EndEdit method is called to signal that the row has finished being edited and that the changes are about to be committed. (Inherited from Xceed.Grid.CellRow) | |
ErrorDescriptionChanged | Raised when the value of the ErrorDescription property is changed. (Inherited from Xceed.Grid.CellRow) | |
FitHeightToEditorsChanged | Raised when the value of the FitHeightToEditors property is changed. (Inherited from Xceed.Grid.CellRow) | |
FontChanged | Raised when the value of the GridElement.Font property is changed. (Inherited from Xceed.Grid.GridElement) | |
ForeColorChanged | Raised when the value of the GridElement.ForeColor property is changed. (Inherited from Xceed.Grid.GridElement) | |
GiveFeedback | Raised during a drag operation. (Inherited from Xceed.Grid.VisualGridElement) | |
GradientMapChanged | Raised when the value of the VisualGridElement.GradientMap property is changed. (Inherited from Xceed.Grid.VisualGridElement) | |
HeightChanged | Raised when the value of the Row.Height property is changed. (Inherited from Xceed.Grid.Row) | |
HorizontalAlignmentChanged | Raised when the value of the GridElement.HorizontalAlignment property is changed. (Inherited from Xceed.Grid.GridElement) | |
HotVisualStyleChanged | Raised when the value of the VisualGridElement.HotVisualStyle property is changed. (Inherited from Xceed.Grid.VisualGridElement) | |
IndentedChanged | Raised when the value of the Row.Indented property is changed. (Inherited from Xceed.Grid.Row) | |
IsCurrentChanged | Raised when the value of the Row.IsCurrent property is changed. (Inherited from Xceed.Grid.Row) | |
IsSelectedChanged | Raised when the value of the Row.IsSelected property is changed. (Inherited from Xceed.Grid.Row) | |
KeyDown | Raised when a key is pressed while the grid element has focus. (Inherited from Xceed.Grid.VisualGridElement) | |
KeyPress | Raised when a key is pressed while the grid element has focus. (Inherited from Xceed.Grid.VisualGridElement) | |
KeyUp | Raised when a key is released while the grid element has focus. (Inherited from Xceed.Grid.VisualGridElement) | |
MaxHeightChanged | Raised when the value of the Row.MaxHeight property is changed. (Inherited from Xceed.Grid.Row) | |
MinHeightChanged | Raised when the value of the Row.MinHeight property is changed. (Inherited from Xceed.Grid.Row) | |
MouseDown | Raised when the mouse pointer is over the grid element and a mouse button is pressed. (Inherited from Xceed.Grid.VisualGridElement) | |
MouseEnter | Raised when the mouse pointer enters the grid element. (Inherited from Xceed.Grid.VisualGridElement) | |
MouseLeave | Raised when the mouse pointer leaves the grid element. (Inherited from Xceed.Grid.VisualGridElement) | |
MouseMove | Raised when the mouse pointer is moved over the grid element. (Inherited from Xceed.Grid.VisualGridElement) | |
MouseUp | Raised when the mouse pointer is over the grid element and a mouse button is released. (Inherited from Xceed.Grid.VisualGridElement) | |
OverrideUIStyleChanged | Raised when the value of the GridElement.OverrideUIStyle property is changed. (Inherited from Xceed.Grid.GridElement) | |
Paint | Raised after the grid element's background and foreground have been painted. (Inherited from Xceed.Grid.VisualGridElement) | |
QueryAccessibilityHelp | Raised when an Accessibility client invokes help for that element. (Inherited from Xceed.Grid.Row) | |
QueryContinueDrag | Raised during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be cancelled. (Inherited from Xceed.Grid.VisualGridElement) | |
ReadOnlyChanged | Raised when the value of the GridElement.ReadOnly property is changed. (Inherited from Xceed.Grid.GridElement) | |
ShowFixedColumnSplitterChanged | Raised when the value of the ShowFixedColumnSplitter property is changed. (Inherited from Xceed.Grid.CellRow) | |
ShowPlusMinusChanged | Raised when the value of the ShowPlusMinus property is changed. | |
ShowTreeLineChanged | Raised when the value of the Row.ShowTreeLine property is changed. (Inherited from Xceed.Grid.Row) | |
SiblingDataRowsChanged | Raised when modifications are made to the content of a cell in a sibling data row and when a sibling data row is added or removed from the parent group. (Inherited from Xceed.Grid.Row) | |
TrimmingChanged | Raised when the value of the GridElement.Trimming property is changed. (Inherited from Xceed.Grid.GridElement) | |
ValidationError | Raised by the Xceed.Grid.Collections.DataRowList.AddNew or EndEdit methods when the values of one of the cells in the DataRow does not pass the validation process. (Inherited from Xceed.Grid.CellRow) | |
VerticalAlignmentChanged | Raised when the value of the GridElement.VerticalAlignment property is changed. (Inherited from Xceed.Grid.GridElement) | |
VisibleChanged | Raised when the value of the GridElement.Visible property is changed. (Inherited from Xceed.Grid.GridElement) | |
VisibleWhenCollapsedChanged | Raised when the value of the Row.VisibleWhenCollapsed property is changed. (Inherited from Xceed.Grid.Row) | |
WordWrapChanged | Raised when the value of the GridElement.WordWrap property is changed. (Inherited from Xceed.Grid.GridElement) |