Back to Devexpress

TileItem Class

windowsforms-devexpress-dot-xtraeditors-2e2dbe42.md

latest4.3 KB
Original Source

TileItem Class

Provides the functionality of tile items.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileItem :
    Component,
    ITileItem,
    ITileItemProperties,
    IAppearanceOwner,
    INotifyElementPropertiesChanged,
    ISupportCommandBinding,
    ISupportAdornerElement,
    IUpdateAdornerUI,
    IXtraSerializable,
    IXtraSerializableLayoutEx,
    ITableLayoutOwner,
    ITileItemElementsDesigner,
    IImageDropInfo,
    IDxHtmlClient,
    IAccessiblePropertiesProvider,
    ISupportDxHtmlSelection
vb
Public Class TileItem
    Inherits Component
    Implements ITileItem,
               ITileItemProperties,
               IAppearanceOwner,
               INotifyElementPropertiesChanged,
               ISupportCommandBinding,
               ISupportAdornerElement,
               IUpdateAdornerUI,
               IXtraSerializable,
               IXtraSerializableLayoutEx,
               ITableLayoutOwner,
               ITileItemElementsDesigner,
               IImageDropInfo,
               IDxHtmlClient,
               IAccessiblePropertiesProvider,
               ISupportDxHtmlSelection

The following members return TileItem objects:

Remarks

TileItem s are base TileControl elements. You can think of a tile item as a shortcut or a button. The difference is that not only does a TileItem perform actions on an end-user click, it also capable of displaying rich content, giving a user information at a glance. Moreover, TileItem s can act like radio-buttons. See the Tile Groups and Items topic to learn more.

The Tile Item Structure topic covers aspects related to TileItem content.

TileItem s can also be animated. See the Tile Frame Animation to learn more.

Inheritance

Object MarshalByRefObject Component TileItem TileBarItem

TileViewItem

See Also

TileItem Members

Tile Groups and Items

Tile Item Structure

Tile Animation

DevExpress.XtraEditors Namespace