Back to Devexpress

TileViewItemOptions Members

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

latest10.8 KB
Original Source

TileViewItemOptions Members

Stores advanced tile settings for the TileView.

Constructors

NameDescription
TileViewItemOptions(TileView)Initializes a new instance of the TileViewItemOptions class with the specified settings.

Properties

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.

Methods

NameDescription
Assign(BaseOptions)Clones all settings from the target object to this TileViewItemOptions 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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

TileViewItemOptions Class

DevExpress.XtraGrid.Views.Tile Namespace