Skip to main content
A newer version of this page is available. .

TileViewOptionsBehavior Members

Provides behavior options for the TileView.

Constructors

Name Description
TileViewOptionsBehavior() Initializes a new instance of the TileViewOptionsBehavior class.
TileViewOptionsBehavior(TileView) Initializes a new instance of the TileViewOptionsBehavior class.

Properties

Name Description
AllowAddRows This member is not supported by the TileViewOptionsBehavior class.
AllowDeleteRows This member is not supported by the TileViewOptionsBehavior class.
AllowMousePanning Gets or sets whether an end-user can drag to pan the view with the mouse.
AllowSmoothScrolling Gets or sets whether smooth scrolling (when using the mouse wheel) is enabled.
AutoPopulateColumns Gets or sets whether columns should be created automatically for all fields in the underlying data source when the View doesn’t contain any columns. When bound to a business object, the grid does not generate columns for properties of collection types. Inherited from ColumnViewOptionsBehavior.
AutoSelectAllInEditor This member is not supported by the TileViewOptionsBehavior class.
CacheValuesOnRowUpdating This member is not supported by the TileViewOptionsBehavior class.
Editable This member is not supported by the TileViewOptionsBehavior class. Use the TileViewOptionsBehavior.EditingMode property instead.
EditingMode Gets or sets whether and how tiles can be edited.
EditorShowMode This member is not supported by the TileViewOptionsBehavior class.
FocusLeaveOnTab This member is not supported by the TileViewOptionsBehavior class.
ImmediateUpdateRowPosition Gets 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.
KeepFocusedRowOnUpdate Gets 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 (see ColumnView.DisableCurrencyManager). Inherited from ColumnViewOptionsBehavior.
ReadOnly Gets or sets whether the current View is read-only. Inherited from ColumnViewOptionsBehavior.
ShowAllTableValuesInFilterPopup Obsolete. 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.
ShowEditorOnMouseUp Obsolete. 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.
UnboundColumnExpressionEditorMode Gets 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.
UseNewCustomFilterDialog Obsolete. Gets or sets whether the advanced custom filter dialog is used instead of the standard one. Inherited from ColumnViewOptionsBehavior.

Methods

Name Description
Assign(BaseOptions) Copies settings from the specified object to the current object.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values. Inherited from BaseOptions.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also