Back to Devexpress

TileView Properties

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

latest33.2 KB
Original Source

TileView Properties

Displays records as tiles, using one of the following layout modes: default (standard table layout), list (tiles have no space between them), and Kanban. This View includes the Tile Template feature, which helps you arrange fields relative to other fields, specify absolute or relative field display bounds, etc. In-place editors are supported when you use HTML-based templates.

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications. Inherited from BaseView.
AccessibleNameReturns the object’s name used by accessibility client applications. Inherited from BaseView.
AccessibleRoleGets or sets the object’s accessible role. Inherited from BaseView.
ActiveEditorGets a View’s active editor. Inherited from ColumnView.
ActiveFilterGets an object which returns information on the filter criteria applied to the View. Inherited from ColumnView.
ActiveFilterCriteriaGets or sets the current filter criteria. Inherited from ColumnView.
ActiveFilterEnabledGets or sets whether the filtering functionality is enabled. Inherited from ColumnView.
ActiveFilterStringGets or sets the filter criteria in string format. Inherited from ColumnView.
AnimateArrivalGets or sets whether this TileView should animate the appearance of its tiles.
AppearanceProvides access to appearance settings used to paint this TileView.
AppearanceGroupTextObsolete. Provides access to appearance settings used to paint group captions for TileViewGroups within this TileView. This property is obsolete. Use the TileView.Appearance.GroupText property instead.
AppearanceItemObsolete. Provides access to global appearance settings common to all TileViewItemElements for all tiles within this view.
AppearancePrintProvides access to appearance settings, applied when this View is printed or exported.
BaseInfoGets an object providing information for creating and initializing the View. Inherited from BaseView.
BorderStyleGets or sets the border style for the current View. Inherited from BaseView.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CanShowEditorGets a value indicating whether a View can activate cell editors. Inherited from ColumnView.
ColumnsProvides access to the collection of columns available for display within the View. Inherited from ColumnView.
ColumnSetProvides access to the set of properties that take GridColumns as values, and affect tile behavior and visual states.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContextButtonOptionsProvides access to the set of properties that manage context button appearance and behavior.
ContextButtonsProvides access to the TileView‘s tile context buttons.
DataControllerGets the data controller which implements data-aware operations. Inherited from BaseView.
DataRowCountGets how many data rows are contained within the View. Inherited from BaseView.
DataSourceGets the data source whose data is displayed by a View. Inherited from BaseView.
DefaultEditObsolete. The property is obsolete and you should not use it in your code. Inherited from ColumnView.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DetailHeightGets or sets the maximum height of a View when it serves as a detail View. Inherited from BaseView.
DetailLevelGets the nesting level of a View. Inherited from BaseView.
DetailTabHeaderLocationThis member supports the internal infrastructure, and is not intended to be used directly from your code.
DisableCurrencyManagerGets or sets whether the View’s focused record is synchronized with the current position of the corresponding CurrencyManager object. Inherited from ColumnView.
EditableDetermines whether end-users can modify the View’s cell values. Inherited from ColumnView.
EditingValueGets or sets the currently edited value. Inherited from ColumnView.
EditingValueModifiedDetermines whether the edited cell value has been changed since the cell editor was activated. Inherited from ColumnView.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FilteredColumnsCountObsolete. Gets the number of columns that specify filtering conditions. Inherited from ColumnView.
FilterPanelTextGets the text displayed within the filter panel. Inherited from ColumnView.
FilterPopupMaxRecordsCountObsolete. Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns. Inherited from ColumnView.
FilterPopupRowCountObsolete. Gets or sets the maximum number of items filter dropdowns can display at once. Inherited from ColumnView.
FindFilterTextGets or sets the query in the Find Panel. Inherited from ColumnView.
FindPanelItemsGets settings that allow you to display custom items within the Find Panel. Inherited from ColumnView.
FindPanelVisibleGets or sets whether the Find Panel is visible. This property is obsolete. Inherited from ColumnView.
FocusBorderColorGets or sets the border color for the focused tile within the TileView.
FocusedColumnGets or sets the focused column/card field (in CardView and LayoutView Views). Inherited from ColumnView.
FocusedRowHandleGet or sets the focused row’s handle. Inherited from ColumnView.
FocusedRowModifiedGets a value indicating whether the focused row’s cell values have been modified since the row last received focus. Inherited from ColumnView.
FocusedValueGets the focused cell value. Inherited from ColumnView.
ForceDoubleClickGets or sets whether double-clicking within the View fires the DoubleClick event, even if a data cell has been double-clicked and its editor has been invoked on the first click. Inherited from BaseView.
FormatConditionsGets the collection of style format conditions for a View. Inherited from BaseView.
FormatRulesProvides access to a collection of conditional format rules, which allow you to change the appearance of individual cells or rows based on specific conditions. Inherited from ColumnView.
GridControlGets the grid control that owns a specific View. Inherited from BaseView.
GroupCountGets the current number of tile groups in this TileView.
GroupedColumnsGets the collection of columns involved in data grouping. Inherited from ColumnView.
HasColumnErrorsIndicates whether the focused row or at least a single cell within the focused row has an error assigned. Inherited from ColumnView.
HtmlImagesGets or sets a collection of images that can be embedded in column/band headers, group rows and cells using the image tag. Inherited from BaseView.
ImagesGets or sets a collection of images that can be displayed within column headers and band headers. Inherited from ColumnView.
IsAsyncInProgressGets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. Inherited from ColumnView.
IsDefaultStateGets a value indicating whether the View is in normal state. Inherited from BaseView.
IsDetailViewGets a value indicating whether the current View is a detail View. Inherited from BaseView.
IsDisposingGets whether the current object is being disposed of. Inherited from BaseView.
IsDraggingStateGets a value indicating whether a View element is currently being dragged. Inherited from BaseView.
IsEditingIndicates whether a cell editor is active.
IsEditorFocusedGets a value indicating whether the active editor has input focus. Inherited from ColumnView.
IsEmptyDetermines whether a View contains any rows. Inherited from ColumnView.
IsFindPanelVisibleGets whether the Find Panel is visible. Inherited from ColumnView.
IsFirstRowDetermines whether the first visible data or group row is focused. Inherited from ColumnView.
IsFocusedRowLoadedGets whether the focused row’s data has been loaded (in Instant Feedback Mode). Inherited from ColumnView.
IsFocusedViewDetermines whether a View has input focus. Inherited from ColumnView.
IsLastRowDetermines whether the last visible data or group row is focused. Inherited from ColumnView.
IsLastVisibleRowDetermines whether the last visible row is focused. Inherited from ColumnView.
IsLevelDefaultGets whether the current View object is associated with a node within the GridControl.LevelTree at a non-root level. Inherited from BaseView.
IsLoadingGets a value indicating whether a specific View is being initialized at present time. Inherited from BaseView.
IsMultiSelectIndicates whether multiple rows (cards) can be selected. Inherited from ColumnView.
IsServerModeGets whether the View obtains data in Server Mode. Inherited from BaseView.
IsShowFilterPanelDetermines whether the filter panel is visible. Inherited from ColumnView.
IsSizingStateGets a value indicating whether a View element is currently being resized. Inherited from BaseView.
IsVisibleGets whether this TileView is currently visible.
IsZoomedViewDetermines whether the current detail View is maximized. Inherited from ColumnView.
LevelNameGets the name of the master-detail relationship corresponding to the current detail View. Inherited from BaseView.
LinkCountGets how many objects are connected to the View. Inherited from BaseView.
LookUpOwnerInherited from BaseView.
MRUFiltersThis property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead. Inherited from ColumnView.
MRUFiltersInfoProvides access to the recently applied filters list (see MRU Filter List article). Inherited from ColumnView.
NameGets or sets the View name. Inherited from BaseView.
OptionsBehaviorProvides access to settings that manage typical TileView behavior.
OptionsDragDropContains options to enable and customize the built-in tile drag-and-drop functionality.
OptionsEditFormProvides display and behavior settings of an Edit Form, which is used to edit tiles.
OptionsFilterThis member supports the internal infrastructure, and is not intended to be used directly from your code.
OptionsFindProvides access to the Find Panel settings.
OptionsHtmlTemplateContains options that are applied when you use HTML and CSS-based templates to render tiles.
OptionsImageLoadProvides access to a set of properties that manage tile background image loading.
OptionsKanbanContains settings to customize the Kanban board. These settings are in effect when the TileView.OptionsTiles.LayoutMode property is set to Kanban.
OptionsLayoutProvides access to options that specify how the layout is stored to and restored from a storage (a stream, xml file, or system registry).
OptionsListContains options related to the TileViewLayoutMode.List layout mode.
OptionsPrintProvides access to settings that control how this TileView is printed and exported.
OptionsSelectionProvides access to the View’s selection settings.
OptionsTilesProvides access to advanced tile settings.
OptionsViewContains options that affect the general appearance of the Tile View.
PaintAppearanceProvides access to the appearance settings currently used to paint the View’s elements. Inherited from BaseView.
PaintStyleNameThis member is not supported.
ParentViewGets or sets a master View for the current View. Inherited from BaseView.
PositionThis member supports the internal infrastructure, and is not intended to be used directly from your code.
RowCountGets the count of the total number of visible tiles contained within the current View.
RowFilterGets the expression used to filter the records displayed within the View. Inherited from ColumnView.
SelectedHtmlTextReturns the text content of currently selected HTML elements. Use the OptionsHtmlTemplate.AllowContentSelection property to specify whether users can select HTML elements at runtime.
SelectedRowsCountGets the number of selected rows (cards). Inherited from ColumnView.
SelectionCalculatorThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ShowButtonModeObsolete. Gets or sets a value specifying editor button display mode. Inherited from ColumnView.
SiteGets or sets the ISite of the Component. Inherited from Component.
SortedColumnsGets the collection of columns involved in sorting. Inherited from ColumnView.
SortInfoProvides access to the collection of sorted and grouping columns within the current View. Inherited from ColumnView.
SortInfoStateThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ColumnView.
SourceRowGets a master row for a View. Inherited from BaseView.
SourceRowHandleGets the handle of a master row for a View. Inherited from BaseView.
SourceViewGets the pattern View used to create a clone View. Inherited from BaseView.
SynchronizeClonesGets or sets a value specifying whether this View’s clones have synchronized appearance and data representation settings. Inherited from BaseView.
TagGets or sets the data associated with the current View. Inherited from BaseView.
TemplateItemThis member supports the internal infrastructure, and is not intended to be used directly from your code.
TemplatesProvides access to the collection of regular tile templates.
TileColumnsProvides access to the collection of columns into which tile elements are arranged.
TileHtmlTemplateSpecifies the default HTML-CSS template used to generate tiles.
TileHtmlTemplatesProvides access to the collection of HTML-CSS tile templates.
TileRowsProvides access to the collection of rows into which tile elements are arranged.
TileSpansProvides access to the collection of cell spans within the table where tile elements are arranged.
TileTemplateSpecifies the default regular template used to generate tiles.
ViewCaptionGets or sets the View Caption. Inherited from BaseView.
ViewCaptionHeightThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ViewRectGets the bounds of the current view.
ViewRepositoryGets the View repository that owns the current View. Inherited from BaseView.
VisibleColumnsGets the visible column collection. Inherited from ColumnView.
WorkAsLookupThis member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Inherited from BaseView.

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace