Back to Devexpress

TileViewOptionsBehavior Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionsbehavior-dot-underscore-properties.md

latest6.1 KB
Original Source

TileViewOptionsBehavior Properties

Provides behavior options for the TileView.

NameDescription
AllowAddRowsThis member is not supported by the TileViewOptionsBehavior class.
AllowDeleteRowsThis member is not supported by the TileViewOptionsBehavior class.
AllowMousePanningGets or sets whether an end-user can drag to pan the view with the mouse.
AllowSmoothScrollingGets or sets whether smooth scrolling (when using the mouse wheel) is enabled.
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.
AutoSelectAllInEditorThis member is not supported by the TileViewOptionsBehavior class.
CacheValuesOnRowUpdatingThis member is not supported by the TileViewOptionsBehavior class.
EditableThis member is not supported by the TileViewOptionsBehavior class. Use the TileViewOptionsBehavior.EditingMode property instead.
EditingModeGets or sets whether and how tiles can be edited.
EditorShowModeThis member is not supported by the TileViewOptionsBehavior class.
FocusLeaveOnTabThis member is not supported by the TileViewOptionsBehavior class.
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.
ReadOnlyGets or sets whether the current View is read-only. Inherited from ColumnViewOptionsBehavior.
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.

See Also

TileViewOptionsBehavior Class

TileViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Tile Namespace