Back to Devexpress

LayoutViewOptionsBehavior Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsbehavior-dot-underscore-properties.md

latest8.8 KB
Original Source

LayoutViewOptionsBehavior Properties

Provides behavior options for a LayoutView View.

NameDescription
AllowAddRowsGets or sets whether the Data Navigator‘s Append button is enabled for the current View. Inherited from ColumnViewOptionsBehavior.
AllowDeleteRowsGets or sets whether the Data Navigator‘s Delete button is enabled for the current View. Inherited from ColumnViewOptionsBehavior.
AllowExpandCollapseGets or sets whether cards can be collapsed.
AllowMouseWheelSmoothScrollingGets or sets whether or not this Layout View supports pixel scrolling.
AllowPanCardsGets or sets whether the card panning feature can be enabled.
AllowRuntimeCustomizationGets or sets whether an end-user can customize the card layout at runtime via the Customization Form.
AllowSwitchViewModesGets or sets whether the view mode can be changed via the LayoutViewOptionsView.ViewMode property.
AutoFocusCardOnScrollingGets or sets whether the top visible card is automatically focused when scrolling the View.
AutoFocusNewCardGets or sets a value specifying whether adding a new record focuses the new card.
AutoPopulateColumnsGets or sets whether to create columns automatically for all fields in the underlying data source (when binding the grid and if the View doesn’t contain any columns). When bound to a data source, the grid does not generate columns for properties of collection types. Inherited from ColumnViewOptionsBehavior.
AutoSelectAllInEditorGets or sets whether activating a cell editor using the ENTER or F2 keys leads to the entire editor’s content being selected. Inherited from ColumnViewOptionsBehavior.
CacheValuesOnRowUpdatingGets or sets whether the grid caches data for a row that is about to be saved to a data source. Inherited from ColumnViewOptionsBehavior.
EditableGets or sets whether end-users are allowed to edit data (using in-place cell editors and Edit Forms). Inherited from ColumnViewOptionsBehavior.
EditorShowModeGets or sets a value which specifies how a cell editor is activated by the mouse. Inherited from ColumnViewOptionsBehavior.
FocusLeaveOnTabGets or sets whether pressing the TAB key moves focus to the next control in the tab order, if moving focus via the TAB key within the View is prohibited (or cannot be performed). Inherited from ColumnViewOptionsBehavior.
ImmediateUpdateRowPositionGets or sets whether a row’s position is immediately updated according to the current sorting, grouping and filtering settings after the row’s modified data has been posted. Inherited from ColumnViewOptionsBehavior.
KeepFocusedRowOnUpdateGets or sets whether the currently focused row retains focus when data is sorted, grouped or filtered or when records are added to/removed from the underlying data source. Disabling this property is in effect when the data source is not managed by the CurrencyManager (ColumnView.DisableCurrencyManager). Inherited from ColumnViewOptionsBehavior.
OverrideLayoutControlRestoreBehaviorObsolete. This member is now obsolete. A layout is restored as specified by a View’s ColumnView.OptionsLayout property.
ReadOnlyGets or sets whether the current View is read-only. Inherited from ColumnViewOptionsBehavior.
ScrollVisibilityGets or sets a value specifying when the scrollbar should be displayed.
ShowAllTableValuesInFilterPopupObsolete. Gets or sets whether the filter dropdowns should contain unique values from all the records in the View’s data source or only from those records that meet the current filter criteria. Inherited from ColumnViewOptionsBehavior.
ShowEditorOnMouseUpObsolete. Gets or sets whether a cell’s editor is activated when the mouse button is released from a click within the cell. Inherited from ColumnViewOptionsBehavior.
UnboundColumnExpressionEditorModeGets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound columns owned by this View. Inherited from ColumnViewOptionsBehavior.
UseNewCustomFilterDialogObsolete. Gets or sets whether the advanced custom filter dialog is used instead of the standard one. Inherited from ColumnViewOptionsBehavior.
UseTabKeyGets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus within the Layout View, or to the next/previous control in tab order.

See Also

LayoutViewOptionsBehavior Class

LayoutViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Layout Namespace