CardView Properties
Represents a View that displays data using cards.Name | Description |
---|---|
ActiveEditor | Gets the active editor. This is a dependency property. Inherited from DataViewBase. |
ActualCardHeaderTemplateSelector | Gets the actual template selector that chooses a card header template based on custom logic. This is a dependency property. |
ActualCardRowTemplateSelector | Gets the actual template selector that chooses a card row template based on custom logic. This is a dependency property. |
ActualCardTemplateSelector | Gets the actual template selector that chooses a card template based on custom logic. This is a dependency property. |
ActualColumnChooserTemplate | Gets the actual template that defines the Column Chooser‘s appearance. This is a dependency property. Inherited from DataViewBase. |
ActualFadeSelectionOnLostFocus | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ActualGroupRowTemplateSelector | Gets the actual template selector that chooses a group row template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
ActualGroupSummaryItemTemplateSelector | Gets the actual template selector that chooses a group summary item template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
ActualHeight | Gets the rendered height of this element. Inherited from FrameworkElement. |
ActualSearchPanelHorizontalAlignment | Inherited from DataViewBase. |
ActualSearchPanelPosition | Gets a position where the search panel is shown. Inherited from DataViewBase. |
ActualShowCheckBoxInGroupRow | Gets whether the group row’s check-box is displayed. Inherited from GridViewBase. |
ActualShowCheckBoxSelectorInGroupRow | Gets whether the Selector Column is shown for group rows. This is a dependency property. Inherited from GridViewBase. |
ActualShowCompactPanel | Gets whether the compact panel is displayed within a view. Inherited from DataViewBase. |
ActualShowFilterPanel | Gets whether the Filter Panel is displayed within a View. This is a dependency property. Inherited from DataViewBase. |
ActualShowGroupPanel | Gets or sets whether the Group Panel is displayed within a View. This is a dependency property. Inherited from GridViewBase. |
ActualShowPager | For internal use. Inherited from DataViewBase. |
ActualShowSearchPanel | Gets whether the Search Panel is displayed within a View. This is a dependency property. Inherited from DataViewBase. |
ActualShowSearchPanelNavigationButtons | Gets whether navigation buttons are shown in the grid’s search panel. Inherited from DataViewBase. |
ActualShowSearchPanelResultInfo | Gets whether the search panel shows the information about search results. Inherited from DataViewBase. |
ActualTotalSummaryItemTemplateSelector | Gets the actual template selector that chooses a total summary item template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
ActualWidth | Gets the rendered width of this element. Inherited from FrameworkElement. |
AddingNewRowCommand | Gets or sets a command that is executed before a new row is added to the GridControl. Inherited from GridViewBase. |
AllItemsSelected | Gets whether all items within the view are selected. This is a dependency property. Inherited from DataViewBase. |
AllowCardResizing | Gets or sets whether an end-user is allowed to change the width (or height) of cards. This is a dependency property. |
AllowColumnFiltering | Gets or sets whether an end user can filter data by column. This is a dependency property. Inherited from DataViewBase. |
AllowColumnMoving | Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. Inherited from DataViewBase. |
AllowCommitOnValidationAttributeError | Gets or sets whether 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 DataViewBase. |
AllowDateTimeGroupIntervalMenu | Gets or sets whether an end-user can change interval grouping of date-time columns via a column’s context menu. This is a dependency property. Inherited from GridViewBase. |
AllowDragDrop | Gets or sets whether an end-user is allowed to drag and drop grid view’s records. This is a dependency property. Inherited from DataViewBase. |
AllowDrop | Gets or sets a value indicating whether this element can be used as the target of a drag-and-drop operation. This is a dependency property. Inherited from UIElement. |
AllowedGroupFilters | Gets or sets group filters that the GridControl supports. Inherited from DataViewBase. |
AllowEditing | Gets or sets whether users can change cell values. This is a dependency property. Inherited from DataViewBase. |
AllowFilterEditor | Gets or sets whether users can invoke the Filter Editor to build complex filter criteria. This is a dependency property. Inherited from DataViewBase. |
AllowFilterEditorAggregateOperands | Gets or sets whether users can create aggregate filters in the Filter Editor. This is a dependency property. Inherited from DataViewBase. |
AllowGrouping | Gets or sets a value that specifies whether an end-user can group data. This is a dependency property. Inherited from GridViewBase. |
AllowGroupingSortingBySingleColumnOnly | Gets or sets whether it is allowed to apply grouping and sorting by single column only. Inherited from GridViewBase. |
AllowLeaveFocusOnTab | Gets or sets whether the input focus leaves a View when the TAB/SHIFT+TAB key is pressed. Inherited from DataViewBase. |
AllowLeaveInvalidEditor | Gets or sets whether an editor that did not pass validation can lose focus. This is a dependency property. Inherited from DataViewBase. |
AllowMergedGrouping | Gets or sets whether merged grouping is allowed. This is a dependency property. Inherited from GridViewBase. |
AllowMoveColumnToDropArea | Gets or sets whether users can drag a column’s header outside of the GridControl to hide the column. This is a dependency property. Inherited from DataViewBase. |
AllowMoving | Obsolete. Gets or sets whether an end-user is allowed to move columns by dragging their headers. This is a dependency property. Inherited from DataViewBase. |
AllowPaging | Gets or sets whether the data paging is enabled. This is a dependency property. Inherited from GridViewBase. |
AllowScrollingOnDrag | Gets or sets whether dragging records to the edges of the grid’s view automatically activates scrolling. This is a dependency property. Inherited from DataViewBase. |
AllowScrollToFocusedRow | Gets or sets whether on not a View is automatically scrolled to the focused row when it changes. This is a dependency property. Inherited from DataViewBase. |
AllowSortedDataDragDrop | Gets or sets whether an end-user is allowed to drag and drop data that are sorted or grouped. This is a dependency property. Inherited from DataViewBase. |
AllowSorting | Gets or sets whether an end-user can sort data. This is a dependency property. Inherited from DataViewBase. |
AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. Inherited from UIElement. |
AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from UIElement. |
AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. Inherited from UIElement. |
AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from UIElement. |
AreUpdateRowButtonsShown | Gets whether the buttons which allow you to update rows are shown. Inherited from DataViewBase. |
AutoExpandDelayOnDrag | Gets or sets the delay in milliseconds, after which the collapsed group is expanded. This is a dependency property. Inherited from DataViewBase. |
AutoExpandOnDrag | Gets or sets whether dragging records over a collapsed group automatically expands this group. This is a dependency property. Inherited from DataViewBase. |
AutoScrollOnSorting | Gets or sets whether a View is automatically scrolled after the order of rows has been changed. This is a dependency property. Inherited from DataViewBase. |
Background | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
BindingGroup | Gets or sets the BindingGroup that is used for the element. Inherited from FrameworkElement. |
BitmapEffect | Gets or sets a bitmap effect that applies directly to the rendered content for this element. This is a dependency property. Inherited from UIElement. |
BitmapEffectInput | Gets or sets an input source for the bitmap effect that applies directly to the rendered content for this element. This is a dependency property. Inherited from UIElement. |
BorderBrush | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
BorderThickness | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
CacheMode | Gets or sets a cached representation of the UIElement. Inherited from UIElement. |
CardAlignment | Gets or sets the alignment of cards within a view. |
CardHeaderBinding | Gets or sets the data binding for the card header. |
CardHeaderDisplayMemberBinding | Obsolete. Gets or sets the data binding for the card header. |
CardHeaderTemplate | Gets or sets the template that defines the presentation of card headers. This is a dependency property. |
CardHeaderTemplateSelector | Gets or sets an object that chooses a card header template based on custom logic. This is a dependency property. |
CardLayout | Gets or sets a value that specifies how cards are arranged within a Card View. |
CardMargin | Gets or sets the outer margin of a card. |
CardRowTemplate | Gets or sets the template that defines the presentation of card rows. This is a dependency property. |
CardRowTemplateSelector | Gets or sets an object that chooses a card row template based on custom logic. This is a dependency property. |
CardStyle | Gets or sets a card’s style. |
CardTemplate | Gets or sets a template that defines the appearance of cards. This is a dependency property. |
CardTemplateSelector | Gets or sets an object that chooses a card template based on custom logic. This is a dependency property. |
CardViewCommands | Provides access to view commands. |
CellDisplayTemplate | Gets or sets a template that displays column values. This is a dependency property. Inherited from DataViewBase. |
CellDisplayTemplateSelector | Gets or sets an object that chooses a cell display template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
CellEditTemplate | Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. Inherited from DataViewBase. |
CellEditTemplateSelector | Gets or sets an object that chooses a cell edit template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
CellStyle | Gets or sets the style applied to data cells displayed within a View. This is a dependency property. Inherited from DataViewBase. |
CellTemplate | Gets or sets the template to use to display the contents of column cells. This is a dependency property. Inherited from DataViewBase. |
CellTemplateSelector | Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
CellToolTipTemplate | Gets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property. Inherited from DataViewBase. |
CellValueChangedCommand | Gets or sets a command executed when a cell value is changed. Inherited from GridViewBase. |
CellValueChangingCommand | Gets or sets a command executed when a user edits a cell value (for example, types or deletes a character, chooses a value from the drop-down list). Inherited from GridViewBase. |
Clip | Gets or sets the geometry used to define the outline of the contents of an element. This is a dependency property. Inherited from UIElement. |
ClipboardCopyAllowed | Obsolete. Gets or sets whether copying view data to the clipboard is allowed. Inherited from DataViewBase. |
ClipboardCopyMaxRowCountInServerMode | Gets or sets the maximum number of rows/cards that can be copied to the clipboard in Server Mode. Inherited from GridViewBase. |
ClipboardCopyOptions | Gets or sets with which formats (RTF, HTML, Biff8(xls), CSV, Text, UnicodeText) the data copied from this GridControl should be compatible. This is a dependency property. Inherited from DataViewBase. |
ClipboardCopyWithHeaders | Obsolete. Gets or sets whether column captions are copied to the clipboard when copying row values. Inherited from DataViewBase. |
ClipboardMode |
Specifies whether the grid cell data should be copied together with the format settings. This is a dependency property. Inherited from DataViewBase. |
ClipToBounds | Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property. Inherited from UIElement. |
CollapsedCardOrientation | Gets the orientation of collapsed cards. This is a dependency property. |
CollapseStoryboard | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridViewBase. |
ColumnChooserColumnDisplayMode | Gets or sets a value that specifies how the column chooser displays columns. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserColumns | Gets a collection of hidden columns displayed in the legacy Column Chooser. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserColumnsSortOrderComparer | Gets or sets the object that compares columns of the Grid to define their sorting within the legacy Column Chooser. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserFactory | Gets or sets a custom Column Chooser. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserState | Gets or sets the Column Chooser‘s state. This is a dependency property. Inherited from DataViewBase. |
ColumnChooserTemplate | Gets or sets the template that defines the legacy Column Chooser‘s appearance. This is a dependency property. Inherited from DataViewBase. |
ColumnFilterPopupMode | Gets or sets the display mode of the Drop-Down Filter for all columns within the view. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderContentStyle | Gets or sets the style of the text within column headers. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderCustomizationAreaTemplate | Gets or sets the template that defines the presentation of the customization area displayed within column headers. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderCustomizationAreaTemplateSelector | Gets or sets an object that chooses a template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderDragIndicatorTemplate | Gets or sets a template that defines the presentation of the drag indicator. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderImageStyle | Gets or sets the style of the image within column headers. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderStyle | Gets or sets a style applied to the all column headers within the View. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderTemplate | Gets or sets the template that defines the presentation of column header content. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderTemplateSelector | Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
ColumnHeaderToolTipTemplate | Gets or sets the template that defines the presentation of a column header’s tooltip. This is a dependency property. Inherited from DataViewBase. |
ColumnMenuCustomizations | Allows you to customize the column header‘s context menu. You can add new menu items or remove existing items. Inherited from DataViewBase. |
ColumnSortClearMode | Gets or sets the mode of clearing sorting. Inherited from DataViewBase. |
CommandBindings | Gets a collection of CommandBinding objects associated with this element. A CommandBinding enables command handling for this element, and declares the linkage between a command, its events, and the handlers attached by this element. Inherited from UIElement. |
Commands | Provides access to view commands. Inherited from DataViewBase. |
ContextMenu | Gets or sets the context menu element that should appear whenever the context menu is requested through user interface (UI) from within this element. Inherited from FrameworkElement. |
CurrentPageIndex | Gets or sets the index of the current page. This is a dependency property. Inherited from GridViewBase. |
Cursor | Gets or sets the cursor that displays when the mouse pointer is over this element. Inherited from FrameworkElement. |
DataContext | Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkElement. |
DataControl | Gets the data-aware control (e.g., GridControl, TreeListControl) which owns the current View. Inherited from DataViewBase. |
DataControlMenu | Gets the context menu currently being displayed within a View. Inherited from DataViewBase. |
DataNavigatorButtons | Gets or sets a value that specifies which buttons are displayed by the data navigator. Inherited from DataViewBase. |
DataSourceRefreshCommand |
Gets or sets a command that occurs before the data source is refreshed (a user presses F5 or executes the RefreshDataSource command). Use this command to implement custom refresh logic.
Inherited from DataViewBase. |
DefaultGroupSummaryItemTemplate | Gets the template that defines the default presentation of summary items displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
DefaultStyleKey protected | Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. Inherited from FrameworkElement. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
DesiredSize | Gets the size that this element computed during the measure pass of the layout process. Inherited from UIElement. |
DetailHeaderContent | Gets or sets the detail section’s header content. Inherited from DataViewBase. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
DragDropHintTemplate | Gets or sets the template that defines the drag-and-drop hint‘s presentation. This is a dependency property. Inherited from DataViewBase. |
DropMarkerTemplate | Gets or sets the template that defines the drop marker‘s presentation. This is a dependency property. Inherited from DataViewBase. |
EditorButtonShowMode | Gets or sets which cells should display editor buttons. This is a dependency property. Inherited from DataViewBase. |
EditorShowMode | Gets or sets a value which specifies how a cell editor is activated by the mouse. This is a dependency property. Inherited from DataViewBase. |
Effect | Gets or sets the bitmap effect to apply to the UIElement. This is a dependency property. Inherited from UIElement. |
EnabledCheckBoxSelector | For internal use. Inherited from DataViewBase. |
EnableImmediatePosting | Gets or sets whether to post values to a data source immediately after changing a cell value. This is a dependency property. Inherited from DataViewBase. |
EnableSelectedRowAppearance | Gets or sets whether the selected rows are decorated with a specific appearance. This is a dependency property. Inherited from DataViewBase. |
EnterMoveNextColumn |
Gets or sets whether users can press the ENTER key to focus the next cell. This is a dependency property.
Inherited from DataViewBase. |
ErrorsWatchMode | Gets or sets which type of errors the grid control should detect. Inherited from DataViewBase. |
ExpandStoryboard | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridViewBase. |
ExtendedColumnChooserTemplate | Gets or sets the template that defines the Column Chooser‘s appearance. This is a dependency property. Inherited from DataViewBase. |
FadeSelectionOnLostFocus | Gets or sets whether selected rows are faded when the grid control loses focus. This is a dependency property. Inherited from DataViewBase. |
FilterEditorDialogServiceTemplate | Gets or sets a template of the filter editor’s DialogService. Inherited from DataViewBase. |
FilterEditorShowOperandTypeIcon | Gets or sets whether the operand’s value can be swapped. This is a dependency property. Inherited from DataViewBase. |
FilterEditorTemplate | Gets or sets a template that defines the presentation of the Filter Editor. This is a dependency property. Inherited from DataViewBase. |
FilteringPanelStyle | Gets or sets the style applied to the Filter Panel. This is a dependency property. Inherited from GridViewBase. |
FilterPanelText | Gets the filter expression displayed within the legacy Filter Panel. This is a dependency property. Inherited from DataViewBase. |
FilterRowDelay | Gets or sets the delay in milliseconds, after which data filtering is initiated (if automatic search mode is active). Inherited from DataViewBase. |
FixedSize | Gets or sets a card’s width (or height). |
FixedSummariesLeft | Gets total summaries displayed within the Fixed Summary Panel and aligned to the left. Inherited from DataViewBase. |
FixedSummariesRight | Gets total summaries displayed within the Fixed Summary Panel and aligned to the right. Inherited from DataViewBase. |
FixedTotalSummaryElementStyle | Gets or sets the style applied to individual text elements in the fixed total summary item. This is a dependency property. Inherited from DataViewBase. |
FlowDirection | Gets or sets the direction that text and other user interface (UI) elements flow within any parent element that controls their layout. Inherited from FrameworkElement. |
Focusable | Gets or sets a value that indicates whether the element can receive focus. This is a dependency property. Inherited from UIElement. |
FocusedCardBorderTemplate | Gets or sets the template that defines the presentation of a focused card’s border. This is a dependency property. |
FocusedCellBorderCardViewTemplate | Gets or sets the template that defines the presentation of a focused cell’s border in a Card View. This is a dependency property. |
FocusedCellBorderTemplate | Gets or sets the template that defines the presentation of a focused cell’s border. This is a dependency property. Inherited from DataViewBase. |
FocusedColumn | Obsolete. Gets or sets the focused column. This is a dependency property. Inherited from GridViewBase. |
FocusedGroupRowBorderTemplate | Gets or sets a template that defines the presentation of the focused group row’s border. This is a dependency property. Inherited from GridViewBase. |
FocusedRow | Obsolete. Get or sets the currently focused data row. Inherited from DataViewBase. |
FocusedRowData | Gets an object that represents the focused row’s data. Inherited from DataViewBase. |
FocusedRowHandle | Gets or sets the focused row’s handle. This is a dependency property. Inherited from DataViewBase. |
FocusedView | Gets the View which is currently focused. Inherited from DataViewBase. |
FocusVisualStyle | Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. Inherited from FrameworkElement. |
FontFamily | Gets or sets the font family of the control. Inherited from Control. |
FontSize | Gets or sets the font size. Inherited from Control. |
FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. Inherited from Control. |
FontStyle | Gets or sets the font style. Inherited from Control. |
FontWeight | Gets or sets the weight or thickness of the specified font. Inherited from Control. |
FooterTemplate | Gets or sets the template that defines the Summary Panel‘s presentation. This is a dependency property. Inherited from DataViewBase. |
ForceCursor | Gets or sets a value that indicates whether this FrameworkElement should force the user interface (UI) to render the cursor as declared by the Cursor property. Inherited from FrameworkElement. |
Foreground | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
Grid | Gets the grid which owns the current View. Inherited from GridViewBase. |
GridMenu | Gets the context menu that is displayed within a View. Inherited from GridViewBase. |
GridViewCommands | Gets view commands. Inherited from GridViewBase. |
GroupColumnSummaryElementStyle | Gets or sets the style applied to individual text elements in group summary items that are aligned by columns. This is a dependency property. Inherited from GridViewBase. |
GroupedColumns | Gets the list of grouped columns. Inherited from GridViewBase. |
GroupFooterMenuCustomizations | Allows you to customize the Group Footer‘s context menu. You can add new menu items or remove existing items. Inherited from GridViewBase. |
GroupPanelMenuCustomizations | Allows you to customize the Group Panel‘s context menu. You can add new menu items or remove existing items. Inherited from GridViewBase. |
GroupRowMenuCustomizations | Allows you to customize the group row‘s context menu. You can add new menu items or remove existing items. Inherited from GridViewBase. |
GroupRowStyle | Gets or sets the style applied to group rows. This is a dependency property. Inherited from GridViewBase. |
GroupRowTemplate | Gets or sets the template that defines the presentation of group rows. This is a dependency property. Inherited from GridViewBase. |
GroupRowTemplateSelector | Gets or sets an object that chooses a group row template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
GroupSummaryContentStyle | Gets or sets the style applied to group summary items. This is a dependency property. Inherited from GridViewBase. |
GroupSummaryItemTemplate | Gets or sets the template that defines the presentation of summary items displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
GroupSummaryItemTemplateSelector | Gets or sets an object that chooses a group summary template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
GroupValueContentStyle | Gets or sets the style applied to the border around column values displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
GroupValueTemplate | Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. Inherited from GridViewBase. |
GroupValueTemplateSelector | Gets or sets an object that chooses a group row value template based on custom logic. This is a dependency property. Inherited from GridViewBase. |
HasAnimatedProperties | Gets a value indicating whether this element has any animated properties. Inherited from UIElement. |
HasEffectiveKeyboardFocus protected | Gets a value that indicates whether the UIElement has focus. Inherited from UIElement. |
HasErrors | Gets whether the view has any data editing errors posted to a data source. This is a dependency property. Inherited from DataViewBase. |
HasValidationError | Gets whether the view has a validation error that does not allow users to post changes to a data source. This is a dependency property. Inherited from DataViewBase. |
Header | Gets or sets the view’s header. This is a dependency property. Inherited from DataViewBase. |
HeaderHorizontalAlignment | Gets or sets the header’s horizontal alignment. This is a dependency property. Inherited from DataViewBase. |
HeaderPosition | Gets or sets the grid view’s header position. This is a dependency property. Inherited from DataViewBase. |
HeadersData | Gets the information about column headers. Inherited from DataViewBase. |
HeaderTemplate | Gets or sets the template that defines the presentation of a column header panel. This is a dependency property. Inherited from DataViewBase. |
Height | Gets or sets the suggested height of the element. Inherited from FrameworkElement. |
HorizontalAlignment | Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control. Inherited from FrameworkElement. |
HorizontalContentAlignment | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
ImmediateUpdateRowPosition | Gets or sets whether a row’s position is immediately updated according to the sorting, grouping and filtering settings after the current row data has been posted. Inherited from DataViewBase. |
IncrementalSearchClearDelay | Gets or sets the amount of time in milliseconds, after which an incremental search criteria is cleared. This is a dependency property. Inherited from DataViewBase. |
IncrementalSearchMode | Gets or sets a value specifying whether end-users can locate rows by typing the desired column value. Inherited from DataViewBase. |
InheritanceBehavior protected | Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Inherited from FrameworkElement. |
InputBindings | Gets the collection of input bindings associated with this element. Inherited from UIElement. |
InputScope | Gets or sets the context for input used by this FrameworkElement. Inherited from FrameworkElement. |
InvalidRowExceptionCommand | Gets or sets a command that is executed when a row fails validation or cannot be saved to a data source. Inherited from GridViewBase. |
IsAdditionalElementScrollBarVisible | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DataViewBase. |
IsArrangeValid | Gets a value indicating whether the computed size and position of child elements in this element’s layout are valid. Inherited from UIElement. |
IsColumnChooserVisible | Gets or sets whether the Column Chooser is shown. This is a dependency property. Inherited from DataViewBase. |
IsColumnMenuEnabled | Gets or sets whether an end user can right-click a column header to access its context menu. Inherited from DataViewBase. |
IsDataSourceRefreshing | Inherited from DataViewBase. |
IsDeferredScrolling | Gets or sets whether deferred scrolling is enabled. This is a dependency property. Inherited from DataViewBase. |
IsEditFormVisible | Get whether the inline or popup edit form is visible. Inherited from DataViewBase. |
IsEditing | Gets whether the focused cell is currently being edited. This is a dependency property. Inherited from DataViewBase. |
IsEnabled | Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property. Inherited from UIElement. |
IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from UIElement. |
IsFocused | Gets a value that determines whether this element has logical focus. This is a dependency property. Inherited from UIElement. |
IsFocusedRowModified | Indicates whether the edit value of an editor within the focused row has been modified. This is a dependency property. Inherited from DataViewBase. |
IsFocusedView | Gets whether a view is focused. Inherited from DataViewBase. |
IsGroupFooterMenuEnabled | Gets or sets whether an end user can right-click the Group Footer to access its context menu. This is a dependency property. Inherited from GridViewBase. |
IsGroupPanelMenuEnabled | Gets or sets whether an end user can right-click the Group Panel to access its context menu. Inherited from GridViewBase. |
IsGroupPanelTextVisible | Gets whether the ‘Drag a column header here to group by that column’ string is displayed within the Group Panel. This is a dependency property. Inherited from GridViewBase. |
IsGroupPanelVisible | Gets whether the Group Panel is displayed within a View. This is a dependency property. Inherited from GridViewBase. |
IsGroupRowMenuEnabled | Gets or sets whether an end user can right-click a Group Row to access its context menu. This is a dependency property. Inherited from GridViewBase. |
IsHitTestVisible | Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property. Inherited from UIElement. |
IsHorizontalScrollBarVisible | Gets whether the horizontal scrollbar is displayed by the GridControl. This is a dependency property. Inherited from DataViewBase. |
IsInitialized | Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit() method called. Inherited from FrameworkElement. |
IsInputMethodEnabled | Gets a value indicating whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. Inherited from UIElement. |
IsKeyboardFocused | Gets a value indicating whether this element has keyboard focus. This is a dependency property. Inherited from UIElement. |
IsKeyboardFocusWithin | Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. This is a dependency property. Inherited from UIElement. |
IsKeyboardFocusWithinView | Gets a value that indicates whether a View has keyboard focus. Inherited from DataViewBase. |
IsLoaded | Gets a value that indicates whether this element has been loaded for presentation. Inherited from FrameworkElement. |
IsManipulationEnabled | Gets or sets a value that indicates whether manipulation events are enabled on this UIElement. Inherited from UIElement. |
IsMeasureValid | Gets a value indicating whether the current size returned by layout measure is valid. Inherited from UIElement. |
IsMouseCaptured | Gets a value indicating whether the mouse is captured to this element. This is a dependency property. Inherited from UIElement. |
IsMouseCaptureWithin | Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property. Inherited from UIElement. |
IsMouseDirectlyOver | Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property. Inherited from UIElement. |
IsMouseOver | Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property. Inherited from UIElement. |
IsResizingEnabled | Gets whether an end-user can resize cards. This is a dependency property. |
IsRootView | Determines if the current view is the root view within the grid control’s master-detail hierarchy. Inherited from DataViewBase. |
IsRowCellMenuEnabled | Gets or sets whether an end user can right-click a row cell to access its context menu. This is a dependency property. Inherited from DataViewBase. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
IsStylusCaptured | Gets a value indicating whether the stylus is captured by this element. This is a dependency property. Inherited from UIElement. |
IsStylusCaptureWithin | Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. This is a dependency property. Inherited from UIElement. |
IsStylusDirectlyOver | Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. This is a dependency property. Inherited from UIElement. |
IsStylusOver | Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). This is a dependency property. Inherited from UIElement. |
IsSynchronizedWithCurrentItem | Gets or sets whether a view should keep the DataControlBase.CurrentItem synchronized with the current item in the ICollectionView. This is a dependency property. Inherited from DataViewBase. |
IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. Inherited from Control. |
IsTotalSummaryMenuEnabled | Gets or sets whether an end user can right-click the Total Summary Panel or the Fixed Summary Panel to access their context menus. This is a dependency property. Inherited from DataViewBase. |
IsTouchScrollBarsMode | Gets whether the GridControl displays touch scrollbars. This is a dependency property. Inherited from DataViewBase. |
IsVisible | Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property. Inherited from UIElement. |
IsWaitIndicatorVisible | Gets whether the wait indicator is displayed within the grid. This is a dependency property. Inherited from DataViewBase. |
ItemsSourceErrorInfoShowMode | Gets or sets data error types to be visualized by a data-aware control (e.g. GridControl). This is a dependency property. Inherited from DataViewBase. |
Language | Gets or sets localization/globalization language information that applies to an element. Inherited from FrameworkElement. |
LayoutTransform | Gets or sets a graphics transformation that should apply to this element when layout is performed. Inherited from FrameworkElement. |
LeftGroupAreaIndent | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
LocalizationDescriptor | Allows you to implement the capability for end-users to change localization at runtime. Inherited from DataViewBase. |
Margin | Gets or sets the outer margin of an element. Inherited from FrameworkElement. |
MasterRootRowsContainer | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
MaxCardCountInRow | Gets or sets the maximum number of cards in a row (or column). |
MaxHeight | Gets or sets the maximum height constraint of the element. Inherited from FrameworkElement. |
MaxWidth | Gets or sets the maximum width constraint of the element. Inherited from FrameworkElement. |
MergedGroupingMode | Gets or sets the merged grouping mode. This is a dependency property. Inherited from GridViewBase. |
MinFixedSize | Gets or sets the minimum width (or height if cards are arranged in columns) of cards. This is a dependency property. |
MinHeight | Gets or sets the minimum height constraint of the element. Inherited from FrameworkElement. |
MinWidth | Gets or sets the minimum width constraint of the element. Inherited from FrameworkElement. |
MultiSelectMode | Obsolete. Gets or sets whether multiple card selection is enabled. This is a dependency property. |
Name | Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. Inherited from FrameworkElement. |
NavigationStyle | Gets or sets whether row and cell focus is allowed. This is a dependency property. Inherited from DataViewBase. |
Opacity | Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface (UI). This is a dependency property. Inherited from UIElement. |
OpacityMask | Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property. Inherited from UIElement. |
Orientation | This member supports the internal infrastructure and is not intended to be used directly from your code. |
OverridesDefaultStyle | Gets or sets a value that indicates whether this element incorporates style properties from theme styles. Inherited from FrameworkElement. |
Padding | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
PageCount | Gets the number of pages displayed in the GridControl. Inherited from GridViewBase. |
PagerNumericButtonCount | Gets or sets the maximum number of numeric buttons that can be displayed within the pager control. This is a dependency property. Inherited from GridViewBase. |
PageSize | Gets or sets the maximum number of rows that can be displayed on a page. This is a dependency property. Inherited from GridViewBase. |
Parent | Gets the logical parent element of this element. Inherited from FrameworkElement. |
PersistId | Gets a value that uniquely identifies this element. Inherited from UIElement. |
PrintAllGroups | Gets or sets whether to expand all group rows in the printed document. Inherited from GridViewBase. |
PrintAutoCardWidth | Gets or sets whether to change card width in the printed/exported document to fit the page. This is a dependency property. |
PrintCardContentTemplate | Gets or sets the template that defines the presentation of individual values in the card values area when the grid is printed. This is a dependency property. |
PrintCardHeaderTemplate | Gets or sets the template that defines the presentation of card headers when the grid is printed. This is a dependency property. |
PrintCardMargin | Specifies the thickness of a frame around a card. This is a dependency property. |
PrintCardRowIndentTemplate | Gets or sets the template that defines the presentation of the indent around a row of grouped cards when the grid is printed. This is a dependency property. |
PrintCardRowTemplate | Gets or sets the template that defines the presentation of card rows when the grid is printed. This is a dependency property. |
PrintCardTemplate | Gets or sets the template that defines the presentation of cards when the grid is printed. This is a dependency property. |
PrintCardViewItemTemplate | |
PrintCellStyle | Gets or sets the style applied to all data cells when you print the control or export it in WYSIWYG mode. This is a dependency property. Inherited from DataViewBase. |
PrintFixedFooterTemplate | Gets or sets the template that defines the appearance of the printed Fixed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintFixedTotalSummary | Gets or sets whether to print the Fixed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintFixedTotalSummaryStyle | Gets or sets the style applied to printed summary items in the Fixed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintFooterTemplate | Gets or sets the template that defines the appearance of the printed Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintGroupRowStyle | Gets or sets the style applied to group rows when the grid is printed. This is a dependency property. Inherited from GridViewBase. |
PrintGroupRowTemplate | Gets or sets the template that defines the presentation of group rows when the grid is printed. This is a dependency property. Inherited from GridViewBase. |
PrintHeaderTemplate | Gets or sets the template that defines the presentation of the printed column headers. This is a dependency property. Inherited from DataViewBase. |
PrintMaximumCardColumns | Specifies the maximum number of card columns in the printed/exported document. This is a dependency property. |
PrintRowIndentStyle | Gets or sets the style applied to the printed row indents. This is a dependency property. Inherited from DataViewBase. |
PrintRowIndentWidth | Gets or sets the width of the printed row indents. This is a dependency property. Inherited from DataViewBase. |
PrintSelectedRowsOnly | Gets or sets whether to print/export only the selected rows. This is a dependency property. Inherited from DataViewBase. |
PrintTotalSummary | Gets or sets whether to print the Summary Panel. This is a dependency property. Inherited from DataViewBase. |
PrintTotalSummarySeparatorStyle | Gets or sets the style of the separator between summary items, when the grid is printed. This is a dependency property. |
PrintTotalSummaryStyle | Gets or sets the style applied to printed total summary items. This is a dependency property. Inherited from DataViewBase. |
RenderSize | Gets (or sets) the final render size of this element. Inherited from UIElement. |
RenderTransform | Gets or sets transform information that affects the rendering position of this element. This is a dependency property. Inherited from UIElement. |
RenderTransformOrigin | Gets or sets the center point of any possible render transform declared by RenderTransform, relative to the bounds of the element. This is a dependency property. Inherited from UIElement. |
Resources | Gets or sets the locally-defined resource dictionary. Inherited from FrameworkElement. |
RootRowsContainer | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
RowAnimationKind | Gets or sets a value that specifies what animation is played while data rows are being asynchronously retrieved by the data source. This is a dependency property. Inherited from DataViewBase. |
RowCanceledCommand | Gets or sets a command that is executed when the changes made in a row are discarded. Inherited from GridViewBase. |
RowCellMenuCustomizations | Allows you to customize the row cell‘s context menu. You can add new menu items or remove existing items. Inherited from DataViewBase. |
RowOpacityAnimationDuration | Gets or sets the length of an animation. This is a dependency property. Inherited from DataViewBase. |
RowUpdatedCommand | Gets or sets a command executed when the GridControl updates the data source with the changes made within the focused row. Inherited from GridViewBase. |
RuntimeLocalizationStrings | Gets or sets the collection of resource strings that can be localized at runtime. This is a dependency property. Inherited from DataViewBase. |
ScrollableAreaMinWidth | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ScrollContentPresenter | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DataViewBase. |
ScrollingMode | Gets or sets a value that specifies how many rows are displayed onscreen when a View is scrolled to the bottom. This is a dependency property. Inherited from DataViewBase. |
ScrollMode | Gets or sets whether per-pixel scrolling is enabled. This is a dependency property. |
ScrollStep | Gets or sets the offset by which the View is scrolled when clicking scrollbar buttons. This is a dependency property. Inherited from DataViewBase. |
SearchColumns | Gets or sets the field names against which searches are performed by the Search Panel. This is a dependency property. Inherited from DataViewBase. |
SearchControl | Gets the search control. This is a dependency property. Inherited from DataViewBase. |
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 DataViewBase. |
SearchPanelAllowFilter | Gets or sets whether the grid displays only those records that match the search criteria. This is a dependency property. Inherited from DataViewBase. |
SearchPanelClearOnClose | Gets or sets whether the search string is cleared when closing the Search Panel. This is a dependency property. Inherited from DataViewBase. |
SearchPanelCriteriaOperatorType | Obsolete. Gets or sets the logical operator type (AND or OR) used for filtering items when DataViewBase.SearchPanelAllowFilter is set to true. Inherited from DataViewBase. |
SearchPanelFindFilter | Gets or sets the type of the comparison operator used to create filter conditions. This is a dependency property. Inherited from DataViewBase. |
SearchPanelFindMode | Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property. Inherited from DataViewBase. |
SearchPanelHighlightResults | Gets or sets whether to highlight search results within located records. This is a dependency property. Inherited from DataViewBase. |
SearchPanelHorizontalAlignment | Gets or sets the Search Panel‘s alignment. This is a dependency property. Inherited from DataViewBase. |
SearchPanelImmediateMRUPopup | Gets or sets whether on not the MRU search dropdown is automatically invoked when typing within the Search box. This is a dependency property. Inherited from DataViewBase. |
SearchPanelNullText | Gets or sets the text displayed within the search panel edit box when the search text is null. This is a dependency property. Inherited from DataViewBase. |
SearchPanelParseMode | Gets or sets a mode that specifies how the search string is parsed. This is a dependency property. Inherited from DataViewBase. |
SearchPanelPosition | Gets or sets where to show the search panel. Inherited from GridViewBase. |
SearchString | Gets or sets the search string specified within the Search Panel. This is a dependency property. Inherited from DataViewBase. |
SelectedRows | Obsolete. Gets the data rows/cards currently selected within a View. Inherited from DataViewBase. |
SelectedRowsSource | Obsolete. Gets or sets the source of selected rows. This is a dependency property. Inherited from DataViewBase. |
SelectionRectangleStyle | Gets or sets a style of the marquee selection rectangle. This is a dependency property. Inherited from DataViewBase. |
SeparatorTemplate | Gets or sets the template that defines the presentation of card separators. This is a dependency property. |
SeparatorThickness | Gets or sets the thickness of card separators. This is a dependency property. |
ShowCardExpandButton | Gets or sets whether to display the card expand buttons. This is a dependency property. |
ShowColumnHeaders | Gets or sets whether a view displays column headers. This is a dependency property. Inherited from DataViewBase. |
ShowDragDropHint | Gets or sets whether the drag-and-drop hint is displayed when dragging a record. This is a dependency property. Inherited from DataViewBase. |
ShowEditFilterButton | Gets if the Edit Filter button is displayed in the Filter Panel. This is a dependency property. Inherited from DataViewBase. |
ShowEmptyText | Gets or sets whether to show the No Records text when the GridControl‘s data area displays no records. Inherited from DataViewBase. |
ShowFilterPanelMode | Gets or sets when the Filter Panel is displayed within a View. This is a dependency property. Inherited from DataViewBase. |
ShowFixedTotalSummary | Gets or sets whether the Fixed Summary Panel is displayed in the grid. This is a dependency property. Inherited from DataViewBase. |
ShowFocusedRectangle | Gets or sets whether a focus rectangle is painted around the focused cell or row. This is a dependency property. Inherited from DataViewBase. |
ShowGroupedColumns | Gets or sets whether the grouped columns are displayed within a view. This is a dependency property. Inherited from GridViewBase. |
ShowGroupPanel | Gets or sets whether the Group Panel is displayed within a View. This is a dependency property. Inherited from GridViewBase. |
ShowSearchPanelCloseButton | Gets or sets whether to display the Close button within the Search Panel. Inherited from DataViewBase. |
ShowSearchPanelFindButton | Gets or sets whether to display the Find button within the Search Panel. Inherited from DataViewBase. |
ShowSearchPanelMode | Gets or sets a value that specifies when the Search Panel is displayed. Inherited from DataViewBase. |
ShowSearchPanelMRUButton | Gets or sets whether a button used to invoke the MRU search dropdown list is displayed within the Search Panel. This is a dependency property. Inherited from DataViewBase. |
ShowSearchPanelNavigationButtons | Gets or sets whether to show navigation buttons in the grid’s search panel. Inherited from DataViewBase. |
ShowSearchPanelResultInfo | Gets or sets whether to show information about search results in the search panel. Inherited from DataViewBase. |
ShowSelectionRectangle | Specifies whether to enable the selection rectangle feature. This is a dependency property. Inherited from DataViewBase. |
ShowTargetInfoInDragDropHint | Gets or sets whether the drag-and-drop hint shows additional information about a drop target. This is a dependency property. Inherited from DataViewBase. |
ShowTotalSummary | Gets or sets whether the Summary Panel is displayed. This is a dependency property. Inherited from DataViewBase. |
ShowValidationAttributeErrors | Gets or sets whether error icons are displayed within cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from DataViewBase. |
SnapsToDevicePixels | Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property. Inherited from UIElement. |
Style | Gets or sets the style used by this element when it is rendered. Inherited from FrameworkElement. |
StylusPlugIns protected | Gets a collection of all stylus plug-in (customization) objects associated with this element. Inherited from UIElement. |
SummariesIgnoreNullValues | Gets or sets whether null values must be ignored when calculating data summaries. This is a dependency property. Inherited from DataViewBase. |
SummaryCalculationMode | Gets or sets a mode that specifies by which rows the summary value is calculated. Inherited from DataViewBase. |
TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. Inherited from Control. |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkElement. |
Template | Gets or sets a control template. Inherited from Control. |
TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkElement. |
ToolTip | Gets or sets the tool-tip object that is displayed for this element in the user interface (UI). Inherited from FrameworkElement. |
TopRowIndex | Gets or sets the index of the top visible row. Inherited from DataViewBase. |
TotalSummaryContentStyle | Gets or sets the style applied to total summary items displayed within a View. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryElementStyle | Gets or sets the style applied to individual text elements in the total summary items within a view. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryItemTemplate | Gets or sets the template that defines the presentation of total summary items. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryItemTemplateSelector | Gets or sets an object that chooses a total summary template based on custom logic. This is a dependency property. Inherited from DataViewBase. |
TotalSummaryMenuCustomizations | Allows you to customize the Total Summary‘s context menu. You can add new menu items or remove existing items. Inherited from DataViewBase. |
TotalSummaryPosition | Gets or sets the Summary Panel‘s position in a View. This is a dependency property. Inherited from DataViewBase. |
TouchesCaptured | Gets all touch devices that are captured to this element. Inherited from UIElement. |
TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from UIElement. |
TouchesDirectlyOver | Gets all touch devices that are over this element. Inherited from UIElement. |
TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from UIElement. |
TouchScrollThreshold | Specifies the touch scroll threshold. This is a dependency property. Inherited from DataViewBase. |
Triggers | Gets the collection of triggers established directly on this element, or in child elements. Inherited from FrameworkElement. |
Uid | Gets or sets the unique identifier (for localization) for this element. This is a dependency property. Inherited from UIElement. |
UseAnimationWhenExpanding | Gets or sets whether to play animation when expanding group rows. This is a dependency property. Inherited from GridViewBase. |
UseExtendedMouseScrolling | Specifies whether to enable horizontal scrolling via the mouse wheel and vertical scrolling via Microsoft Touch Mouse devices. This is a dependency property. Inherited from DataViewBase. |
UseLayoutRounding | Gets or sets a value that indicates whether layout rounding should be applied to this element’s size and position during layout. Inherited from FrameworkElement. |
UseLegacyColumnVisibleIndexes | Gets or sets whether the GridControl uses the legacy visible index indication logic. Inherited from DataViewBase. |
UseLegacyFilterEditor | Gets or sets whether to use the legacy filter editor. Inherited from DataViewBase. |
UseLegacyFilterPanel | Gets or sets whether to use the legacy filter panel. Inherited from DataViewBase. |
UseLightweightTemplates | Gets or sets whether to enable the grid’s optimized mode. This is a dependency property. |
UseOnlyCurrentColumnInIncrementalSearch | Gets or sets whether the incremental search should be performed for the focused column values only. Inherited from DataViewBase. |
ValidateCellCommand | Gets or sets a command that allows you to validate the focused cell’s data. Inherited from GridViewBase. |
ValidateRowCommand | Gets or sets a command that validates row values. Inherited from GridViewBase. |
ValidateRowDeletionCommand | Gets or sets a command that allows you to validate rows, check database constraints, and delete rows from the database before a user deletes a row from the Data Grid. Inherited from GridViewBase. |
ValidatesOnNotifyDataErrors | Gets or sets whether the GridControl checks for and reports errors that are raised by a data source that implements INotifyDataErrorInfo. Inherited from DataViewBase. |
ValidationError | Provides access to the object, which contains information about the validation error. This is a dependency property. Inherited from DataViewBase. |
VerticalAlignment | Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. Inherited from FrameworkElement. |
VerticalContentAlignment | This inherited property is not in effect for the DataViewBase object. To prevent developers from using this property, its code attributes are set to hide it in MS Visual Studio designer tools. Inherited from DataViewBase. |
VerticalFocusedGroupRowBorderTemplate | Gets or sets the border template of the focused group row. This is a dependency property. |
Visibility | Gets or sets the user interface (UI) visibility of this element. This is a dependency property. Inherited from UIElement. |
VisibleColumns | Gets the list of visible columns. This is a dependency property. Inherited from GridViewBase. |
VisualBitmapEffect protected | Gets or sets the BitmapEffect value for the Visual. Inherited from Visual. |
VisualBitmapEffectInput protected | Gets or sets the BitmapEffectInput value for the Visual. Inherited from Visual. |
VisualBitmapScalingMode protected | Gets or sets the BitmapScalingMode for the Visual. Inherited from Visual. |
VisualCacheMode protected | Gets or sets a cached representation of the Visual. Inherited from Visual. |
VisualChildrenCount protected | Gets the number of visual child elements within this element. Inherited from FrameworkElement. |
VisualClearTypeHint protected | Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. Inherited from Visual. |
VisualClip protected | Gets or sets the clip region of the Visual as a Geometry value. Inherited from Visual. |
VisualEdgeMode protected | Gets or sets the edge mode of the Visual as an EdgeMode value. Inherited from Visual. |
VisualEffect protected | Gets or sets the bitmap effect to apply to the Visual. Inherited from Visual. |
VisualOffset protected | Gets or sets the offset value of the visual object. Inherited from Visual. |
VisualOpacity protected | Gets or sets the opacity of the Visual. Inherited from Visual. |
VisualOpacityMask protected | Gets or sets the Brush value that represents the opacity mask of the Visual. Inherited from Visual. |
VisualParent protected | Gets the visual tree parent of the visual object. Inherited from Visual. |
VisualScrollableAreaClip protected | Gets or sets a clipped scrollable area for the Visual. Inherited from Visual. |
VisualTextHintingMode protected | Gets or sets the TextHintingMode of the Visual. Inherited from Visual. |
VisualTextRenderingMode protected | Gets or sets the TextRenderingMode of the Visual. Inherited from Visual. |
VisualTransform protected | Gets or sets the Transform value for the Visual. Inherited from Visual. |
VisualXSnappingGuidelines protected | Gets or sets the x-coordinate (vertical) guideline collection. Inherited from Visual. |
VisualYSnappingGuidelines protected | Gets or sets the y-coordinate (horizontal) guideline collection. Inherited from Visual. |
WaitIndicatorStyle | Gets or sets the wait indicator’s style. This is a dependency property. Inherited from DataViewBase. |
WaitIndicatorType | Gets or sets a value that specifies how async data loading operations are indicated within the grid. This is a dependency property. Inherited from DataViewBase. |
WheelScrollLines | Gets or sets the number of rows to scroll vertically in response to mouse wheel events. This is a dependency property. Inherited from DataViewBase. |
Width | Gets or sets the width of the element. Inherited from FrameworkElement. |
See Also