Name | Description | |
---|---|---|
CanDeleteRows | Determines whether the specified rows can be deleted. | |
CreateFormulaFieldName | Given a field from the grid data source, returns the name of the field you can use in grid formulas. | |
DeleteRows | Deletes the selected rows. | |
EndDragging | Called to inform the grid that a drag operation has ended inside the grid. | |
EnsureVisible | Overloaded. Ensures that the specified row is visible | |
GetDataRow | Must override to return the data row that represents the specifried row index from the data source. | |
GetDefaultDataRowHeight | Gets the default data row height | |
InvalidateArrange | Invalidates the element arrange | |
InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. | |
InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. | |
InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. | |
PauseUpdate | Pauses the deferred updates that this grid performs. This includes rows rebuilds, syncrhonization of columns and other. | |
ResumeUpdate | Resumes the deferred updates that this grid performs. This includes rows rebuilds, syncrhonization of columns and other. | |
ScrollColumnLeft | Scrolls the grid one column to the left. | |
ScrollColumnRight | Scrolls the grid one column to the right. | |
ScrollInDirection | ||
ScrollPageDown | Scrolls the grid one page down. | |
ScrollPageLeft | Scrolls the grid one page to the left. | |
ScrollPageRight | Scrolls the grid one page to the right. | |
ScrollPageUp | Scrolls the grid one page up. | |
ScrollRowDown | Scrolls the grid one row down. | |
ScrollRowUp | Scrolls the grid one row up. | |
ShowPropertiesDialog | Shows the column properties dialog | |
StartDragging | Called to inform the grid that a drag operation has started inside the grid. | |
Update | Performs any deffered updates that are otherwise performed defferly. | |
ValidateArrange | Called to arrange the element | |
ValidateMeasure | Called to validate the element measure |