ClassGridViewDataControl
GridViewDataControl provides the presentation of a collection of data items.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class GridViewDataControl : BaseItemsControl, INotifyPropertyChanged, IScrollingServiceCore, IScrollingInfo
Inheritance: objectDataControlBaseItemsControlGridViewDataControl
Derived Classes:
Implements:
Inherited Members
Constructors
GridViewDataControl()
Initializes a new instance of the GridViewDataControl class.
Declaration
public GridViewDataControl()
Fields
ActionOnLostFocusProperty
Identifies the ActionOnLostFocus dependency property.
Declaration
public static readonly DependencyProperty ActionOnLostFocusProperty
Field Value
DependencyProperty
AlternateRowBackgroundProperty
Identifies the AlternateRowBackground dependency property.
Declaration
public static readonly DependencyProperty AlternateRowBackgroundProperty
Field Value
DependencyProperty
AlternateRowStyleProperty
Identifies the AlternateRowStyle dependency property.
Declaration
public static readonly DependencyProperty AlternateRowStyleProperty
Field Value
DependencyProperty
AlternateRowStyleSelectorProperty
Identifies the AlternateRowStyleSelector dependency property.
Declaration
public static readonly DependencyProperty AlternateRowStyleSelectorProperty
Field Value
DependencyProperty
AreRowDetailsFrozenProperty
Identifies the AreRowDetailsFrozen dependency property.
Declaration
public static readonly DependencyProperty AreRowDetailsFrozenProperty
Field Value
DependencyProperty
AutoExpandGroupsProperty
Identifies the AutoExpandGroups dependency property.
Declaration
public static readonly DependencyProperty AutoExpandGroupsProperty
Field Value
DependencyProperty
AutoGenerateColumnsProperty
Identifies the AutoGenerateColumns dependency property.
Declaration
public static readonly DependencyProperty AutoGenerateColumnsProperty
Field Value
DependencyProperty
BeginningEditEvent
Occurs on beginning edit.
Declaration
public static readonly RoutedEvent BeginningEditEvent
Field Value
RoutedEvent
BusyIndicatorContentProperty
Identifies the BusyIndicatorContent property.
Declaration
public static readonly DependencyProperty BusyIndicatorContentProperty
Field Value
DependencyProperty
BusyIndicatorContentTemplateProperty
Identifies the BusyIndicatorContentTemplate property.
Declaration
public static readonly DependencyProperty BusyIndicatorContentTemplateProperty
Field Value
DependencyProperty
BusyIndicatorIsIndeterminateProperty
Identifies the BusyIndicatorIsIndeterminate property.
Declaration
public static readonly DependencyProperty BusyIndicatorIsIndeterminateProperty
Field Value
DependencyProperty
BusyIndicatorProgressValueProperty
Identifies the BusyIndicatorProgressValue property.
Declaration
public static readonly DependencyProperty BusyIndicatorProgressValueProperty
Field Value
DependencyProperty
CanUserDeleteRowsProperty
Identifies the CanUserDeleteRows dependency property.
Declaration
public static readonly DependencyProperty CanUserDeleteRowsProperty
Field Value
DependencyProperty
CanUserFreezeColumnsProperty
Identifies the CanUserFreezeColumns dependency property.
Declaration
public static readonly DependencyProperty CanUserFreezeColumnsProperty
Field Value
DependencyProperty
CanUserInsertRowsProperty
Identifies the CanUserInsertRows dependency property.
Declaration
public static readonly DependencyProperty CanUserInsertRowsProperty
Field Value
DependencyProperty
CanUserReorderColumnsProperty
Identifies the CanUserReorderColumnsProperty dependency property.
Declaration
public static readonly DependencyProperty CanUserReorderColumnsProperty
Field Value
DependencyProperty
CanUserResizeColumnsProperty
Identifies the CanUserResizeColumnsProperty dependency property.
Declaration
public static readonly DependencyProperty CanUserResizeColumnsProperty
Field Value
DependencyProperty
CanUserResizeRowsProperty
Identifies the CanUserResizeRows dependency property.
Declaration
public static readonly DependencyProperty CanUserResizeRowsProperty
Field Value
DependencyProperty
CanUserSortColumnsProperty
Identifies the CanUserSortColumns dependency property.
Declaration
public static readonly DependencyProperty CanUserSortColumnsProperty
Field Value
DependencyProperty
CanUserSortGroupsProperty
Identifies the CanUserSortGroups dependency property.
Declaration
public static readonly DependencyProperty CanUserSortGroupsProperty
Field Value
DependencyProperty
CellEditEndedEvent
Occurs after a cell edit ended. Needs validation mode set to Cell.
Declaration
public static readonly RoutedEvent CellEditEndedEvent
Field Value
RoutedEvent
CellLoadedEvent
Identifies the CellLoaded routed event.
Declaration
public static readonly RoutedEvent CellLoadedEvent
Field Value
RoutedEvent
CellUnloadedEvent
Identifies the CellUnloaded routed event.
Declaration
public static readonly RoutedEvent CellUnloadedEvent
Field Value
RoutedEvent
CellValidatedEvent
Occurs after cell validation.
Declaration
public static readonly RoutedEvent CellValidatedEvent
Field Value
RoutedEvent
CellValidatingEvent
Occurs on cell validation.
Declaration
public static readonly RoutedEvent CellValidatingEvent
Field Value
RoutedEvent
CellsPanelHorizontalOffsetProperty
Dependency Property for CellsPanelHorizontalOffset.
Declaration
public static readonly DependencyProperty CellsPanelHorizontalOffsetProperty
Field Value
DependencyProperty
ClipboardCopyModeProperty
Identifies the ClipboardCopyMode dependency property.
Declaration
public static readonly DependencyProperty ClipboardCopyModeProperty
Field Value
DependencyProperty
ClipboardPasteModeProperty
Identifies the ClipboardPasteMode dependency property.
Declaration
public static readonly DependencyProperty ClipboardPasteModeProperty
Field Value
DependencyProperty
ColumnBackgroundProperty
Identifies the ColumnBackground dependency property.
Declaration
public static readonly DependencyProperty ColumnBackgroundProperty
Field Value
DependencyProperty
ColumnReorderingEvent
Occurs before the column is reordered.
Declaration
public static readonly RoutedEvent ColumnReorderingEvent
Field Value
RoutedEvent
ColumnWidthChangedEvent
Routed Event for ColumnWidthChanged event.
Declaration
public static readonly RoutedEvent ColumnWidthChangedEvent
Field Value
RoutedEvent
ColumnWidthChangingEvent
Routed Event for ColumnWidthChanging event.
Declaration
public static readonly RoutedEvent ColumnWidthChangingEvent
Field Value
RoutedEvent
ColumnWidthProperty
The DependencyProperty that represents the ColumnWidth property.
Declaration
public static readonly DependencyProperty ColumnWidthProperty
Field Value
DependencyProperty
ControlPanelItemsProperty
Identifies the ControlPanelItems dependency property.
Declaration
public static readonly DependencyProperty ControlPanelItemsProperty
Field Value
DependencyProperty
CopiedEvent
Occurs after copying the GridViewDataControl's selected cells to the Clipboard.
Declaration
public static readonly RoutedEvent CopiedEvent
Field Value
RoutedEvent
CopyingCellClipboardContentEvent
Occurs on copying a cell to the Clipboard.
Declaration
public static readonly RoutedEvent CopyingCellClipboardContentEvent
Field Value
RoutedEvent
CopyingEvent
Occurs on copying the GridViewDataControl's selected cells to the Clipboard.
Declaration
public static readonly RoutedEvent CopyingEvent
Field Value
RoutedEvent
CrossThreadCollectionChangedIntervalProperty
Identifies the CrossThreadCollectionChangedInterval dependency property.
Declaration
public static readonly DependencyProperty CrossThreadCollectionChangedIntervalProperty
Field Value
DependencyProperty
CurrentCellInfoChangedEvent
Occurs when the current cell info is changed.
Declaration
public static readonly RoutedEvent CurrentCellInfoChangedEvent
Field Value
RoutedEvent
CurrentColumnProperty
Identifies the CurrentColumn dependency property.
Declaration
public static readonly DependencyProperty CurrentColumnProperty
Field Value
DependencyProperty
DataErrorEvent
Identifies the DataErrorEvent routed event.
Declaration
public static readonly RoutedEvent DataErrorEvent
Field Value
RoutedEvent
DataLoadModeProperty
Identifies the DataLoadModeProperty dependency property.
Declaration
public static readonly DependencyProperty DataLoadModeProperty
Field Value
DependencyProperty
DefaultDistinctValuesCountProperty
Identifies the DefaultDistinctValuesCount dependency property.
Declaration
public static readonly DependencyProperty DefaultDistinctValuesCountProperty
Field Value
DependencyProperty
DeletedEvent
Identifies the Deleted routed event.
Declaration
public static readonly RoutedEvent DeletedEvent
Field Value
RoutedEvent
DeletingEvent
Identifies the Deleting routed event.
Declaration
public static readonly RoutedEvent DeletingEvent
Field Value
RoutedEvent
DragElementActionProperty
DependencyProperty as the backing store for EnableSelectOnDrag.
Declaration
public static readonly DependencyProperty DragElementActionProperty
Field Value
DependencyProperty
EditTriggersProperty
Identifies the EditTriggers dependency property.
Declaration
public static readonly DependencyProperty EditTriggersProperty
Field Value
DependencyProperty
EnableColumnGroupsVirtualizationProperty
Dependency property for EnableColumnGroupsVirtualization.
Declaration
public static readonly DependencyProperty EnableColumnGroupsVirtualizationProperty
Field Value
DependencyProperty
EnableColumnVirtualizationProperty
Dependency property for EnableColumnVirtualization.
Declaration
public static readonly DependencyProperty EnableColumnVirtualizationProperty
Field Value
DependencyProperty
EnableHeaderContextMenuProperty
Identifies the EnableHeaderContextMenu dependency property.
Declaration
public static readonly DependencyProperty EnableHeaderContextMenuProperty
Field Value
DependencyProperty
EnableLightweightTextRenderingProperty
Identifies the EnableLightweightTextRendering dependency property.
Declaration
public static readonly DependencyProperty EnableLightweightTextRenderingProperty
Field Value
DependencyProperty
EnableLostFocusSelectedStateProperty
Dependency property for EnableLostFocusSelectedState.
Declaration
public static readonly DependencyProperty EnableLostFocusSelectedStateProperty
Field Value
DependencyProperty
EnableMouseWheelScalingProperty
Identifies the EnableMouseWheelScaling dependency property.
Declaration
public static readonly DependencyProperty EnableMouseWheelScalingProperty
Field Value
DependencyProperty
EnableRowVirtualizationProperty
Dependency property for EnableRowVirtualization.
Declaration
public static readonly DependencyProperty EnableRowVirtualizationProperty
Field Value
DependencyProperty
FilterEditorPositionProperty
Identifies the FilterEditorPosition dependency property.
Declaration
public static readonly DependencyProperty FilterEditorPositionProperty
Field Value
DependencyProperty
FilteredEvent
Occurs after filtering.
Declaration
public static readonly RoutedEvent FilteredEvent
Field Value
RoutedEvent
FilteringDropDownStaysOpenProperty
Identifies the FilteringDropDownStaysOpen dependency property.
Declaration
public static readonly DependencyProperty FilteringDropDownStaysOpenProperty
Field Value
DependencyProperty
FilteringEvent
Occurs before filtering.
Declaration
public static readonly RoutedEvent FilteringEvent
Field Value
RoutedEvent
FilteringModeProperty
Identifies the FilteringModeProperty dependency property.
Declaration
public static readonly DependencyProperty FilteringModeProperty
Field Value
DependencyProperty
FooterRowStyleProperty
Identifies the FooterRowStyle dependency property.
Declaration
public static readonly DependencyProperty FooterRowStyleProperty
Field Value
DependencyProperty
FrozenColumnCountProperty
Dependency Property for FrozenColumnCount Property.
Declaration
public static readonly DependencyProperty FrozenColumnCountProperty
Field Value
DependencyProperty
FrozenColumnsSplitterVisibilityProperty
Identifies the FrozenColumnsSplitterVisibility dependency property.
Declaration
public static readonly DependencyProperty FrozenColumnsSplitterVisibilityProperty
Field Value
DependencyProperty
GridLinesVisibilityProperty
Represents the GridLinesVisibility dependency property.
Declaration
public static readonly DependencyProperty GridLinesVisibilityProperty
Field Value
DependencyProperty
GridViewNewRowContentProperty
Identifies the GridViewNewRowContent dependency property.
Declaration
public static readonly DependencyProperty GridViewNewRowContentProperty
Field Value
DependencyProperty
GridViewNewRowContentTemplateProperty
Identifies the GridViewNewRowContentTemplate dependency property.
Declaration
public static readonly DependencyProperty GridViewNewRowContentTemplateProperty
Field Value
DependencyProperty
GroupCountProperty
Identifies the GroupCount dependency property.
Declaration
public static readonly DependencyProperty GroupCountProperty
Field Value
DependencyProperty
GroupFooterRowStyleProperty
Identifies the GroupFooterRowStyle dependency property.
Declaration
public static readonly DependencyProperty GroupFooterRowStyleProperty
Field Value
DependencyProperty
GroupFooterRowStyleSelectorProperty
Identifies the GroupFooterRowStyleSelector dependency property.
Declaration
public static readonly DependencyProperty GroupFooterRowStyleSelectorProperty
Field Value
DependencyProperty
GroupHeaderTemplateProperty
Identifies the GroupHeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty GroupHeaderTemplateProperty
Field Value
DependencyProperty
GroupPanelBackgroundProperty
Identifies the GroupPanelBackground dependency property.
Declaration
public static readonly DependencyProperty GroupPanelBackgroundProperty
Field Value
DependencyProperty
GroupPanelForegroundProperty
Identifies the GroupPanelForeground dependency property.
Declaration
public static readonly DependencyProperty GroupPanelForegroundProperty
Field Value
DependencyProperty
GroupPanelItemStyleProperty
Identifies the GroupPanelItemStyle dependency property.
Declaration
public static readonly DependencyProperty GroupPanelItemStyleProperty
Field Value
DependencyProperty
GroupPanelStyleProperty
Identifies the GroupPanelStyle dependency property.
Declaration
public static readonly DependencyProperty GroupPanelStyleProperty
Field Value
DependencyProperty
GroupRowIsExpandedChangedEvent
Occurs when a group row's expanded state is changed.
Declaration
public static readonly RoutedEvent GroupRowIsExpandedChangedEvent
Field Value
RoutedEvent
GroupRowIsExpandedChangingEvent
Occurs when a group row's expanded state is about to be changed.
Declaration
public static readonly RoutedEvent GroupRowIsExpandedChangingEvent
Field Value
RoutedEvent
GroupRowStyleProperty
Identifies the GroupRowStyle dependency property.
Declaration
public static readonly DependencyProperty GroupRowStyleProperty
Field Value
DependencyProperty
GroupRowStyleSelectorProperty
Identifies the GroupRowStyleSelector dependency property.
Declaration
public static readonly DependencyProperty GroupRowStyleSelectorProperty
Field Value
DependencyProperty
GroupedEvent
Occurs after grouping was performed.
Declaration
public static readonly RoutedEvent GroupedEvent
Field Value
RoutedEvent
GroupingEvent
Occurs while grouping is being performed. (Cancelable).
Declaration
public static readonly RoutedEvent GroupingEvent
Field Value
RoutedEvent
HasHierarchyProperty
Identifies the HasHierarchy readonly dependency property.
Declaration
public static readonly DependencyProperty HasHierarchyProperty
Field Value
DependencyProperty
HeaderRowStyleProperty
Identifies the HeaderRowStyle dependency property.
Declaration
public static readonly DependencyProperty HeaderRowStyleProperty
Field Value
DependencyProperty
HierarchyChildTemplateProperty
Identifies the HierarchyChildTemplateProperty property.
Declaration
public static readonly DependencyProperty HierarchyChildTemplateProperty
Field Value
DependencyProperty
HierarchyChildTemplateSelectorProperty
Identifies the HierarchyChildTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty HierarchyChildTemplateSelectorProperty
Field Value
DependencyProperty
HierarchyExpandButtonStyleProperty
Identifies the HierarchyExpandButtonStyle dependency property.
Declaration
public static readonly DependencyProperty HierarchyExpandButtonStyleProperty
Field Value
DependencyProperty
HierarchyExpandButtonStyleSelectorProperty
Identifies the HierarchyExpandButtonStyleSelector dependency property.
Declaration
public static readonly DependencyProperty HierarchyExpandButtonStyleSelectorProperty
Field Value
DependencyProperty
HorizontalGridLinesBrushProperty
Represents the HorizontalGridLinesBrush dependency property.
Declaration
public static readonly DependencyProperty HorizontalGridLinesBrushProperty
Field Value
DependencyProperty
IsBusyProperty
Identifies the IsBusyProperty dependency property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
DependencyProperty
IsFilteringAllowedProperty
Identifies the IsFilteringAllowedProperty dependency property.
Declaration
public static readonly DependencyProperty IsFilteringAllowedProperty
Field Value
DependencyProperty
IsLocalizationLanguageRespectedProperty
Identifies the IsLocalizationLanguageRespected property.
Declaration
public static readonly DependencyProperty IsLocalizationLanguageRespectedProperty
Field Value
DependencyProperty
IsPropertyChangedAggregationEnabledProperty
Represents the IsPropertyChangedAggregationEnabled DependencyProperty.
Declaration
public static readonly DependencyProperty IsPropertyChangedAggregationEnabledProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Gets or sets a value indicating whether the RadGridView can be edited.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
IsScrollingProperty
Identifies the IsScrolling dependency property.
Declaration
public static readonly DependencyProperty IsScrollingProperty
Field Value
DependencyProperty
IsSearchFilteringEnabledProperty
Get or sets a value that indicates whether the filtering is enabled while searching.
Declaration
public static readonly DependencyProperty IsSearchFilteringEnabledProperty
Field Value
DependencyProperty
IsSearchingDeferredProperty
Identifies the IsSearchingDeferred dependency property.
Declaration
public static readonly DependencyProperty IsSearchingDeferredProperty
Field Value
DependencyProperty
LeftFrozenColumnCountProperty
Represents the LeftFrozenColumnCount dependency property.
Declaration
public static readonly DependencyProperty LeftFrozenColumnCountProperty
Field Value
DependencyProperty
MaxColumnWidthProperty
The DependencyProperty that represents the MaxColumnWidth property.
Declaration
public static readonly DependencyProperty MaxColumnWidthProperty
Field Value
DependencyProperty
The maximum column width in pixels. The default is Double.PositiveInfinity.
MergedCellsDirectionProperty
Represents the MergedCellsDirection dependency property.
Declaration
public static readonly DependencyProperty MergedCellsDirectionProperty
Field Value
DependencyProperty
MergedCellsStyleProperty
Identifies the MergedCellsStyle dependency property.
Declaration
public static readonly DependencyProperty MergedCellsStyleProperty
Field Value
DependencyProperty
MergedCellsStyleSelectorProperty
Identifies the MergedCellsStyleSelector dependency property.
Declaration
public static readonly DependencyProperty MergedCellsStyleSelectorProperty
Field Value
DependencyProperty
MinColumnWidthProperty
The DependencyProperty that represents the MinColumnWidth property.
Declaration
public static readonly DependencyProperty MinColumnWidthProperty
Field Value
DependencyProperty
MouseWheelScrollDeltaProperty
Identifies the MouseWheelScrollDelta dependency property.
Declaration
public static readonly DependencyProperty MouseWheelScrollDeltaProperty
Field Value
DependencyProperty
MultipleColumnSortModifiersProperty
Identifies the MultipleColumnSortModifiers dependency property.
Declaration
public static readonly DependencyProperty MultipleColumnSortModifiersProperty
Field Value
DependencyProperty
NewRowPositionProperty
Identifies the NewRowPosition dependency property.
Declaration
public static readonly DependencyProperty NewRowPositionProperty
Field Value
DependencyProperty
NewRowStyleProperty
Identifies the NewRowStyle dependency property.
Declaration
public static readonly DependencyProperty NewRowStyleProperty
Field Value
DependencyProperty
NonFrozenColumnsViewportHorizontalOffsetProperty
Dependency property for NonFrozenColumnsViewportHorizontalOffset Property.
Declaration
public static readonly DependencyProperty NonFrozenColumnsViewportHorizontalOffsetProperty
Field Value
DependencyProperty
NonFrozenColumnsViewportHorizontalOffsetRightProperty
Dependency property for NonFrozenColumnsViewportHorizontalOffset Property.
Declaration
public static readonly DependencyProperty NonFrozenColumnsViewportHorizontalOffsetRightProperty
Field Value
DependencyProperty
ParentRowProperty
Identifies the ParentRow dependency property.
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
DependencyProperty
PastedEvent
Occurs after pasting from the Clipboard to the GridViewDataControl.
Declaration
public static readonly RoutedEvent PastedEvent
Field Value
RoutedEvent
PastingCellClipboardContentEvent
Occurs on pasting a cell from the Clipboard.
Declaration
public static readonly RoutedEvent PastingCellClipboardContentEvent
Field Value
RoutedEvent
PastingEvent
Occurs on pasting from the Clipboard to the GridViewDataControl.
Declaration
public static readonly RoutedEvent PastingEvent
Field Value
RoutedEvent
PinnedRowsPositionProperty
Identifies the PinnedRowsPosition dependency property.
Declaration
public static readonly DependencyProperty PinnedRowsPositionProperty
Field Value
DependencyProperty
ReorderColumnsModeProperty
DependencyProperty for ReorderColumnsMode.
Declaration
public static readonly DependencyProperty ReorderColumnsModeProperty
Field Value
DependencyProperty
RightFrozenColumnCountProperty
Represents the RightFrozenColumnCount dependency property.
Declaration
public static readonly DependencyProperty RightFrozenColumnCountProperty
Field Value
DependencyProperty
RightFrozenColumnsSplitterVisibilityProperty
Identifies the RightFrozenColumnsSplitterVisibility dependency property.
Declaration
public static readonly DependencyProperty RightFrozenColumnsSplitterVisibilityProperty
Field Value
DependencyProperty
RowActivatedEvent
Occurs when a row is activated - when user double click on it or RowActivated command is executed.
Declaration
public static readonly RoutedEvent RowActivatedEvent
Field Value
RoutedEvent
RowDetailsStyleProperty
Identifies the RowDetailsStyle dependency property.
Declaration
public static readonly DependencyProperty RowDetailsStyleProperty
Field Value
DependencyProperty
RowDetailsStyleSelectorProperty
Identifies the RowDetailsStyleSelector dependency property.
Declaration
public static readonly DependencyProperty RowDetailsStyleSelectorProperty
Field Value
DependencyProperty
RowDetailsTemplateProperty
Identifies the RowDetailsTemplate dependency property.
Declaration
public static readonly DependencyProperty RowDetailsTemplateProperty
Field Value
DependencyProperty
RowDetailsTemplateSelectorProperty
Identifies the RowDetailsTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty RowDetailsTemplateSelectorProperty
Field Value
DependencyProperty
RowDetailsVisibilityModeProperty
Identifies the RowDetailsVisibilityMode dependency property.
Declaration
public static readonly DependencyProperty RowDetailsVisibilityModeProperty
Field Value
DependencyProperty
RowEditEndedEvent
Occurs after a row edit ended. Needs validation mode set to Row.
Declaration
public static readonly RoutedEvent RowEditEndedEvent
Field Value
RoutedEvent
RowHeightProperty
Identifies the RowHeight dependency property.
Declaration
public static readonly DependencyProperty RowHeightProperty
Field Value
DependencyProperty
RowIndicatorVisibilityProperty
Identifies the RowIndicatorVisibility dependency property.
Declaration
public static readonly DependencyProperty RowIndicatorVisibilityProperty
Field Value
DependencyProperty
RowIsExpandedChangedEvent
Occurs when a row's expanded state is changed - when its hierarchy child is expanded or collapsed.
Declaration
public static readonly RoutedEvent RowIsExpandedChangedEvent
Field Value
RoutedEvent
RowIsExpandedChangingEvent
Occurs when a row's expanded state is about to be changed - when its hierarchy child is expanded or collapsed.
Declaration
public static readonly RoutedEvent RowIsExpandedChangingEvent
Field Value
RoutedEvent
RowStyleProperty
Identifies the RowStyle dependency property.
Declaration
public static readonly DependencyProperty RowStyleProperty
Field Value
DependencyProperty
RowStyleSelectorProperty
Identifies the RowStyleSelector dependency property.
Declaration
public static readonly DependencyProperty RowStyleSelectorProperty
Field Value
DependencyProperty
RowValidatedEvent
Occurs after row validation.
Declaration
public static readonly RoutedEvent RowValidatedEvent
Field Value
RoutedEvent
RowValidatingEvent
Occurs on row validation.
Declaration
public static readonly RoutedEvent RowValidatingEvent
Field Value
RoutedEvent
ScaleFactorProperty
Identifies the ScaleFactor dependency property.
Declaration
public static readonly DependencyProperty ScaleFactorProperty
Field Value
DependencyProperty
ScrollModeProperty
Identifies the ScrollMode dependency property.
Declaration
public static readonly DependencyProperty ScrollModeProperty
Field Value
DependencyProperty
ScrollPositionIndicatorTemplateProperty
Identifies the ScrollPositionIndicatorTemplate property.
Declaration
public static readonly DependencyProperty ScrollPositionIndicatorTemplateProperty
Field Value
DependencyProperty
The identifier for the ScrollPositionIndicatorTemplate property
SearchPanelBackgroundProperty
Identifies the SearchPanelBackground dependency property.
Declaration
public static readonly DependencyProperty SearchPanelBackgroundProperty
Field Value
DependencyProperty
SearchPanelCloseButtonVisibilityProperty
Identifies the SearchPanelCloseButtonVisibility dependency property.
Declaration
public static readonly DependencyProperty SearchPanelCloseButtonVisibilityProperty
Field Value
DependencyProperty
SearchPanelForegroundProperty
Identifies the SearchPanelForeground dependency property.
Declaration
public static readonly DependencyProperty SearchPanelForegroundProperty
Field Value
DependencyProperty
SearchStateManagerProperty
Represents the SearchStateManager dependency property.
Declaration
public static readonly DependencyProperty SearchStateManagerProperty
Field Value
DependencyProperty
SearchedEvent
Routed Event for the Searched event.
Declaration
public static readonly RoutedEvent SearchedEvent
Field Value
RoutedEvent
SearchingEvent
Routed Event for the Searching event.
Declaration
public static readonly RoutedEvent SearchingEvent
Field Value
RoutedEvent
SelectionKeyEvent
Identifies the SelectionKeyEvent routed event.
Declaration
public static readonly RoutedEvent SelectionKeyEvent
Field Value
RoutedEvent
SelectionModeProperty
Identifies the SelectionModeProperty dependency property.
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
DependencyProperty
SelectionUnitProperty
Identifies the SelectionUnitProperty dependency property.
Declaration
public static readonly DependencyProperty SelectionUnitProperty
Field Value
DependencyProperty
ShouldCloseFilteringPopupOnKeyboardFocusChangedProperty
Identifies the ShouldCloseFilteringPopupOnKeyboardFocusChanged dependency property.
Declaration
public static readonly DependencyProperty ShouldCloseFilteringPopupOnKeyboardFocusChangedProperty
Field Value
DependencyProperty
ShouldReorderColumnsOnUngroupingProperty
Identifies the ShouldReorderColumnsOnUngroupingProperty dependency property.
Declaration
public static readonly DependencyProperty ShouldReorderColumnsOnUngroupingProperty
Field Value
DependencyProperty
ShouldRespectIEditableObjectProperty
Represents the ShouldRespectIEditableObject DependencyProperty.
Declaration
public static readonly DependencyProperty ShouldRespectIEditableObjectProperty
Field Value
DependencyProperty
ShowColumnFootersProperty
Identifies the ShowColumnFooters dependency property.
Declaration
public static readonly DependencyProperty ShowColumnFootersProperty
Field Value
DependencyProperty
ShowColumnHeadersProperty
Identifies the ShowColumnHeaders dependency property.
Declaration
public static readonly DependencyProperty ShowColumnHeadersProperty
Field Value
DependencyProperty
ShowGroupFootersProperty
Identifies the ShowGroupFooters dependency property.
Declaration
public static readonly DependencyProperty ShowGroupFootersProperty
Field Value
DependencyProperty
ShowGroupPanelProperty
Identifies the ShowGroupPanel dependency property.
Declaration
public static readonly DependencyProperty ShowGroupPanelProperty
Field Value
DependencyProperty
ShowScrollPositionIndicatorProperty
Identifies the ShowScrollPositionIndicator dependency property.
Declaration
public static readonly DependencyProperty ShowScrollPositionIndicatorProperty
Field Value
DependencyProperty
ShowSearchPanelProperty
Identifies the ShowSearchPanel dependency property.
Declaration
public static readonly DependencyProperty ShowSearchPanelProperty
Field Value
DependencyProperty
ShowToolTipOnTrimmedTextProperty
Identifies the ShowToolTipOnTrimmedText dependency property.
Declaration
public static readonly DependencyProperty ShowToolTipOnTrimmedTextProperty
Field Value
DependencyProperty
SortedEvent
Occurs after sorting was performed.
Declaration
public static readonly RoutedEvent SortedEvent
Field Value
RoutedEvent
SortingEvent
Identifies the Sorting routed event.
Declaration
public static readonly RoutedEvent SortingEvent
Field Value
RoutedEvent
ToolTipOnTrimmedTextShowDurationProperty
Identifies the ToolTipOnTrimmedTextShowDurationProperty dependency property.
Declaration
public static readonly DependencyProperty ToolTipOnTrimmedTextShowDurationProperty
Field Value
DependencyProperty
ValidatesOnDataErrorsProperty
Identifies the ValidatesOnDataErrors dependency property.
Declaration
public static readonly DependencyProperty ValidatesOnDataErrorsProperty
Field Value
DependencyProperty
ValidationTypeProperty
Identifies the ValidationTypeProperty dependency property.
Declaration
public static readonly DependencyProperty ValidationTypeProperty
Field Value
DependencyProperty
VerticalGridLinesBrushProperty
Represents the VerticalGridLinesBrush dependency property.
Declaration
public static readonly DependencyProperty VerticalGridLinesBrushProperty
Field Value
DependencyProperty
VisibleRowsHeightProperty
Identifies the VisibleRowsHeight dependency property.
Declaration
public static readonly DependencyProperty VisibleRowsHeightProperty
Field Value
DependencyProperty
ZoomScaleTransformProperty
Identifies the ZoomScaleTransform dependency property.
Declaration
public static readonly DependencyProperty ZoomScaleTransformProperty
Field Value
DependencyProperty
Properties
ActionOnLostFocus
Gets or sets the action to take when an element of the GridViewDataControl loses focus.
Declaration
public ActionOnLostFocus ActionOnLostFocus { get; set; }
Property Value
The action to take when an element of the GridViewDataControl loses focus.
AggregateResults
Collection with aggregate results.
Declaration
public AggregateResultCollection AggregateResults { get; }
Property Value
AlternateRowBackground
Gets or sets the Brush that is used to paint the background of odd-numbered rows.
Declaration
public Brush AlternateRowBackground { get; set; }
Property Value
Brush
The brush that is used to paint the background of odd-numbered rows.
AlternateRowStyle
Gets or sets the alternate row style.
Declaration
public Style AlternateRowStyle { get; set; }
Property Value
Style
The alternate row style.
AlternateRowStyleSelector
Gets or sets the alternate row style selector.
Declaration
public StyleSelector AlternateRowStyleSelector { get; set; }
Property Value
StyleSelector
The alternate row style selector.
AreRowDetailsFrozen
Gets or sets a value that indicates whether the row details sections remain fixed at the width of the display area or can scroll horizontally.
Declaration
public bool AreRowDetailsFrozen { get; set; }
Property Value
true if the row details sections are prevented from scrolling horizontally; otherwise, false. The default is false.
Remarks
Set this property to true to make sure that the contents of the row details sections are never scrolled out of view horizontally.
AutoExpandGroups
Gets or sets a value indicating whether groups should be expanded or not.
Declaration
public bool AutoExpandGroups { get; set; }
Property Value
true if groups should be expanded; otherwise, false.
AutoGenerateColumns
Gets or sets a value indicating whether columns are created automatically when the ItemsSource property is set.
Declaration
public bool AutoGenerateColumns { get; set; }
Property Value
true if the columns should be created automatically; otherwise, false. The default is true.
Remarks
You can modify the Columns collection at run time regardless of whether it contains generated columns. However, if you specify columns in XAML, you should set AutoGenerateColumns to false. If you want to modify auto-generated columns during generation you can use AutoGeneratingColumn event.
BusyIndicatorContent
Gets or sets the content of GridViewLoadingIndicator.
Declaration
public object BusyIndicatorContent { get; set; }
Property Value
BusyIndicatorContentTemplate
Gets or sets the content template of GridViewLoadingIndicator.
Declaration
public DataTemplate BusyIndicatorContentTemplate { get; set; }
Property Value
DataTemplate
BusyIndicatorIsIndeterminate
Gets or sets a value that controls the modes of execution of GridViewLoadingIndicator.
Declaration
public bool BusyIndicatorIsIndeterminate { get; set; }
Property Value
BusyIndicatorProgressValue
Gets or sets a value that reports any shifts in the GridViewLoadingIndicator's progress value.
Declaration
public double BusyIndicatorProgressValue { get; set; }
Property Value
CanUserDeleteRows
Gets or sets a value that indicates whether the user can delete rows.
Declaration
public bool CanUserDeleteRows { get; set; }
Property Value
true if the user can add new rows; otherwise, false. The registered default is true.
CanUserFreezeColumns
Gets or sets a value indicating whether the frozen column splitter is visible.
Declaration
public bool CanUserFreezeColumns { get; set; }
Property Value
true if user can freeze columns; otherwise, false.
CanUserInsertRows
Gets or sets a value that indicates whether the user can add new rows.
Declaration
public bool CanUserInsertRows { get; set; }
Property Value
true if the user can add new rows; otherwise, false. The registered default is true.
Remarks
When this property is set to true a blank row is displayed at the top of GridViewDataControl. A user can enter a new item into the blank row. Adding a new row adds an item to the ItemsSource. You can set default values for the new item by handling the AddingNewDataItem event and setting the values programmatically.
CanUserReorderColumns
Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse.
Declaration
public bool CanUserReorderColumns { get; set; }
Property Value
true if the user can reorder columns; otherwise, false.
Remarks
You can set this behavior for individual columns by setting the GridViewColumn.IsReorderable property. If the GridViewColumn.IsReorderable property and the GridViewDataControl.CanUserReorderColumns property are both set, a value of false will take precedence over a value of true.
CanUserResizeColumns
Gets or sets a value that indicates whether the user can adjust column widths using the mouse.
Declaration
public bool CanUserResizeColumns { get; set; }
Property Value
true if the user can resize columns; otherwise, false. The default is true.
Remarks
You can set this behavior for individual columns by setting the GridViewColumn.IsResizable property. If the GridViewColumn.IsResizable property and the GridViewDataControl.CanUserResizeColumns property are both set, a value of false will take precedence over a value of true.
CanUserResizeRows
Gets or sets a value that indicates whether the user can adjust the height of rows by using the mouse.
Declaration
public bool CanUserResizeRows { get; set; }
Property Value
true if the user can change the height of the rows; otherwise, false. The registered default is true.
CanUserSortColumns
Gets or sets a value that indicates whether the user can sort columns by clicking the column header.
Declaration
public bool CanUserSortColumns { get; set; }
Property Value
true if the user can sort columns; otherwise, false. The default is true.
Remarks
You can set this behavior for individual columns by setting the GridViewColumn.IsSortable property. If the GridViewColumn.IsSortable property and the GridViewDataControl.CanUserSortColumns property are both set, a value of false will take precedence over a value of true.
CanUserSortGroups
Gets or sets a value indicating whether this instance can user sort groups.
Declaration
public bool CanUserSortGroups { get; set; }
Property Value
true if this instance can user sort groups; otherwise, false.
CellsPanelHorizontalOffset
Property which caches the cells panel horizontal offset.
Declaration
public double CellsPanelHorizontalOffset { get; }
Property Value
ChildTableDefinitions
Represents a collection of table definitions.
Declaration
public TableDefinitionCollection ChildTableDefinitions { get; }
Property Value
ClipboardCopyMode
Gets or sets a value that indicates how data is copied to the clipboard.
Declaration
public GridViewClipboardCopyMode ClipboardCopyMode { get; set; }
Property Value
Remarks
Use this property to specify whether a user can copy GridViewDataControl content to the clipboard. If copying is allowed, this property can specify whether the clipboard copy will include column headers and/or footers.
ClipboardPasteMode
The property which determines how content from the Clipboard is pasted into the GridViewDataControl.
Declaration
public GridViewClipboardPasteMode ClipboardPasteMode { get; set; }
Property Value
ColumnBackground
Gets or sets the Brush that is used to paint the background of cells in grid columns.
Declaration
public Brush ColumnBackground { get; set; }
Property Value
Brush
The column background.
ColumnGroups
Gets the collection of column groups.Columns in a group are represented by a common header.
Declaration
public RadObservableCollection<GridViewColumnGroup> ColumnGroups { get; }
Property Value
ColumnWidth
Gets or sets the standard width or automatic sizing mode of columns in the control.
Declaration
public GridViewLength ColumnWidth { get; set; }
Property Value
A structure that represents the standard width or automatic sizing mode of columns in the DataGrid. The default is Auto.
Remarks
By default, columns will automatically adjust their width to fit their contents. This property affects the width setting of every column in the control that does not have an explicit Width setting.
Columns
Gets a collection that contains all the columns in the control.
Declaration
public GridViewColumnCollection Columns { get; }
Property Value
Remarks
Use the Columns collection to add columns, remove columns, or update properties on the columns. Each column in the Columns collection defines a column in the GridViewDataControl. Columns in the collection must derive from GridViewColumn. GridViewDataColumn, which adds support for binding, derives from GridViewColumn and is the base for the defined column types.
ControlPanelItems
Gets or sets the control panel items.
Declaration
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public ObservableCollection<IControlPanelItem> ControlPanelItems { get; set; }
Property Value
CrossThreadCollectionChangedInterval
Gets or sets the interval at which CollectionChanged events from a background thread are dispatched to the UI thread. The default value is TimeSpan.Zero - each CollectionChanged event is dispatched without any batching. If not TimeSpan.Zero, CollectionChanged events are aggregated and sent to the UI thread for processing them at once.
Declaration
public TimeSpan CrossThreadCollectionChangedInterval { get; set; }
Property Value
CurrentCell
Gets the current cell.
Declaration
public GridViewCell CurrentCell { get; }
Property Value
The current cell.
CurrentCellInfo
Gets or sets the current cell info.
Declaration
public GridViewCellInfo CurrentCellInfo { get; set; }
Property Value
The current cell info.
CurrentColumn
Gets or sets the column that contains the current cell.
Declaration
public GridViewColumn CurrentColumn { get; set; }
Property Value
The column that contains the current cell.
CurrentMergedCell
Gets or sets the current merged cell.
Declaration
public GridViewMergedCell CurrentMergedCell { get; set; }
Property Value
The current merged cell.
DataLoadMode
Gets or sets the property determining if the grid data loading should be asynchronous or not.
Declaration
public DataLoadMode DataLoadMode { get; set; }
Property Value
DataMember
Gets or sets the specific data member in a multimember data source to bind to a data listing control.
DefaultDistinctValuesCount
Gets or sets the default number of distinct values.
Declaration
public int DefaultDistinctValuesCount { get; set; }
Property Value
DragElementAction
Set action performed on dragging over elements.
Declaration
public DragAction DragElementAction { get; set; }
Property Value
EditTriggers
Gets or sets the edit triggers.
Declaration
public GridViewEditTriggers EditTriggers { get; set; }
Property Value
The edit triggers.
EnableColumnGroupsVirtualization
Property which determines if column groups virtualization is enabled or disabled.
Declaration
public bool EnableColumnGroupsVirtualization { get; set; }
Property Value
EnableColumnVirtualization
Property which determines if column virtualization is enabled or disabled.
Declaration
public bool EnableColumnVirtualization { get; set; }
Property Value
EnableHeaderContextMenu
Gets or sets a boolean value indicating whether a context menu will be shown when right-clicking the header cells.
Declaration
public bool EnableHeaderContextMenu { get; set; }
Property Value
Remarks
Setting this property to true requires a reference to the Telerik.Windows.Controls.Navigation assembly.
EnableLightweightTextRendering
Gets or sets a value that indicates whether the lightweight text rendering mode is enabled.
Declaration
public bool EnableLightweightTextRendering { get; set; }
Property Value
Remarks
To enable this, the MergedCellsDirection should be None, CanUserFreezeColumns should be false and GroupRenderMode should be Flat. Additionally, the Content of GridViewCells will be null in this mode.
EnableLostFocusSelectedState
Property which determines if the row or cell "unfocused" selected state is enabled or disabled.
Declaration
public bool EnableLostFocusSelectedState { get; set; }
Property Value
EnableMouseWheelScaling
Gets or sets the EnableMouseWheelScaling property.
EnableRowVirtualization
Property which determines if row virtualization is enabled or disabled.
FilterDescriptors
Gets a collection of FilterDescriptor objects used to filter the items collection of this instance.
Declaration
public CompositeFilterDescriptorCollection FilterDescriptors { get; }
Property Value
CompositeFilterDescriptorCollection
The filter descriptors.
FilterEditorPosition
Gets or sets the filter editor position.
Declaration
public FilterEditorPosition FilterEditorPosition { get; set; }
Property Value
Remarks
This property takes effect only when the FilteringMode is FilterEditor.
FilteringDropDownStaysOpen
Gets or sets the property which controls whether the filtering dropdowns stay open when a click outside of the popups occurs.
true if the popups will stay open, otherwise, false
Declaration
public bool FilteringDropDownStaysOpen { get; set; }
Property Value
FilteringMode
Gets or sets the filtering mode.
Declaration
public FilteringMode FilteringMode { get; set; }
Property Value
The filtering mode.
FooterRowStyle
Gets or sets the footer row style.
Declaration
public Style FooterRowStyle { get; set; }
Property Value
Style
The header row style.
FrozenColumnCount
Gets or sets the number of columns that the user cannot scroll horizontally.
Declaration
public int FrozenColumnCount { get; set; }
Property Value
The number of non-scrolling columns.
Remarks
Frozen columns are columns that are always displayed and cannot be scrolled out of visibility. Frozen columns are always the leftmost columns in display order.
FrozenColumnsSplitterVisibility
Gets or sets the visibility of the left frozen columns splitter.
Declaration
public Visibility FrozenColumnsSplitterVisibility { get; set; }
Property Value
Visibility
GridLinesVisibility
Gets or sets a value that indicates which grid lines separating inner cells are shown.
Declaration
public GridLinesVisibility GridLinesVisibility { get; set; }
Property Value
One of the enumeration values indicating which grid lines are shown. The default is Both.
GridViewNewRowContent
Gets or sets a value for the text of the new row.
Declaration
public object GridViewNewRowContent { get; set; }
Property Value
GridViewNewRowContentTemplate
Gets or sets a DataTemplate for the text of the new row.
Declaration
public DataTemplate GridViewNewRowContentTemplate { get; set; }
Property Value
DataTemplate
GroupCount
Gets the number of groups.
Declaration
public int GroupCount { get; }
Property Value
The number of groups.
GroupDescriptors
Gets a collection of GroupDescriptor objects used to group the items collection of this instance.
Declaration
public GroupDescriptorCollection GroupDescriptors { get; }
Property Value
The group descriptors.
GroupFooterRowStyle
Gets or sets the group footer row style.
Declaration
public Style GroupFooterRowStyle { get; set; }
Property Value
Style
The header row style.
GroupFooterRowStyleSelector
Gets or sets the group footer row style selector.
Declaration
public StyleSelector GroupFooterRowStyleSelector { get; set; }
Property Value
StyleSelector
The group footer row style selector.
GroupHeaderTemplate
Gets or sets the template for the group headers.
Declaration
public DataTemplate GroupHeaderTemplate { get; set; }
Property Value
DataTemplate
The data template.
GroupPanelBackground
Gets or sets the color behind the content of the GroupPanel.
Declaration
public Brush GroupPanelBackground { get; set; }
Property Value
Brush
The group panel background.
GroupPanelForeground
Gets or sets the foreground color of the GroupPanel.
Declaration
public Brush GroupPanelForeground { get; set; }
Property Value
Brush
The group panel foreground.
GroupPanelItemStyle
Gets or sets the group panel cell style.
Declaration
public Style GroupPanelItemStyle { get; set; }
Property Value
Style
The group panel cell style.
GroupPanelStyle
Gets or sets the group panel style.
Declaration
public Style GroupPanelStyle { get; set; }
Property Value
Style
The group panel style.
GroupRowStyle
Gets or sets the group row style.
Declaration
public Style GroupRowStyle { get; set; }
Property Value
Style
The group row style.
GroupRowStyleSelector
Gets or sets the group row style selector.
Declaration
public StyleSelector GroupRowStyleSelector { get; set; }
Property Value
StyleSelector
The group row style selector.
HasHierarchy
Gets a value indicating whether this row data control has hierarchy or not. This is a dependency property.
HeaderRowStyle
Gets or sets the header row style.
Declaration
public Style HeaderRowStyle { get; set; }
Property Value
Style
The header row style.
HierarchyChildTemplate
Gets or sets the content templates for detail tables.
Declaration
public DataTemplate HierarchyChildTemplate { get; set; }
Property Value
DataTemplate
Remarks
Please refer to HierarchyChildTemplate for more information on the property.
HierarchyChildTemplateSelector
Gets or sets the data template selector for the grid HierarchyChildTemplate.
Declaration
public DataTemplateSelector HierarchyChildTemplateSelector { get; set; }
Property Value
DataTemplateSelector
HierarchyExpandButtonStyle
Gets or sets the hierarchy expand button style.
Declaration
public Style HierarchyExpandButtonStyle { get; set; }
Property Value
Style
The hierarchy expand button style.
HierarchyExpandButtonStyleSelector
Gets or sets the hierarchy expand button style selector.
Declaration
public StyleSelector HierarchyExpandButtonStyleSelector { get; set; }
Property Value
StyleSelector
The hierarchy expand button style selector.
HorizontalGridLinesBrush
Gets or sets the horizontal grid lines brush.
Declaration
public Brush HorizontalGridLinesBrush { get; set; }
Property Value
Brush
The horizontal grid lines brush.
IsBusy
Gets a value indicating whether the grid is currently busy. You can use this property to show/hide the grid loading indicator.
IsExpandableBinding
Property that allows you to set individual rows expandable state using Binding.
Declaration
public Binding IsExpandableBinding { get; set; }
Property Value
Binding
IsExpandedBinding
Property that allows you to set individual rows expanded state using Binding.
Declaration
public Binding IsExpandedBinding { get; set; }
Property Value
Binding
IsFilteringAllowed
Gets or sets a value indicating whether the control can be filtered through the UI.
Declaration
public bool IsFilteringAllowed { get; set; }
Property Value
true if the control can be filtered through the UI; otherwise, false.
IsLocalizationLanguageRespected
Gets or sets a value indicating whether the Language property will be respected for defining CurrentCulture.
Declaration
public bool IsLocalizationLanguageRespected { get; set; }
Property Value
true if Language will be respected; otherwise, false.
IsPropertyChangedAggregationEnabled
Gets or sets a value that indicates whether PropertyChanged call should be aggregated, or handled separately.
Declaration
public bool IsPropertyChangedAggregationEnabled { get; set; }
Property Value
IsReadOnly
Gets or sets a value that indicates whether the user can edit the values in the control.
Declaration
public bool IsReadOnly { get; set; }
Property Value
true if the control is read-only; otherwise, false. The default is false.
Remarks
If the IsReadOnly property is set to true, none of the cells can enter editing mode. You can set this behavior for individual columns by setting the GridViewColumn.IsReadOnly property. If the DataGridColumn.IsReadOnly property and the GridViewColumn.IsReadOnly property are both set, a value of true will take precedence over a value of false.
IsReadOnlyBinding
Property that allows you to set individual rows into a readonly state using Binding.
Declaration
public Binding IsReadOnlyBinding { get; set; }
Property Value
Binding
IsScrolling
Gets or sets a value indicating whether the user is currently fast scrolling.
IsSearchFilteringEnabled
Get or sets a value that indicates whether the filtering is enabled while searching.
Declaration
public bool IsSearchFilteringEnabled { get; set; }
Property Value
IsSearchingDeferred
Gets or sets a value indicating whether searching will be executed on each typing or one of the cases - on pressing Enter or losing the focus.
KeyboardCommandProvider
Gets the keyboard command provider.
Declaration
public IKeyboardCommandProvider KeyboardCommandProvider { get; set; }
Property Value
The keyboard command provider. This class provides command key mappings.
LeftFrozenColumnCount
Gets or sets the number of columns that are frozen to the left side.
MaxColumnWidth
Gets or sets the maximum width of columns in the GridViewDataControl.
MergedCellsDirection
Gets or sets the merged cells direction.
Declaration
public MergedCellsDirection MergedCellsDirection { get; set; }
Property Value
The merged cells direction.
MergedCellsStyle
Gets or sets Style for MergedCells.
Declaration
public Style MergedCellsStyle { get; set; }
Property Value
Style
MergedCellsStyleSelector
Gets or sets the StyleSelector for MergedCells.
Declaration
public StyleSelector MergedCellsStyleSelector { get; set; }
Property Value
StyleSelector
MinColumnWidth
Gets or sets the minimum width of columns in the GridViewDataControl.
Declaration
public double MinColumnWidth { get; set; }
Property Value
The minimum column width in pixels. The default is 20.
Remarks
PositiveInfinity, NaN, 0 or negative values are not allowed.
MouseWheelScrollDelta
Gets or sets the number of rows to be scrolled up or down when using the mouse wheel. Negative values will effectively reverse the mouse wheel scroll direction.
MultipleColumnSortModifiers
Gets or sets the ModifierKeys that trigger the multiple column sorting when a GridViewHeaderCell is clicked.
Declaration
public ModifierKeys MultipleColumnSortModifiers { get; set; }
Property Value
ModifierKeys
NewRowPosition
Gets or sets a value indicating where to show new row.
Declaration
public GridViewNewRowPosition NewRowPosition { get; set; }
Property Value
NewRowStyle
Gets or sets the "new" row style.
Declaration
public Style NewRowStyle { get; set; }
Property Value
Style
The "new" row style.
NonFrozenColumnsViewportHorizontalOffset
Property which gets/sets the start x coordinate of non frozen columns in view port.
Declaration
public double NonFrozenColumnsViewportHorizontalOffset { get; }
Property Value
NonFrozenColumnsViewportHorizontalOffsetRight
Property which gets/sets the start x coordinate of non frozen columns in view port.
Declaration
public double NonFrozenColumnsViewportHorizontalOffsetRight { get; }
Property Value
ParentRow
Gets or sets the container for this instance in hierarchy structure.
Declaration
public GridViewRow ParentRow { get; set; }
Property Value
The parent row.
PendingCommands
Gets all pending commands.
PinnedRowsPosition
Gets or sets a value indicating where to show pinned rows.
Declaration
public GridViewPinnedRowsPosition PinnedRowsPosition { get; set; }
Property Value
ReorderColumnsMode
Gets or sets the visual mode of reordering columns.
Declaration
public ColumnReorderOptions ReorderColumnsMode { get; set; }
Property Value
RightFrozenColumnCount
Gets or sets the number of columns that are frozen to the right side.
RightFrozenColumnsSplitterVisibility
Gets or sets the visibility of the right frozen columns splitter.
Declaration
public Visibility RightFrozenColumnsSplitterVisibility { get; set; }
Property Value
Visibility
RowDetailsProvider
Gets the IDetailsProvider for this GridViewDataControl. If you are using an external DetailsPresenter you should assign its DetailsProvider property to this one. This synchronizes the GridViewDataControl with the external details presenter.
Declaration
public IDetailsProvider RowDetailsProvider { get; }
Property Value
RowDetailsStyle
Gets or sets the row details presenter style.
Declaration
public Style RowDetailsStyle { get; set; }
Property Value
Style
The row details presenter style.
RowDetailsStyleSelector
Gets or sets the row details style selector.
Declaration
public StyleSelector RowDetailsStyleSelector { get; set; }
Property Value
StyleSelector
The grid row details style selector.
RowDetailsTemplate
Gets or sets the template that is used to display the content of the details section of rows.
Declaration
public DataTemplate RowDetailsTemplate { get; set; }
Property Value
DataTemplate
The template that is used to display row details. The default is null.
Remarks
In the XAML usage, both attribute and property element syntax for RowDetailsTemplate are shown. Defining the template inline as opposed to referencing an existing one as a resource are both equally valid scenarios.
RowDetailsTemplateSelector
Gets or sets the data template selector for the grid row details row.
Declaration
public DataTemplateSelector RowDetailsTemplateSelector { get; set; }
Property Value
DataTemplateSelector
RowDetailsVisibilityMode
Gets or sets the GridViewRowDetailsVisibilityMode that determines the way row details are displayed.
Declaration
public GridViewRowDetailsVisibilityMode RowDetailsVisibilityMode { get; set; }
Property Value
RowHeight
Gets or sets the row height for all rows.
Declaration
public double RowHeight { get; set; }
Property Value
The height of the rows, in device-independent units. The registered default is 25.
Remarks
By default the grid rows are measured with NaN ("Auto" in XAML) height to make the row automatically adjust its size to fit its content. When you set a value for the RowHeight property, it must be equal to or greater than 0.0. Double.PositiveInfinity is not a valid value for this property. The value restrictions on the Double value are enforced by a ValidateValueCallback mechanism. If you attempt to set a value that is not valid, a run-time exception is thrown.
RowInEditMode
Gets the row in edit mode of the GridViewDataControl.
Declaration
public GridViewRow RowInEditMode { get; }
Property Value
The row in edit mode of the GridViewDataControl.
RowIndicatorVisibility
Gets or sets the row indicator visibility.
Declaration
public Visibility RowIndicatorVisibility { get; set; }
Property Value
Visibility
The row indicator visibility.
RowStyle
Gets or sets the style that is used when rendering the rows.
Declaration
public Style RowStyle { get; set; }
Property Value
Style
The style applied to rows. The default is null.
Remarks
Whether defined as an inline style or as a resource, the Style defines the appearance of a row in the data grid, and should specify a TargetType of GridViewRow. You typically would specify setters for individual properties, and might also use a setter for the Template property if you wanted to change the composition of elements. For information that can help you decide whether to define styles inline or as resources, see Styles and Templates.
RowStyleSelector
Gets or sets the "normal" row style selector.
Declaration
public StyleSelector RowStyleSelector { get; set; }
Property Value
StyleSelector
The row style selector.
ScaleFactor
Gets or sets the ScaleFactor property.
ScrollMode
Gets or sets the scroll mode of the GridViewDataControl.
Declaration
public ScrollUpdateMode ScrollMode { get; set; }
Property Value
The scroll mode.
ScrollPositionIndicatorTemplate
Gets or sets the data template used by the scroll position indicator in deferred scroll mode . This is a dependency property.
Declaration
public DataTemplate ScrollPositionIndicatorTemplate { get; set; }
Property Value
DataTemplate
SearchPanelBackground
Gets or sets the color behind the content of the SearchPanel.
Declaration
public Brush SearchPanelBackground { get; set; }
Property Value
Brush
The search panel background.
SearchPanelCloseButtonVisibility
Gets or sets a value corresponding to the GridViewSearchPanel's close button visibility.
Declaration
public Visibility SearchPanelCloseButtonVisibility { get; set; }
Property Value
Visibility
SearchPanelForeground
Gets or sets the foreground color of the SearchPanel.
Declaration
public Brush SearchPanelForeground { get; set; }
Property Value
Brush
The search panel foreground.
SearchStateManager
Gets or sets the SearchStateManager associated with this control.
Declaration
public SearchStateManager SearchStateManager { get; set; }
Property Value
SelectedCells
Gets the selected cells.
Declaration
public IList<GridViewCellInfo> SelectedCells { get; }
Property Value
SelectionMode
Gets or sets the selection behavior for a GridViewDataControl
Declaration
public SelectionMode SelectionMode { get; set; }
Property Value
SelectionMode
One of the enumeration values specifying the selection behavior. The default is Single.
Remarks
Set the SelectionMode to specify whether users can select multiple rows or only a single row at a time.
SelectionUnit
Defines what units can be selected.
Declaration
public GridViewSelectionUnit SelectionUnit { get; set; }
Property Value
ShouldCloseFilteringPopupOnKeyboardFocusChanged
Gets or sets a value indicating whether column's filtering control should be closed automatically when keyboard focus is changed.
Declaration
public bool ShouldCloseFilteringPopupOnKeyboardFocusChanged { get; set; }
Property Value
ShouldReorderColumnsOnUngrouping
Gets or sets a value that indicates whether the user can change the column display order by dragging group panel cells on column headers with the mouse.
Declaration
public bool ShouldReorderColumnsOnUngrouping { get; set; }
Property Value
true if the user can reorder columns; otherwise, false.
ShouldRespectIEditableObject
Gets or set a value that indicates whether IEditableObject methods are automatically invoked by GridViewDataControl's data engine.
Declaration
public bool ShouldRespectIEditableObject { get; set; }
Property Value
ShowColumnFooters
Gets or sets a value indicating whether to show column footers.
ShowColumnHeaders
Gets or sets a value indicating whether to show column headers.
ShowColumnSortIndexes
Gets or sets a value indicating whether column sort indexes are displayed.
Declaration
public bool ShowColumnSortIndexes { get; set; }
Property Value
A value indicating whether column sort indexes are displayed.
ShowGroupFooters
Gets or sets a value indicating whether to show column group footers.
ShowGroupPanel
Gets or sets a value indicating whether to show a group panel.
ShowScrollPositionIndicator
Gets or sets a value that indicates whether the ScrollPositionIndicator will be shown while deferred scrolling.
Declaration
public bool ShowScrollPositionIndicator { get; set; }
Property Value
ShowSearchPanel
Gets or sets a value indicating whether to show the search panel.
ShowToolTipOnTrimmedText
Gets or sets a value that indicates whether a ToolTip will be visualized if the text in the cells is trimmed.
Declaration
public bool? ShowToolTipOnTrimmedText { get; set; }
Property Value
bool?
true if a ToolTip will be visualized; otherwise, false. The registered default is false.
SortDescriptors
Gets a collection of SortDescriptor objects used to sort the items collection of this instance.
Declaration
public SortDescriptorCollection SortDescriptors { get; }
Property Value
The sort descriptors.
ToolTipOnTrimmedTextShowDuration
Gets or sets the amount of time (in milliseconds) that the trimmed text tooltip remains visible.
Declaration
public int ToolTipOnTrimmedTextShowDuration { get; set; }
Property Value
The default value is 5000 milliseconds.
ValidatesOnDataErrors
Denotes in which mode RadGridView will perform data validation.
Declaration
public GridViewValidationMode ValidatesOnDataErrors { get; set; }
Property Value
The default value is a combination between all modes (InViewMode and InEditMode).
Remarks
This property will checks for errors that are raised by the IDataErrorInfo and INotifyDataErrorInfo implementation of the source object.
ValidationType
Gets or sets a value indicating what validation type should be processed by RadGridView.
Declaration
public GridViewValidationType ValidationType { get; set; }
Property Value
The default value is a combination between all types (DataAnnotations, IDataErrorInfo and INotifyDataErrorInfo).
VerticalGridLinesBrush
Gets or sets the vertical grid lines brush.
Declaration
public Brush VerticalGridLinesBrush { get; set; }
Property Value
Brush
The vertical grid lines brush.
VisibleRowsHeight
Gets or sets the visible rows height.
Declaration
public double VisibleRowsHeight { get; set; }
Property Value
The visible rows height.
Remarks
The property value is always greater or equal to the scroll viewport height.
ZoomScaleTransform
Gets the ZoomScaleTransform property.
Declaration
[Browsable(false)]
public ScaleTransform ZoomScaleTransform { get; }
Property Value
ScaleTransform
Methods
BeginEdit()
Causes the RadGridView to enter editing mode for the current cell and current row, unless the data grid is already in editing mode.
Declaration
public bool BeginEdit()
Returns
true if the RadGridView enters editing mode; otherwise, false.
BeginEdit(RoutedEventArgs)
Causes the RadGridView to enter editing mode for the current cell and current row, unless the data grid is already in editing mode.
Declaration
public bool BeginEdit(RoutedEventArgs editEventArgs)
Parameters
editEventArgs
RoutedEventArgs
The RoutedEventArgs instance containing the event data.
Returns
true if the RadGridView enters editing mode; otherwise, false.
BeginInsert()
Causes the RadGridView to show new row and enter into EditMode.
Declaration
public bool BeginInsert()
Returns
true if new row enters editing mode; otherwise, false.
BuildHierarchyFromDataSet()
Builds a hierarchy from a data set.
Declaration
public void BuildHierarchyFromDataSet()
CalculateAggregates()
Calculate all columns aggregate functions.
Declaration
public virtual void CalculateAggregates()
CancelEdit()
Causes the data grid to cancel the current edit, restore the original value, and exit editing mode.
Declaration
public void CancelEdit()
ClearContainerForGroupOverride(DependencyObject, object)
When overridden in a derived class, undoes the effects of the PrepareContainerForGroupOverride method.
Declaration
protected override void ClearContainerForGroupOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
The container element.
item
The item.
Overrides
ClearContainerForItemOverride(DependencyObject, object)
When overridden in a derived class, undoes the effects of the PrepareContainerForItemOverride method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
The container element.
item
The item.
Overrides
CollapseAllGroups()
Collapses all groups recursively.
Declaration
public void CollapseAllGroups()
CollapseAllHierarchyItems()
Collapses all hierarchy items.
Declaration
public void CollapseAllHierarchyItems()
CollapseAllHierarchyItems(bool)
Collapses all hierarchy items.
Declaration
public void CollapseAllHierarchyItems(bool preserveLocalSettings)
Parameters
preserveLocalSettings
Indicates whether the method overrides the settings set by the RowStyle or RowStyleSelectorProperties.
CollapseGroup(IGroup)
Collapses the visual group for the given IGroup.
Declaration
public void CollapseGroup(IGroup group)
Parameters
group
The group to collapse.
CollapseHierarchyItem(object)
Collapses the visual GridViewRow for the given item.
Declaration
public void CollapseHierarchyItem(object hierarchyItem)
Parameters
hierarchyItem
The hierarchy item to collapse.
CollapseHierarchyItem(object, bool)
Collapses the visual GridViewRow for the given item.
Declaration
public void CollapseHierarchyItem(object hierarchyItem, bool preserveLocalSettings)
Parameters
hierarchyItem
The hierarchy item to collapse.
preserveLocalSettings
Indicates whether the method overrides the settings set by the RowStyle or RowStyleSelectorProperties.
ColumnFromDisplayIndex(int)
Returns the GridViewColumn with the given DisplayIndex.
Declaration
public GridViewColumn ColumnFromDisplayIndex(int displayIndex)
Parameters
displayIndex
Returns
CommitRowEdit(GridViewRow)
Commits the edit of the row.
Declaration
public virtual bool CommitRowEdit(GridViewRow gridViewRow)
Parameters
gridViewRow
Returns
CreateItem()
Creates the container for a simple data record.
Declaration
protected virtual DependencyObject CreateItem()
Returns
DependencyObject
CreateTableDefinition()
Creates the specific table definition for the DataControl.
Declaration
protected override TableDefinition CreateTableDefinition()
Returns
The newly created TableDefinition.
Overrides
DeferRefresh()
Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Declaration
public IDisposable DeferRefresh()
Returns
An IDisposable object that you can use to dispose of the calling object.
EndInit()
Indicates that the initialization process for the element is complete.
Declaration
public override void EndInit()
Exceptions
was called without having previously been called on the element.
ExecutePendingCommand()
Executes all pending commands in a sequence.
Declaration
public void ExecutePendingCommand()
ExpandAllGroups()
Expands all groups recursively.
Declaration
public void ExpandAllGroups()
ExpandAllHierarchyItems()
Expands all hierarchy items.
Declaration
public void ExpandAllHierarchyItems()
ExpandAllHierarchyItems(bool)
Expands all hierarchy items.
Declaration
public void ExpandAllHierarchyItems(bool preserveLocalSettings)
Parameters
preserveLocalSettings
Indicates whether the method overrides the settings set by the RowStyle or RowStyleSelectorProperties.
ExpandGroup(IGroup)
Set expand state for the given IGroup. If the group is nested all parent groups will be expanded.
Declaration
public void ExpandGroup(IGroup group)
Parameters
group
The group to expand.
ExpandHierarchyItem(object)
Expands the visual GridViewRow for the given item.
Declaration
public void ExpandHierarchyItem(object hierarchyItem)
Parameters
hierarchyItem
The hierarchy item to expand.
ExpandHierarchyItem(object, bool)
Expands the visual GridViewRow for the given item.
Declaration
public void ExpandHierarchyItem(object hierarchyItem, bool preserveLocalSettings)
Parameters
hierarchyItem
The hierarchy item to expand.
preserveLocalSettings
Indicates whether the method overrides the settings set by the RowStyle or RowStyleSelectorProperties.
Export(Stream, GridViewExportOptions)
Exports RadGridView to the specified stream.
Declaration
public void Export(Stream stream, GridViewExportOptions options)
Parameters
stream
options
ExportAsync(Stream, Action, GridViewExportOptions, bool)
Asynchronously exports RadGridView to the specified stream.
Declaration
public void ExportAsync(Stream stream, Action exportFinishedCallback, GridViewExportOptions options, bool shouldDisposeStream)
Parameters
stream
exportFinishedCallback
options
shouldDisposeStream
ExportAsync(Stream, GridViewExportOptions, bool)
Asynchronously exports RadGridView to the specified stream.
Declaration
public void ExportAsync(Stream stream, GridViewExportOptions options, bool shouldDisposeStream)
Parameters
stream
options
shouldDisposeStream
GetContainerForItemOverride(object)
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride(object item)
Parameters
item
Returns
DependencyObject
The element that is used to display the given item.
Overrides
GetDistinctValues(GridViewColumn, bool)
Returns the first 1000 distinct values for the given column.
Declaration
public IEnumerable GetDistinctValues(GridViewColumn column, bool filter)
Parameters
column
The column.
filter
A value indicating whether to filter the distinct values based on other columns' existing filters.
Returns
An IEnumerable containing the distinct values.
Remarks
The 'filter' parameter specifies whether distinct values should be filtered according to other columns' active filters. For example, if we have countries and players and we have filtered by CountryX, when we request all distinct players, if 'filter' is true we will get players from CountryX only. If 'filter' is false we will get all distinct players.
GetDistinctValues(GridViewColumn, bool, int?)
Returns distinct values for a given column.
Declaration
public IEnumerable GetDistinctValues(GridViewColumn column, bool filter, int? maximumValueCount)
Parameters
column
The column.
filter
A value indicating whether to filter the distinct values base on other columns' existing filters.
maximumValueCount
int?
The maximum amount of distinct values to return. If you specify null for this parameter, then all distinct values will be returned.
Returns
An IEnumerable containing the distinct values.
Remarks
The 'filter' parameter specifies whether distinct values should be filtered according to other columns' active filters. For example, if we have countries and players and we have filtered by CountryX, when we request all distinct players, if 'filter' is true we will get players from CountryX only. If 'filter' is false we will get all distinct players.
GetRowForItem(object)
Gets the row for an item.
Declaration
public GridViewRow GetRowForItem(object item)
Parameters
item
Returns
The row for the corresponding item.
GetSelectionAnchorCell()
Gets the selection anchor cell. This cell is used as a starting point when selecting range using the SHIFT key.
Declaration
public GridViewCellInfo GetSelectionAnchorCell()
Returns
Anchor cell.
GetSelectionAnchorItem()
Gets the selection anchor item. This item is used as a starting point when selecting range using the SHIFT key.
InitializeSelection()
Initializes the selection.
Declaration
protected override void InitializeSelection()
Overrides
IsExpanded(IGroup)
Gets the expanded state of a group in GridViewDataControl.
IsExpanded(object)
Gets the expanded state of a given item.
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
OnAddingNewDataItem(GridViewAddingNewEventArgs)
Raises the AddingNewDataItem event.
Declaration
public virtual void OnAddingNewDataItem(GridViewAddingNewEventArgs e)
Parameters
e
The GridViewAddingNewEventArgs instance containing the event data.
OnAlternationCountChanged(int, int)
Invoked when the AlternationCount property changes.
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnAutoGeneratingColumn(GridViewAutoGeneratingColumnEventArgs)
Raises the AutoGeneratingColumn event.
Declaration
protected virtual void OnAutoGeneratingColumn(GridViewAutoGeneratingColumnEventArgs e)
Parameters
e
OnCanUserSelectChanged(bool, bool)
Called when property CanUserSelect changes.
OnColumnDisplayIndexChanged(GridViewColumnEventArgs)
Called when the DisplayIndex of a column is modified.
Declaration
protected virtual void OnColumnDisplayIndexChanged(GridViewColumnEventArgs e)
Parameters
e
Remarks
A column's DisplayIndex may be modified as the result of another column's DisplayIndex changing. This is because the GridViewDataControl enforces that the DisplayIndex of all Columns are unique integers from 0 to Columns.Count -1.
OnColumnReordered(GridViewColumnEventArgs)
Called when the column is reordered.
Declaration
protected virtual void OnColumnReordered(GridViewColumnEventArgs e)
Parameters
e
GridViewColumnEventArgs containing the reordered column.
OnCurrentItemChanged()
Called when the current item of the DataControl is changed.
Declaration
protected override void OnCurrentItemChanged()
Overrides
OnFilterOperatorsLoading(FilterOperatorsLoadingEventArgs)
Raises the FilterOperatorsLoading event.
Declaration
protected virtual void OnFilterOperatorsLoading(FilterOperatorsLoadingEventArgs e)
Parameters
e
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
OnGroupPanelChanged(GridViewGroupPanel, GridViewGroupPanel)
Called when the GridViewGroupPanel is changed.
Declaration
protected virtual void OnGroupPanelChanged(GridViewGroupPanel oldPanel, GridViewGroupPanel newPanel)
Parameters
oldPanel
The old panel.
newPanel
The new panel.
OnGroupRenderModeChanged()
Called when the virtualization mode changes.
Declaration
protected override void OnGroupRenderModeChanged()
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the Items property changes.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgs
Information about the change.
Overrides
OnItemsCollectionChanged(object, NotifyCollectionChangedEventArgs)
Called when this.Items collection changes.
Declaration
protected override void OnItemsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
sender
The sender.
e
NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides
OnItemsPropertyChanged(object, PropertyChangedEventArgs)
Called when this.Items has a property changed.
Declaration
protected override void OnItemsPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
sender
The sender.
e
The PropertyChangedEventArgs instance containing the event data.
Overrides
OnItemsSourceChanged(object, object)
Called when ItemsSource property has changed.
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
OnLoadingRowDetails(GridViewRowDetailsEventArgs)
Raises the LoadingRowDetails event.
Declaration
protected virtual void OnLoadingRowDetails(GridViewRowDetailsEventArgs e)
Parameters
e
OnLostFocus(RoutedEventArgs)
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
e
RoutedEventArgs
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
MouseEventArgs
OnMouseWheel(MouseWheelEventArgs)
Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
e
MouseWheelEventArgs
OnNewRowPositionChanged()
Called when property NewRowPosition changes.
Declaration
protected virtual void OnNewRowPositionChanged()
OnPinnedRowsPositionChanged()
Called when property PinnedRowsPosition changes.
Declaration
protected virtual void OnPinnedRowsPositionChanged()
OnPreviewMouseWheel(MouseWheelEventArgs)
Declaration
protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)
Parameters
e
MouseWheelEventArgs
OnRowDetailsVisibilityChanged(GridViewRowDetailsEventArgs)
Raises the RowDetailsVisibilityChanged event.
Declaration
protected virtual void OnRowDetailsVisibilityChanged(GridViewRowDetailsEventArgs e)
Parameters
e
OnRowDetailsVisibilityChanging(RowDetailsVisibilityChangingEventArgs)
Raises the RowDetailsVisibilityChanging event.
Declaration
protected virtual void OnRowDetailsVisibilityChanging(RowDetailsVisibilityChangingEventArgs e)
Parameters
e
OnSearchPanelVisibilityChanged(VisibilityChangedEventArgs)
Raises the SearchPanelVisibilityChanged event.
Declaration
protected virtual void OnSearchPanelVisibilityChanged(VisibilityChangedEventArgs e)
Parameters
e
OnSelectedCellsChanging(GridViewSelectedCellsChangingEventArgs)
Raises the SelectedCellsChangingEvent event.
Declaration
protected virtual void OnSelectedCellsChanging(GridViewSelectedCellsChangingEventArgs args)
Parameters
args
GridViewSelectedCellsChangingEventArgs
The GridViewSelectedCellsChangingEventArgs instance containing the event data.
OnSelectedItemChanged(object, object)
Called when the selected item of the DataControl is changed.
OnShowColumnFootersChanged(bool, bool)
Called when property ShowColumnFooters changes.
OnShowColumnHeadersChanged(bool, bool)
Called when property ShowColumnHeaders changes.
OnShowGroupPanelChanged(bool, bool)
Called when property ShowGroupPanel changes.
OnShowSearchPanelChanged(bool, bool)
Called when property ShowSearchPanel changes.
OnTextInput(TextCompositionEventArgs)
Declaration
protected override void OnTextInput(TextCompositionEventArgs e)
Parameters
e
TextCompositionEventArgs
OnUnloadingRowDetails(GridViewRowDetailsEventArgs)
Raises the UnloadingRowDetails event.
Declaration
protected virtual void OnUnloadingRowDetails(GridViewRowDetailsEventArgs e)
Parameters
e
PrepareContainerForGroupItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForGroupItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item
Overrides
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
item
Overrides
RaiseSelectionChangedEvent(SelectionChangeEventArgs)
Raises the selection changed event.
Declaration
protected override void RaiseSelectionChangedEvent(SelectionChangeEventArgs args)
Parameters
args
The SelectionChangeEventArgs instance containing the event data.
Overrides
RegisterCopyPasteApplicationCommands()
Register application commands.
Declaration
protected virtual void RegisterCopyPasteApplicationCommands()
ReorderColumns(int, int)
Reorders the columns.
ScrollIndexIntoView(int)
Scrolls the item with the specified index into view.
Declaration
public void ScrollIndexIntoView(int index)
Parameters
index
The index of the item.
ScrollIndexIntoView(int, GridViewColumn)
Scrolls the cell with the specified row index and the column into view.
Declaration
public void ScrollIndexIntoView(int index, GridViewColumn column)
Parameters
index
The row index to scroll into view.
column
The column to scroll into view.
Remarks
If the column parameter is null then only vertical scroll is performed.
ScrollIndexIntoViewAsync(int, Action<FrameworkElement>)
Scrolls the row with the specified index into view in an asynchronous manner.
Declaration
public void ScrollIndexIntoViewAsync(int index, Action<FrameworkElement> scrollFinishedCallback)
Parameters
index
The index to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
ScrollIndexIntoViewAsync(int, Action<FrameworkElement>, Action)
Scrolls the row with the specified index into view in an asynchronous manner.
Declaration
public void ScrollIndexIntoViewAsync(int index, Action<FrameworkElement> scrollFinishedCallback, Action scrollFailedCallback)
Parameters
index
The index to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
scrollFailedCallback
The method to execute when scrolling has failed.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
ScrollIndexIntoViewAsync(int, GridViewColumn, Action<FrameworkElement>, Action)
Scrolls the row with the specified index and GridViewColumn into view in an asynchronous manner.
Declaration
public void ScrollIndexIntoViewAsync(int index, GridViewColumn column, Action<FrameworkElement> scrollFinishedCallback, Action scrollFailedCallback)
Parameters
index
The row index to scroll into view.
column
The column to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
scrollFailedCallback
The method to execute when scrolling has failed.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
ScrollIntoView(object)
Scrolls the row containing the data item into view.
Declaration
public void ScrollIntoView(object dataItem)
Parameters
dataItem
The data item to scroll into view.
ScrollIntoView(object, GridViewColumn)
Scrolls a cell into view.
Declaration
public void ScrollIntoView(object dataItem, GridViewColumn column)
Parameters
dataItem
The data item to scroll into view.
column
The column to scroll into view.
Remarks
If the column parameter is null then only vertical scroll is performed. If the dataItem parameter is null then only horizontal scroll is performed.
ScrollIntoViewAsync(object, Action<FrameworkElement>)
Scrolls the row containing the data item into view in an asynchronous manner.
Declaration
public void ScrollIntoViewAsync(object dataItem, Action<FrameworkElement> scrollFinishedCallback)
Parameters
dataItem
The data item to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
ScrollIntoViewAsync(object, Action<FrameworkElement>, Action)
Scrolls the row containing the data item into view in an asynchronous manner.
Declaration
public void ScrollIntoViewAsync(object dataItem, Action<FrameworkElement> scrollFinishedCallback, Action scrollFailedCallback)
Parameters
dataItem
The data item to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
scrollFailedCallback
The method to execute when scrolling has failed.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
ScrollIntoViewAsync(object, GridViewColumn, Action<FrameworkElement>)
Scrolls the row containing the data item and GridViewColumn into view in an asynchronous manner.
Declaration
public void ScrollIntoViewAsync(object dataItem, GridViewColumn column, Action<FrameworkElement> scrollFinishedCallback)
Parameters
dataItem
The data item to scroll into view.
column
The column to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
ScrollIntoViewAsync(object, GridViewColumn, Action<FrameworkElement>, Action)
Scrolls the row containing the data item and GridViewColumn into view in an asynchronous manner.
Declaration
public void ScrollIntoViewAsync(object dataItem, GridViewColumn column, Action<FrameworkElement> scrollFinishedCallback, Action scrollFailedCallback)
Parameters
dataItem
The data item to scroll into view.
column
The column to scroll into view.
scrollFinishedCallback
Action<FrameworkElement>
The method to execute when scrolling has finished.
scrollFailedCallback
The method to execute when scrolling has failed.
Remarks
Since this method is asynchronous, calling it will return immediately. If you need to perform a certain action once the scrolling is done use the scrollFinishedCallback parameter to pass in a method to execute. The FrameworkElement parameter of this method will be the row that was just scrolled.
Select(IEnumerable)
Selects specified items.
SelectItemsRange(int, int, bool)
Selects all the items in the given range.
SelectItemsRange(object, object, bool)
Selects all the items in the given range.
SetIsCurrent(object, bool)
Sets the current state for a container that wraps a given data item.
SetIsSelected(object, bool)
Sets the selection state for a container that wraps a given data item.
SetSelectionAnchor(GridViewCellInfo)
Sets the selection anchor item and cell. This item/cell is used as a starting point when selecting range using the SHIFT key.
Declaration
public void SetSelectionAnchor(GridViewCellInfo anchorInfo)
Parameters
anchorInfo
The item/cell that should be used as selection anchor.
SetSelectionAnchor(object)
Sets the selection anchor item. This item is used as a starting point when selecting range using the SHIFT key.
Declaration
public void SetSelectionAnchor(object anchorItem)
Parameters
anchorItem
The item that should be used as selection anchor.
ShouldDestroyContainersOnReset()
Indicates whether recycled containers should be cleared after CollectionChanged.Reset.
Unselect(IEnumerable)
Unselects specified items.
Events
AddingNewDataItem
Occurs before a new data item is added. This event enables providing custom logic when inserting a new item in a data source.
Declaration
public event EventHandler<GridViewAddingNewEventArgs> AddingNewDataItem
Event Value
AutoGeneratingColumn
Occurs one time for each public, non-static property in the bound data type when the ItemsSource property is changed and the AutoGenerateColumns property is true.
Declaration
public event EventHandler<GridViewAutoGeneratingColumnEventArgs> AutoGeneratingColumn
Event Value
BeginningEdit
Occurs before a cell or row enters editing mode.
Declaration
public event EventHandler<GridViewBeginningEditRoutedEventArgs> BeginningEdit
Event Value
CellEditEnded
Occurs when a cell edit ended.
Declaration
public event EventHandler<GridViewCellEditEndedEventArgs> CellEditEnded
Event Value
CellLoaded
Occurs when a cell is loaded.
Declaration
public event EventHandler<CellEventArgs> CellLoaded
Event Value
CellUnloaded
Occurs when a cell is loaded.
Declaration
public event EventHandler<CellEventArgs> CellUnloaded
Event Value
CellValidated
Occurs when a cell is validated.
Declaration
public event EventHandler<GridViewCellValidatedEventArgs> CellValidated
Event Value
CellValidating
Occurs when a cell is validating.
Declaration
public event EventHandler<GridViewCellValidatingEventArgs> CellValidating
Event Value
ColumnDisplayIndexChanged
Event that is fired when the DisplayIndex on one of the GridViewDataControl's Columns changes.
Declaration
public event EventHandler<GridViewColumnEventArgs> ColumnDisplayIndexChanged
Event Value
ColumnReordered
Occurs when a column is reordered.
Declaration
public event EventHandler<GridViewColumnEventArgs> ColumnReordered
Event Value
ColumnReordering
Occurs before the column is reordered.
Declaration
public event EventHandler<ColumnReorderingEventArgs> ColumnReordering
Event Value
ColumnWidthChanged
Occurs when column width changed.
Declaration
public event EventHandler<ColumnWidthChangedEventArgs> ColumnWidthChanged
Event Value
ColumnWidthChanging
Occurs when column width changed.
Declaration
public event EventHandler<ColumnWidthChangingEventArgs> ColumnWidthChanging
Event Value
Copied
Occurs after the selected cells of the GridViewDataControl were copied to the Clipboard.
Declaration
public event EventHandler<RadRoutedEventArgs> Copied
Event Value
Copying
Occurs before the selected cells of the GridViewDataControl are copied to the Clipboard.
Declaration
public event EventHandler<GridViewClipboardEventArgs> Copying
Event Value
CopyingCellClipboardContent
Occurs before a cell is copied to the Clipboard.
Declaration
public event EventHandler<GridViewCellClipboardEventArgs> CopyingCellClipboardContent
Event Value
CurrentCellInfoChanged
Occurs when the current cell info was changed.
Declaration
public event EventHandler<GridViewCurrentCellInfoChangedEventArgs> CurrentCellInfoChanged
Event Value
DataError
Occurs when a data error occurs while committing changed data.
Declaration
public event EventHandler<DataErrorEventArgs> DataError
Event Value
DataLoaded
Occurs when the grid data are loaded.
Declaration
public event EventHandler<EventArgs> DataLoaded
Event Value
DataLoading
Occurs when the grid data is about to load data.
Declaration
public event EventHandler<GridViewDataLoadingEventArgs> DataLoading
Event Value
Deleted
Occurs after deletion was performed.
Declaration
public event EventHandler<GridViewDeletedEventArgs> Deleted
Event Value
Deleting
Occurs before deletion is performed.
Declaration
public event EventHandler<GridViewDeletingEventArgs> Deleting
Event Value
DistinctValuesLoading
Occurs when the grid column distinct values is about to be loaded.
Declaration
public event EventHandler<GridViewDistinctValuesLoadingEventArgs> DistinctValuesLoading
Event Value
ElementExported
Occurs after element export.
Declaration
public event EventHandler<GridViewElementExportedEventArgs> ElementExported
Event Value
ElementExportedToDocument
Occurs after element export to XLSX or PDF.
Declaration
public event EventHandler<GridViewElementExportedToDocumentEventArgs> ElementExportedToDocument
Event Value
ElementExporting
Occurs before element export.
Declaration
public event EventHandler<GridViewElementExportingEventArgs> ElementExporting
Event Value
ElementExportingToDocument
Occurs before element export to XLSX or PDF.
Declaration
public event EventHandler<GridViewElementExportingToDocumentEventArgs> ElementExportingToDocument
Event Value
FieldFilterEditorCreated
Occurs when a field filter editor has been created. This event allows you to modify certain properties of the editor.
Declaration
public event EventHandler<EditorCreatedEventArgs> FieldFilterEditorCreated
Event Value
FilterOperatorsLoading
Occurs before the filter operators of the filtering control are loaded. Use this event if you want to remove one or more of the filter operators or if you want to change the one selected by default.
Declaration
public event EventHandler<FilterOperatorsLoadingEventArgs> FilterOperatorsLoading
Event Value
Filtered
Occurs after filter operation.
Declaration
public event EventHandler<GridViewFilteredEventArgs> Filtered
Event Value
Filtering
Occurs before filter operation.
Declaration
public event EventHandler<GridViewFilteringEventArgs> Filtering
Event Value
FrozenColumnsChanged
Occurs when a FrozenColumnsCount's property changed.
Declaration
public event EventHandler<FrozenColumnsChangedEventArgs> FrozenColumnsChanged
Event Value
GroupRowIsExpandedChanged
Occurs when a group row's expanded state is changed.
Declaration
public event EventHandler<GroupRowEventArgs> GroupRowIsExpandedChanged
Event Value
GroupRowIsExpandedChanging
Occurs when a group row's expanded state is about to be changed.
Declaration
public event EventHandler<GroupRowCancelEventArgs> GroupRowIsExpandedChanging
Event Value
Grouped
Occurs after grouping was performed.
Declaration
public event EventHandler<GridViewGroupedEventArgs> Grouped
Event Value
Grouping
Occurs while grouping is performed. (Cancelable).
Declaration
public event EventHandler<GridViewGroupingEventArgs> Grouping
Event Value
InitializingExcelMLStyles
Occurs when ExcelML worksheet styles are initialized.
Declaration
public event EventHandler<ExcelMLStylesEventArgs> InitializingExcelMLStyles
Event Value
LoadingRowDetails
Occurs when the details for a row are loaded from the details template.
Declaration
public event EventHandler<GridViewRowDetailsEventArgs> LoadingRowDetails
Event Value
Pasted
Occurs after content from the Clipboard was pasted into the GridViewDataControl.
Declaration
public event EventHandler<RadRoutedEventArgs> Pasted
Event Value
Pasting
Occurs before content from the Clipboard is pasted into the GridViewDataControl.
Declaration
public event EventHandler<GridViewClipboardEventArgs> Pasting
Event Value
PastingCellClipboardContent
Occurs before a cell is pasted from the Clipboard.
Declaration
public event EventHandler<GridViewCellClipboardEventArgs> PastingCellClipboardContent
Event Value
PreparedCellForEdit
Occurs when a cell is prepared for editing.
Declaration
public event EventHandler<GridViewPreparingCellForEditEventArgs> PreparedCellForEdit
Event Value
PreparingCellForEdit
Occurs when a cell is entering edit mode.
Declaration
public event EventHandler<GridViewPreparingCellForEditEventArgs> PreparingCellForEdit
Event Value
RowActivated
Occurs when a row is activated - when user double click on it or press enter on selected row.
Declaration
public event EventHandler<RowEventArgs> RowActivated
Event Value
RowDetailsVisibilityChanged
Occurs when the details for a row change their Visibility.
Declaration
public event EventHandler<GridViewRowDetailsEventArgs> RowDetailsVisibilityChanged
Event Value
RowDetailsVisibilityChanging
Occurs when the details for a row are about to change their visibility.
Declaration
public event EventHandler<RowDetailsVisibilityChangingEventArgs> RowDetailsVisibilityChanging
Event Value
RowEditEnded
Occurs when a row edit ended.
Declaration
public event EventHandler<GridViewRowEditEndedEventArgs> RowEditEnded
Event Value
RowIsExpandedChanged
Occurs when a row's expanded state is changed - when its hierarchy child is expanded or collapsed.
Declaration
public event EventHandler<RowEventArgs> RowIsExpandedChanged
Event Value
RowIsExpandedChanging
Occurs when a row's expanded state is about to be changed - when its hierarchy child is expanded or collapsed.
Declaration
public event EventHandler<RowCancelEventArgs> RowIsExpandedChanging
Event Value
RowLoaded
Occurs when a row is loaded.
Declaration
public event EventHandler<RowLoadedEventArgs> RowLoaded
Event Value
RowResized
Occurs when the grid data are loaded.
Declaration
public event EventHandler<RowResizedEventArgs> RowResized
Event Value
RowResizing
Occurs when the grid data is about to load data.
Declaration
public event EventHandler<RowResizingEventArgs> RowResizing
Event Value
RowUnloaded
Occurs when a row is unloaded.
Declaration
public event EventHandler<RowUnloadedEventArgs> RowUnloaded
Event Value
RowValidated
Occurs when a row is validated.
Declaration
public event EventHandler<GridViewRowValidatedEventArgs> RowValidated
Event Value
RowValidating
Occurs when a row is validating.
Declaration
public event EventHandler<GridViewRowValidatingEventArgs> RowValidating
Event Value
SearchPanelVisibilityChanged
Occurs when the search panel changes its Visibility.
Declaration
public event EventHandler<VisibilityChangedEventArgs> SearchPanelVisibilityChanged
Event Value
Searched
Occurs after searching in the search panel.
Declaration
public event EventHandler<GridViewSearchedEventArgs> Searched
Event Value
Searching
Occurs before searching in the search panel.
Declaration
public event EventHandler<GridViewSearchingEventArgs> Searching
Event Value
SelectedCellsChanged
Event that fires when the SelectedCells collection is changed.
Declaration
public event EventHandler<GridViewSelectedCellsChangedEventArgs> SelectedCellsChanged
Event Value
SelectedCellsChanging
Event that fires when the SelectedCells collection is about to change.
Declaration
public event EventHandler<GridViewSelectedCellsChangingEventArgs> SelectedCellsChanging
Event Value
Sorted
Occurs after sorted was performed.
Declaration
public event EventHandler<GridViewSortedEventArgs> Sorted
Event Value
Sorting
Occurs before RadGridView or a nested hierarchy child performs sorting.
Declaration
public event EventHandler<GridViewSortingEventArgs> Sorting
Event Value
UnloadingRowDetails
Occurs when the details for a row are loaded from the details template.
Declaration
public event EventHandler<GridViewRowDetailsEventArgs> UnloadingRowDetails
Event Value