Back to Devexpress

TileItem Members

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-dot-underscore-members.md

latest25.4 KB
Original Source

TileItem Members

Provides the functionality of tile items.

Constructors

NameDescription
TileItem()Initializes a new instance of the TileItem class with the default settings.

Properties

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
AllowAnimationGets or sets whether the Tile Animation is enabled for this TileItem.
AllowGlyphSkinningGets or sets whether glyphs for this TileItem should be painted using the item’s foreground color.
AllowHtmlTextGets or sets if HTML text formatting is enabled for the current TileItem.
AllowSelectAnimationGets or sets whether a “press” animation effect on a click is allowed for the TileItem.
AppearanceProvides access to appearance settings applied to the tile item when it is in a normal state. This property is obsolete. Use the TileItem.AppearanceItem property instead.
AppearanceHoverProvides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the TileItem.AppearanceItem property instead.
AppearanceItemProvides access to appearance settings used to paint the current TileItem.
AppearanceSelectedProvides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the TileItem.AppearanceItem property instead.
BackgroundImageGets or sets the current TileItem‘s background image.
BackgroundImageAlignmentGets or sets the current TileItem‘s background image position.
BackgroundImageScaleModeGets or sets the appearance TileItem‘s background image.
BorderVisibilityGets or sets whether the current TileItem‘s border is visible.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckedGets or sets if the current TileItem is checked.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContentAnimationGets or sets the animation effect used to display all TileItemFrames within the current TileItem.
ControlGets a tile control to which the current TileItem belongs.
CurrentFrameGets a TileItemFrame that is currently displayed within a TileItem.
CurrentFrameIndexGets or sets the currently displayed TileItemFrame‘s index.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
ElementsProvides access to a collection of TileItemElements used by the current TileItem.
EnabledGets or sets whether the item is enabled.
EnableItemDoubleClickEventGets or sets whether the TileItem.ItemDoubleClick event for this TileItem is raised.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FrameAnimationIntervalGets or sets a period of time that elapses before one TileItemFrame is changed to another.
FramesGets a collection of frames used by the current TileItem.
GroupGets a TileGroup that owns the current TileItem.
IdGet or sets the current TileItem‘s ID.
ImageGets or sets the current tile item’s icon.
ImageAlignmentGets or sets the current TileItem‘s icon position.
ImageIndexGets or sets the index of the image within the TileControl.Images collection that should serve as the TileItem‘s glyph.
ImageOptionsProvides access to properties that allow you to set up raster and vector images for this TileItem.
ImagesThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ImageScaleModeGets or sets the way a TileItem‘s glyph is stretched within the item.
ImageToTextAlignment

Gets or sets a tile item’s TileItem.Text‘ position relative to the item’s icon. This property is obsolete. Use the TileItemElement.ImageToTextAlignment instead.

| | ImageToTextIndent | Gets or sets the distance between the tile item’s glyph and text when grouped. This property is now obsolete. Use the TileItemElement.ImageToTextIndent property instead. | | IsLarge | Obsolete. Obsolete. Please use the TileItem.ItemSize property instead. | | ItemInfo | Gets the info associated with this TileItem. | | ItemSize | Gets or sets the size of the TileItem. | | Name | Gets or sets the current TileItem‘s name. | | OptionsTableLayout | Provides access to collections of rows, columns, and spans that specify a layout table where you can arrange tile elements. | | Padding | Gets or sets the padding for the current TileItem. | | RowCount | Gets or sets the number of rows that occupy the current large or wide TileItem. | | Site | Gets or sets the site associated with the current TileItem. | | SuperTip | Gets or sets a SuperToolTip for the current tile item. | | Tag | Gets or sets the data associated with a TileItem object. | | Text | Gets or sets the first text block’s content within the current TileItem. | | Text2 |

Gets or sets the second text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text2Alignment |

Gets or sets the second text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | Text3 |

Gets or sets the third text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text3Alignment |

Gets or sets the third text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | Text4 |

Gets or sets the fourth text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

| | Text4Alignment |

Gets or sets the fourth text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | TextAlignment |

Gets or sets the first text block’s alignment for the current TileItem. This property is obsolete. Use the TileItemElement.TextAlignment instead.

| | TextShowMode | Gets or sets the specifics that determine how the current TileItem‘s text content will be displayed. | | Visible | Gets or sets whether the item is visible. |

Methods

NameDescription
BindCommand(Expression<Action>, Object, Func<Object>)Uses the command selector to find an appropriate parameterized command in the source and bind it to this TileItem.
BindCommand(Object, Func<Object>)Binds the specific parameterized command to this TileItem.
BindCommand<T>(Expression<Action<T>>, Object, Func<T>)Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this TileItem.
CreateObjRef(Type)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose()Releases all resources used by the Component. Inherited from Component.
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.
GetLifetimeService()Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protectedReturns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType()Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService()Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
NextFrame()Slides from the currently displayed TileItemFrame to the next frame in the TileItem.Frames collection.
OnItemClick()Called each time this TileItem is clicked.
OnItemPreDoubleClick()This member supports the internal infrastructure, and is not intended to be used directly from your code.
OnItemPress()Called automatically each time an end-user presses this TileItem.
OnRightItemClick()Called automatically each time an end-user right clicks this TileItem.
PerformItemClick()Raises the TileItem.ItemClick event.
PerformRightItemClick()Raises the TileItem.RightItemClick event.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ResetSuperTip()Removes the SuperToolTip object assigned to the current tile item.
SetContent(TileItemFrame, Boolean)Forces the current tile item to display a specific TileItemFrame.
StartAnimation()Starts the frame animation for this TileItem from its first frame.
StartContentAnimation()This member supports the internal infrastructure, and is not intended to be used directly from your code.
StopAnimation()Stops the Tile Frame Animation for the current TileItem.
ToString()Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.

Events

NameDescription
CheckedChangedFires after the current TileItem‘s check state was changed.
CommandCanExecuteChangedOccurs when the CanExecute(Object) status of the Command has changed.
CommandChangedOccurs after the value of the Command property has changed.
CommandParameterChangedOccurs after the value of the CommandParameter property has changed.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClickFires when a user clicks the current tile.
ItemDoubleClickOccurs when an end-user double-clicks the current TileItem.
ItemPressFires when a user presses the current tile.
RightItemClickFires after the current TileItem was clicked with the right mouse button.

See Also

TileItem Class

DevExpress.XtraEditors Namespace