GridControlBase Properties
Serves as the base class for data-aware controls (e.g., GridControl).Name | Description |
---|---|
ActiveEditor | Gets the active editor. This is a dependency property. Inherited from DataControlBase. |
ActualShowFilterPanel | Gets whether the filter panel is displayed within a grid. This is a dependency property. Inherited from DataControlBase. |
AllowColumnFiltering | Gets or sets whether an end-user can filter data by column. This is a dependency property. Inherited from DataControlBase. |
AllowColumnMoving | Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. Inherited from DataControlBase. |
AllowCommitOnValidationAttributeError | Gets or sets whether or not a cell’s value that has failed validation specified by the Data Annotations attribute(s), can be posted to a data source. This is a dependency property. Inherited from DataControlBase. |
AllowEditing | Gets or sets whether end-users are allowed to change cell values. This is a dependency property. Inherited from DataControlBase. |
AllowGrouping | Gets or sets a value that specifies whether an end-user can group data. This is a dependency property. |
AllowLeaveInvalidEditor | Gets or sets whether an editor that did not pass validation can lose focus. This is a dependency property. Inherited from DataControlBase. |
AllowSorting | Gets or sets whether an end-user can sort data. This is a dependency property. Inherited from DataControlBase. |
AutoGenerateColumns | Gets or sets whether columns should be created automatically for all fields in a data source. This is a dependency property. Inherited from DataControlBase. |
AutoScrollOnSorting | Gets or sets whether a grid is automatically scrolled after the order of rows has been changed. This is a dependency property. Inherited from DataControlBase. |
BottomAdditionalRowsCount | Inherited from DataControlBase. |
CellStyle | Gets or sets the style applied to data cells displayed within a grid. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderStyle | Gets or sets the column header’s style. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderTemplate | Gets or sets the template that defines the presentation of column header content. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderTemplateSelector | Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from DataControlBase. |
ColumnHeaderToolTipTemplate | Gets or sets the template that defines the presentation of a column header’s tooltip. This is a dependency property. Inherited from DataControlBase. |
Commands | Provides access to grid commands. This is a dependency property. Inherited from DataControlBase. |
CurrentColumn | Gets or sets the focused column. |
CurrentItem | Gets or sets the currently focused data row. Inherited from DataControlBase. |
FilterCriteria | Gets or sets the grid’s filter criteria. This is a dependency property. Inherited from DataControlBase. |
FilterPanelText | Gets the text displayed within the Filter Panel. This is a dependency property. Inherited from DataControlBase. |
FilterString | Gets or sets the grid’s filter expression. This is a dependency property. Inherited from DataControlBase. |
FixedSummariesLeft | Gets total summaries displayed within the Fixed Summary Panel and aligned to the left. Inherited from DataControlBase. |
FixedSummariesRight | Gets total summaries displayed within the Fixed Summary Panel and aligned to the right. Inherited from DataControlBase. |
FixedTotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. Inherited from DataControlBase. |
FocusedBorderTemplate | Gets or sets the template that defines the presentation of a focused row’s border. This is a dependency property. Inherited from DataControlBase. |
GroupSummaryContentStyle | Gets or sets the style applied to group summary items. This is a dependency property. |
GroupSummaryItemTemplate | Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. |
GroupValueTemplate | Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. |
GroupValueTemplateSelector | Gets or sets an object that chooses a group row value template based on custom logic. This is a dependency property. |
HasValidationError | Gets whether a validation error has been defined for the grid. This is a dependency property. Inherited from DataControlBase. |
HeadersData | Gets the information about column headers. Inherited from DataControlBase. |
IncrementalLoadingThreshold | Gets or sets the threshold range that governs when the grid will begin to prefetch more row items. This is a dependency property. Inherited from DataControlBase. |
IsEditing | Gets whether the focused cell is currently being edited. This is a dependency property. Inherited from DataControlBase. |
IsFilterEnabled | Gets or sets whether the current filter is enabled. This is a dependency property. Inherited from DataControlBase. |
IsGroupPanelVisible | Gets whether the Group Panel is visible. |
IsSynchronizedWithCurrentItem | Gets or sets whether a grid should keep the DataControlBase.SelectedItem synchronized with the current item in the Windows.UI.Xaml.Data.ICollectionView. This is a dependency property. Inherited from DataControlBase. |
ItemClickCommand | Gets or sets the command to invoke when an item is clicked. Inherited from DataControlBase. |
ItemNavigationMode | Gets or sets whether a single or double tap is needed to navigate to an item. Inherited from DataControlBase. |
ItemNavigationTargetParameterBinding | Gets or sets a binding that defines a parameter to be passed to the target page, invoked when clicking an item. Inherited from DataControlBase. |
ItemNavigationTargetType | Allows you to specify a page to be opened when an end-user clicks an item. Inherited from DataControlBase. |
ItemsSource | Gets or sets the grid’s data source. This is a dependency property. Inherited from DataControlBase. |
KeepFocusedRowOnUpdate | Gets or sets whether the currently selected row retains focus when data is sorted, grouped or filtered. Inherited from DataControlBase. |
NavigationStyle | Gets or sets whether row focusing is allowed. This is a dependency property. Inherited from DataControlBase. |
PreserveSorting | Gets or sets whether clicking a column header clears the existing sort settings. This is a dependency property. Inherited from DataControlBase. |
SearchColumns | Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property. Inherited from DataControlBase. |
SearchDelay | Gets or sets the amount of time in milliseconds, after which a data search is initiated (in an automatic find mode). This is a dependency property. Inherited from DataControlBase. |
SearchPanelAllowFilter | Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property. Inherited from DataControlBase. |
SearchPanelClearOnClose | Gets or sets whether or not the search string is cleared when closing the Search Panel. This is a dependency property. Inherited from DataControlBase. |
SearchPanelCloseDelay | Gets or sets the amount of time, in milliseconds, after which a Search Panel that doesn’t contain any search criteria is closed. This is a dependency property. Inherited from DataControlBase. |
SearchPanelCriteriaOperatorType | Gets or sets the logical operator type (AND or OR). This is a dependency property. Inherited from DataControlBase. |
SearchPanelFindFilter | Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. Inherited from DataControlBase. |
SearchPanelFindMode | Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. Inherited from DataControlBase. |
SearchPanelHighlightingSettings | Gets or sets the font settings used to highlight the text that matches the search criteria. This is a dependency property. Inherited from DataControlBase. |
SearchPanelHighlightResults | Gets or sets whether to highlight search results within located records. This is a dependency property. Inherited from DataControlBase. |
SearchString | Gets or sets the search string specified within the Search Panel. This is a dependency property. Inherited from DataControlBase. |
SelectedItem | Get or sets the currently focused data item. Inherited from DataControlBase. |
SelectedItemHandle | Gets or sets the selected item’s handle. This is a dependency property. Inherited from DataControlBase. |
SelectedItems | Gets data objects that correspond to items currently selected within a grid. Inherited from DataControlBase. |
SelectionMode | Gets or sets whether multiple row/cell selection is enabled. This is a dependency property. Inherited from DataControlBase. |
ShowColumnHeaders | Gets or sets whether a grid displays column headers. This is a dependency property. Inherited from DataControlBase. |
ShowFilterPanelMode | Gets or sets when the Filter Panel is displayed within a grid. This is a dependency property. Inherited from DataControlBase. |
ShowFixedTotalSummary | Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property. Inherited from DataControlBase. |
ShowGroupedColumns | Gets or sets whether the grouped columns are displayed within a grid. This is a dependency property. |
ShowGroupPanel | Gets or sets a value specifying whether the Group Panel is displayed. |
ShowLoadingPanel | Inherited from DataControlBase. |
ShowSearchPanelMode | Gets or sets when the Search Panel is shown within the grid. This is a dependency property. Inherited from DataControlBase. |
ShowTotalSummary | Gets or sets whether to display the total summary panel. Inherited from DataControlBase. |
ShowValidationAttributeErrors | Gets or sets whether or not error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from DataControlBase. |
SummariesIgnoreNullValues | Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property. Inherited from DataControlBase. |
TopRowIndex | Gets or sets the index of the top visible row. Inherited from DataControlBase. |
TotalSummaryContentStyle | Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. Inherited from DataControlBase. |
TotalSummaryData | Gets information about the total summary. Inherited from DataControlBase. |
TotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. Inherited from DataControlBase. |
ValidationError | Provides access to the object, which contains information about the validation error. This is a dependency property. Inherited from DataControlBase. |
VirtualizingCacheHeight | Gets or sets the height of buffer areas above and below the visible area of the grid to be rendered. Inherited from DataControlBase. |
VirtualizingCacheWidth | Gets or sets the width of buffer areas above and below the visible area of the grid to be rendered. This is a dependency property. Inherited from DataControlBase. |
VisibleColumns | Gets the list of visible columns. This is a dependency property. |
VisibleRowCount | Gets the total number of rows displayed within the grid. Inherited from DataControlBase. |
See Also