Back to Devexpress

BaseTile Properties

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-dot-underscore-properties.md

latest7.9 KB
Original Source

BaseTile Properties

Provides base Tiles’ functionality.

NameDescription
AppearancesProvides access to appearance settings used to paint the current Tile in different visual states.
BackgroundImageGets or sets a background image for the current Tile.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CheckedGets or sets whether the current Tile is checked.
ContainerGets the IContainer that contains the Component. Inherited from Component.
CurrentFrameGets the TileItemFrame currently displayed within the Tile.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
ElementsProvides access to the TileItemElements collection used to build the current Tile‘s content.
EnabledGets or sets whether the current Tile is enabled.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExcludeFromSearchGets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text.
FramesProvides access to the TileItemFrames collection used to build the current Tile‘s animation.
GroupGets or sets a group where the current Tile belongs.
IsActiveGets whether the current Tile is active.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
ManagerReturns a DocumentManager to which the current Tile belongs.
NameGets or sets the current Tile‘s name.
PaddingGets or sets the amount of space between the content of the current Tile and its border.
PropertiesProvides access to the current Tile‘s settings.
SearchTagsGets or sets the collection of string tags for this BaseTile. The Search Panel will check these tags for the desired text.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagGets or sets the current Tile‘s tag.
VisibleGets or sets whether the current Tile is visible.

See Also

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace