Name | Description | |
---|---|---|
DetailGrid Constructor | Overloaded. |
The following tables list the members exposed by DetailGrid.
Name | Description | |
---|---|---|
DetailGrid 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.GroupBase) | |
AccessibleDescription | Gets or sets the description of the element used by accessibility client applications. (Inherited from Xceed.Grid.GroupBase) | |
AccessibleName | Gets or sets the name of the element used by accessibility client applications. (Inherited from Xceed.Grid.GroupBase) | |
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 grid. | |
AmbientParent | Overridden. Gets the ambient parent of the group. | |
AutoCreateColumns | Gets or sets a boolean value indicating if columns should be automatically created when the grid is bound. | |
BackColor | Gets or sets the background color of the grid element. (Inherited from Xceed.Grid.GridElement) | |
BottomMargin | Gets the bottom margin of the detail grid. | |
CellEditorDisplayConditions | Gets or sets a value representing under what conditions cell editors are displayed. (Inherited from Xceed.Grid.GroupBase) | |
ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElement) | |
Collapsed | Gets or sets a boolean value indicating if the group is collapsed. (Inherited from Xceed.Grid.GroupBase) | |
Columns | Gets a list of all the columns in the grid. | |
DataMember | Gets or sets a specific table in the data source. | |
DataRows | Gets a list of all the data rows in the grid, regardless of the group hierarchy and sort. | |
DataRowTemplate | Gets or sets a reference to the DataRow object used as a template to create the data rows that will be contained within the grid. | |
DataRowTemplateStyles | Gets a list of the styles applied to the grid's datarows. | |
DataSource | Gets or sets the data source used to populate the grid's DataRow object. | |
DetailGridTemplates | Gets a list of the DetailGrid objects used as templates to create the detail grids that will be associated with each of the grid's DataRows. | |
ErrorBackColor | Gets or sets the background color that is used when an error occurs in the grid. | |
ErrorForeColor | Gets or sets the foreground color that is used when an error occurs in the grid. | |
ErrorVisualStyle | Gets or sets the visual style of a row that contains a cell that contains an error in the DetailGrid. | |
FixedColumnSplitter | Gets the grid's fixed column splitter. | |
Font | Gets or sets the font of the grid element. (Inherited from Xceed.Grid.GridElement) | |
FooterRows | Gets a list of all the footer rows of the group. (Inherited from Xceed.Grid.GroupBase) | |
ForeColor | Gets or sets the foreground color of the grid element. (Inherited from Xceed.Grid.GridElement) | |
GridControl | Gets the GridElement.GridControl in which all the grid elements are contained. (Inherited from Xceed.Grid.GridElement) | |
Groups | Gets a list of all the groups contained within the group once it has been built. (Inherited from Xceed.Grid.GroupBase) | |
GroupTemplates | Gets a list of the Group objects used as templates to create the groups that will be contained within the grid. | |
HeaderRows | Gets a list of all the header rows of the group. (Inherited from Xceed.Grid.GroupBase) | |
HideSelection | Gets or sets a value indicating whether the selected rows in the grid remain highlighted when the grid loses focus. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElement) | |
InactiveSelectionBackColor | Gets or sets the inactive selection background color of the grid. | |
InactiveSelectionForeColor | Gets or sets the inactive selection foreground color of the grid. | |
InactiveSelectionVisualStyle | Gets or sets the visual style of an inactive selected row in the DetailGrid. | |
InBatchInitialization | Gets a boolean value indicating if the grid is in batch initialization mode. | |
IsBackColorAmbient | Gets a boolean value indicating if the GridElement.BackColor property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsCellEditorDisplayConditionsAmbient | Gets a boolean value indicating if the GroupBase.CellEditorDisplayConditions property gets its value from its parent. (Inherited from Xceed.Grid.GroupBase) | |
IsClipPartialLineAmbient | Gets a boolean value indicating if the GridElement.ClipPartialLine property gets its value from its parent. (Inherited from Xceed.Grid.GridElement) | |
IsCollapseRoot | Overridden. Gets a boolean value indicating if the detail grid caused the collapsing of all its child detail grids. | |
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) | |
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) | |
Level | Gets a value indicating the level of the group within the group hierarchy. (Inherited from Xceed.Grid.GroupBase) | |
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) | |
ParentDataRow | Gets the parent DataRow of the detail grid. | |
ParentGrid | Gets the parent grid of the group. (Inherited from Xceed.Grid.GroupBase) | |
ParentGroup | Gets a reference to the parent group of the group. (Inherited from Xceed.Grid.GroupBase) | |
ReadOnly | Gets or sets a boolean value indicating if the content of cell(s) can be edited. (Inherited from Xceed.Grid.GridElement) | |
ReportStyle | ||
SelectionBackColor | Gets or sets the selection background color of the grid. | |
SelectionForeColor | Gets or sets the selection foreground color of the grid. | |
SelectionVisualStyle | Gets or sets the visual style of a selected row in the DetailGrid. | |
ShowTreeLines | Gets or sets a boolean value indicating if the tree lines that link detail grids to their GroupBase.ParentGrid should be visible. | |
ShowUnlinkedColumns | Gets or sets a boolean value indicating if the DataBoundColumns should be visible even if they are not linked to a field in the data source. | |
SideMargin | Gets the side margin of the group. (Inherited from Xceed.Grid.GroupBase) | |
SortedColumns | Gets a list of all the columns used to sort the grid. | |
Tag | Gets or sets the object that contains data about the grid element. (Inherited from Xceed.Grid.GridElement) | |
Title | Gets or sets the title of the detail grid displayed in the GroupByRow. | |
TopMargin | Gets the top margin of the detail grid. | |
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 | |
---|---|---|
AmbientBackColor | Gets the ambient value of the grid element's GridElement.BackColor property. (Inherited from Xceed.Grid.GridElement) | |
AmbientCellEditorDisplayConditions | Gets the ambient value of the grid element's GroupBase.CellEditorDisplayConditions property. (Inherited from Xceed.Grid.GroupBase) | |
AmbientClipPartialLine | Gets the ambient value of the grid element's GridElement.ClipPartialLine property. (Inherited from Xceed.Grid.GridElement) | |
AmbientFont | Gets the ambient value of the grid element's GridElement.Font property. (Inherited from Xceed.Grid.GridElement) | |
AmbientForeColor | Gets the ambient value of the grid element's GridElement.ForeColor property. (Inherited from Xceed.Grid.GridElement) | |
AmbientHorizontalAlignment | Gets the ambient value of the grid element's GridElement.HorizontalAlignment property. (Inherited from Xceed.Grid.GridElement) | |
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 | Gets the ambient value of the grid element's GridElement.Trimming property. (Inherited from Xceed.Grid.GridElement) | |
AmbientVerticalAlignment | Gets the ambient value of the grid element's GridElement.VerticalAlignment property. (Inherited from Xceed.Grid.GridElement) | |
AmbientWordWrap | Gets the ambient value of the grid element's GridElement.WordWrap property. (Inherited from Xceed.Grid.GridElement) | |
DefaultAccessibleDefaultActionDescription | Gets the default value of the GroupBase.AccessibleDefaultActionDescription property. (Inherited from Xceed.Grid.GroupBase) | |
DefaultAccessibleDescription | Gets the default value of the GroupBase.AccessibleDescription property. (Inherited from Xceed.Grid.GroupBase) | |
DefaultAccessibleName | Gets the default value of the GroupBase.AccessibleName property. (Inherited from Xceed.Grid.GroupBase) | |
DefaultAllowCellNavigation | Gets the default value of the AllowCellNavigation property. | |
DefaultAutoCreateColumns | Gets the default value of the AutoCreateColumns property. | |
DefaultBackColor | Gets the default value of the GridElement.BackColor property. (Inherited from Xceed.Grid.GridElement) | |
DefaultCellEditorDisplayConditions | Gets the default value of the GroupBase.CellEditorDisplayConditions property. (Inherited from Xceed.Grid.GroupBase) | |
DefaultClipPartialLine | Gets the default value of the GridElement.ClipPartialLine property. (Inherited from Xceed.Grid.GridElement) | |
DefaultCollapsed | Gets the default value of the GroupBase.Collapsed property. (Inherited from Xceed.Grid.GroupBase) | |
DefaultErrorBackColor | Gets the default value of the ErrorBackColor property. | |
DefaultErrorForeColor | Gets the default value of the ErrorForeColor property. | |
DefaultErrorVisualStyle | Gets the default visual style of a row that contains a cell that contains an error in the DetailGrid. | |
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) | |
DefaultHideSelection | Gets the default value of the HideSelection property. | |
DefaultHorizontalAlignment | Gets the default value of the GridElement.HorizontalAlignment property. (Inherited from Xceed.Grid.GridElement) | |
DefaultInactiveSelectionBackColor | Gets the default value of the InactiveSelectionBackColor property. | |
DefaultInactiveSelectionForeColor | Gets the default value of the InactiveSelectionForeColor property. | |
DefaultInactiveSelectionVisualStyle | Gets the default visual style of an inactive selected row in the DetailGrid. | |
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) | |
DefaultSelectionBackColor | Gets the default value of the SelectionBackColor property. | |
DefaultSelectionForeColor | Gets the default value of the SelectionForeColor property. | |
DefaultSelectionVisualStyle | Gets the default visual style of a selected row in the DetailGrid | |
DefaultShowTreeLines | Gets the default value of the ShowTreeLines property. | |
DefaultShowUnlinkedColumns | Gets the default value of the ShowUnlinkedColumns property. | |
DefaultTag | Gets the default value of the GridElement.Tag property. (Inherited from Xceed.Grid.GridElement) | |
DefaultTitle | Overridden. Gets the default value of the Title property. | |
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) | |
DefaultWordWrap | Gets the default value of the GridElement.WordWrap property. (Inherited from Xceed.Grid.GridElement) | |
Events | (Inherited from Xceed.Grid.GridElementBase) | |
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 | |
---|---|---|
ApplyStyleSheet | Applies the specified stylesheet to the grid. | |
BeginInit | Signals the beginning of a batch modification process. | |
BringIntoView | Overridden. Brings the detail grid into the visible area of the GridElement.GridControl. | |
Clear | Clears the entire content of the grid including the data binding and styles and collections. | |
Collapse | Collapses the group and all its child groups. (Inherited from Xceed.Grid.GroupBase) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
EndInit | Signals the end of a batch modification process. | |
Expand | Expands the group and its child groups if applicable. (Inherited from Xceed.Grid.GroupBase) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetSortedDataRowCount | Retrieves a value indicating the number of DataRow objects in the group. (Inherited from Xceed.Grid.GroupBase) | |
GetSortedDataRows | Retrieves a collection of sorted data rows. (Inherited from Xceed.Grid.GroupBase) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invalidate | Invalidates the rectangle of the detail grid and causes a paint message to be sent to the GridElement.GridControl. | |
ResetAccessibleDefaultActionDescription | Resets the value of the GroupBase.AccessibleDefaultActionDescription property to its default value, GroupBase.DefaultAccessibleDefaultActionDescription. (Inherited from Xceed.Grid.GroupBase) | |
ResetAccessibleDescription | Resets the value of the GroupBase.AccessibleDescription property to its default value, GroupBase.DefaultAccessibleDescription. (Inherited from Xceed.Grid.GroupBase) | |
ResetAccessibleName | Resets the value of the GroupBase.AccessibleName property to its default value, GroupBase.DefaultAccessibleName. (Inherited from Xceed.Grid.GroupBase) | |
ResetAllowCellNavigation | Resets the value of the AllowCellNavigation property to its default value, DefaultAllowCellNavigation. | |
ResetAutoCreateColumns | Resets the value of the AutoCreateColumns property to its default value, DefaultAutoCreateColumns. | |
ResetBackColor | Resets the value of the GridElement.BackColor property to its default value, GridElement.DefaultBackColor. (Inherited from Xceed.Grid.GridElement) | |
ResetCellEditorDisplayConditions | Resets the value of the GroupBase.CellEditorDisplayConditions property to its default value, GroupBase.DefaultCellEditorDisplayConditions. (Inherited from Xceed.Grid.GroupBase) | |
ResetClipPartialLine | Resets the value of the GridElement.ClipPartialLine property to its default value, GridElement.DefaultClipPartialLine. (Inherited from Xceed.Grid.GridElement) | |
ResetCollapsed | Resets the value of the GroupBase.Collapsed property to its default value, GroupBase.DefaultCollapsed. (Inherited from Xceed.Grid.GroupBase) | |
ResetErrorBackColor | Resets the value of the ErrorBackColor property to its default value, DefaultErrorBackColor. | |
ResetErrorForeColor | Resets the value of the ErrorForeColor property to its default value, DefaultErrorForeColor. | |
ResetErrorVisualStyle | Resets the visual style of a row that contains a cell that contains an error in the DetailGrid. | |
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) | |
ResetHideSelection | Resets the value of the HideSelection property to its default value, DefaultHideSelection. | |
ResetHorizontalAlignment | Resets the value of the GridElement.HorizontalAlignment property to its default value, GridElement.DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElement) | |
ResetInactiveSelectionBackColor | Resets the value of the InactiveSelectionBackColor property to its default value, DefaultInactiveSelectionBackColor. | |
ResetInactiveSelectionForeColor | Resets the value of the InactiveSelectionForeColor property to its default value, DefaultInactiveSelectionForeColor. | |
ResetInactiveSelectionVisualStyle | Resets the visual style of an inactive selected row in the DetailGrid. | |
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) | |
ResetSelectionBackColor | Resets the value of the SelectionBackColor property to its default value, DefaultSelectionBackColor. | |
ResetSelectionForeColor | Resets the value of the SelectionForeColor property to its default value, DefaultSelectionForeColor. | |
ResetSelectionVisualStyle | Resets the visual style of a selected row in the DetailGrid. | |
ResetShowTreeLines | Resets the value of the ShowTreeLines property to its default value, DefaultShowTreeLines. | |
ResetShowUnlinkedColumns | Resets the value of the ShowUnlinkedColumns property to its default value, DefaultShowUnlinkedColumns. | |
ResetStyle | Overridden. Resets the values of the properties affected by the ApplyStyleSheet method to their default values. | |
ResetTag | Resets the value of the GridElement.Tag property to its default value, GridElement.DefaultTag. (Inherited from Xceed.Grid.GridElement) | |
ResetTitle | Resets the value of the Title property to its default value, DefaultTitle. | |
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) | |
ResetWordWrap | Resets the value of the GridElement.WordWrap property to its default value, GridElement.DefaultWordWrap. (Inherited from Xceed.Grid.GridElement) | |
SetDataBinding | Sets the DataSource and DataMember properties at run time. | |
UpdateDetailGrids | Updates the detail grid's contained in the detail grid. Any modifications made to the DetailGridTemplates property must be followed by a call to UpdateDetailGrids otherwise the changes will not be reflected in the detail grid. | |
UpdateGrouping | Updates the way in which the grid is grouped according to the groups specified in the GroupTemplates property. | |
UpdateRectangles | Recalculates and repaints (invalidates) the rectangles of each GridElement in the GridElement.GridControl. The rectangles of the GridElement.GridControl are not affected. |
Name | Description | |
---|---|---|
AddingDataRow | Raised when a new data row is being added to the grid. | |
AllowCellNavigationChanged | Raised when the value of the AllowCellNavigation property is changed. | |
AutoCreateColumnsChanged | Raised when the value of the AutoCreateColumns property is changed. | |
BackColorChanged | Raised when the value of the GridElement.BackColor property is changed. (Inherited from Xceed.Grid.GridElement) | |
CellEditorDisplayConditionsChanged | Raised when the value of the GroupBase.CellEditorDisplayConditions property is changed. (Inherited from Xceed.Grid.GroupBase) | |
ClipPartialLineChanged | Raised when the value of the GridElement.ClipPartialLine property is changed. (Inherited from Xceed.Grid.GridElement) | |
CollapsedChanged | Raised when the value of the GroupBase.Collapsed property is changed. (Inherited from Xceed.Grid.GroupBase) | |
ColumnAdded | Raised when a column is added to the grid. | |
ColumnRemoved | Raised when a column is removed from the grid. | |
DataBindingChanged | Raised when the values of the DataSource or DataMember properties are changed, or when the SetDataBinding method is called. | |
DataMemberChanged | Raised when the value of the DataMember property is changed. | |
DataRowsChanged | Raised when modifications are made to the content of a cell in a data row and when a data row is added or removed from the group. (Inherited from Xceed.Grid.GroupBase) | |
DataSourceChanged | Raised when the value of the DataSource property is changed. | |
ErrorBackColorChanged | Raised when the value of the ErrorBackColor property is changed. | |
ErrorForeColorChanged | Raised when the value of the ErrorForeColor property is changed. | |
ErrorVisualStyleChanged | Raised when the value of the ErrorVisualStyle property is changed. | |
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) | |
GroupAdded | Raised when a new group is added to the grid. | |
GroupingUpdated | Raised when the data rows in the grid have been grouped. | |
HideSelectionChanged | Raised when the value of the HideSelection property is changed. | |
HorizontalAlignmentChanged | Raised when the value of the GridElement.HorizontalAlignment property is changed. (Inherited from Xceed.Grid.GridElement) | |
InactiveSelectionBackColorChanged | Raised when the value of the InactiveSelectionBackColor property is changed. | |
InactiveSelectionForeColorChanged | Raised when the value of the InactiveSelectionForeColor property is changed. | |
InactiveSelectionVisualStyleChanged | Raised when the value of the InactiveSelectionVisualStyle property is changed. | |
InitializingDetailGrid | Raised for each DataRow about to be added to the detail grid to initialize its detail grid(s). | |
InitializingNewDataRow | Raised only by the Xceed.Grid.Collections.DataRowList.AddNew method to initialize the default values of cells in the data row. | |
OverrideUIStyleChanged | Raised when the value of the GridElement.OverrideUIStyle property is changed. (Inherited from Xceed.Grid.GridElement) | |
QueryAccessibilityHelp | Raised when an Accessibility client invokes help for that element. (Inherited from Xceed.Grid.GroupBase) | |
QueryGroupKeys | Raised after a data row has been built in order to group it. | |
ReadOnlyChanged | Raised when the value of the GridElement.ReadOnly property is changed. (Inherited from Xceed.Grid.GridElement) | |
SelectionBackColorChanged | Raised when the value of the SelectionBackColor property is changed. | |
SelectionForeColorChanged | Raised when the value of the SelectionForeColor property is changed. | |
SelectionVisualStyleChanged | Raised when the value of the SelectionVisualStyle property is changed. | |
ShowTreeLinesChanged | Raised when the value of the ShowTreeLines property is changed. | |
ShowUnlinkedColumnsChanged | Raised when the value of the ShowUnlinkedColumns property is changed. | |
Sorted | Raised when the grid has been sorted. | |
SortedColumnsChanged | Raised when the value of the SortedColumns property is changed. | |
TitleChanged | Raised when the value of the GroupBase.Title property is changed. (Inherited from Xceed.Grid.GroupBase) | |
TrimmingChanged | Raised when the value of the GridElement.Trimming property is changed. (Inherited from Xceed.Grid.GridElement) | |
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) | |
WordWrapChanged | Raised when the value of the GridElement.WordWrap property is changed. (Inherited from Xceed.Grid.GridElement) |