Back to Devexpress

TileViewItemOptions Properties

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

latest7.0 KB
Original Source

TileViewItemOptions Properties

Stores advanced tile settings for the TileView.

NameDescription
AllowItemHoverGets or sets whether tiles support the hover visual state.
AllowPressAnimationGets or sets whether tiles within this TileView should be displayed as sunken when an end-user presses them.
ColumnCountGets or sets the maximum or exact number of columns (depending on layout mode) to accommodate tiles. The ColumnCount property is in effect when the TileViewItemOptions.Orientation setting is Vertical. The property is ignored in Kanban layout mode.
DefaultGroupTextPadding staticGets a default value for the TileViewItemOptions.GroupTextPadding property.
DefaultIndentBetweenGroups staticGets the default distance between neighboring tile groups.
DefaultIndentBetweenItems staticGets the default distance between neighboring tiles within this TileView.
DefaultItemPadding staticReturns the default tile padding.
DefaultItemSize staticGets the default size of tiles within this TileView.
DefaultPadding staticStores the default TileView padding.
GroupTextOffsetGets or sets the horizontal offset of the group header, in pixels.
GroupTextPaddingGets or sets the amount of empty space around a group header text (see TileViewColumns.GroupColumn).
GroupTextToItemsIndentGets or sets the indent between the group header and group items, in pixels.
HighlightFocusedTileStyleGets or sets whether the focused tile is highlighted using a border, background, both or is not highlighted.
HorizontalContentAlignmentGets or sets the horizontal alignment mode for this TileView‘s content.
IndentBetweenGroupsGets or sets the distance between neighboring tile groups.
IndentBetweenItemsGets or sets the distance between neighboring tiles within this TileView.
ItemBackgroundImageAlignmentGets or sets the alignment for tile background images.
ItemBackgroundImageScaleModeGets or sets the scale mode for tile background images.
ItemBorderVisibilityGets or sets the tile border visibility mode applied to all tiles within this TileView.
ItemPaddingGets or sets the padding for all tiles within the TileView.
ItemSizeGets or sets the size of tiles within this TileView.
LayoutModeGets or sets the layout mode for tiles within the TileView.
OrientationGets or sets the way tiles are arranged, horizontally or vertically.
PaddingGets or sets the current TileView padding.
RowCountGets or sets the maximum or exact number of rows (depending on layout mode) to accommodate tiles. The RowCount property is in effect when the TileViewItemOptions.Orientation setting is Horizontal. The property is ignored in Kanban layout mode.
ScrollModeGets or sets which scroll elements this TileView should display.
ShowGroupTextGets or sets whether the tile groups’ captions should be visible.
StretchItemsGets or sets whether tiles are stretched to fit the View’s width/height (depending on the Orientation setting). The property is ignored in List layout mode.
VerticalContentAlignmentGets or sets the vertical alignment mode for the TileView content.

See Also

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace