Back to Devexpress

ILinksHolder Properties

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-dot-underscore-properties.md

latest6.2 KB
Original Source

ILinksHolder Properties

Declares methods that are common to objects displaying bar item links.

NameDescription
ActualLinksReturns the links currently displayed by the link container.
CustomItemsGlyphSizeGets or sets the size of the glyph for the bar items within the current ILinksHolder implementation. This property affects the glyph size if the bar item’s GlyphSize property is set to Custom.
CustomizedItemsThis property supports the internal infrastructure and is not intended to be used directly from your code.
FocusableGets or sets a value that indicates whether focus can be set to this element. Inherited from IInputElement.
HolderTypeGets the type of the parent object displaying bar item links.
ImmediateActionsManagerThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsEnabledGets a value that indicates whether this element is enabled in the user interface (UI). Inherited from IInputElement.
IsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. Inherited from IInputElement.
IsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere inside the element bounds, including if keyboard focus is inside the bounds of any visual child elements. Inherited from IInputElement.
IsMouseCapturedGets a value that indicates whether the mouse is captured to this element. Inherited from IInputElement.
IsMouseDirectlyOverGets a value that indicates whether the mouse pointer is over this element in the strictest hit testing sense. Inherited from IInputElement.
IsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual children elements that are inside its bounds). Inherited from IInputElement.
IsStylusCapturedGets a value that indicates whether the stylus is captured to this element. Inherited from IInputElement.
IsStylusDirectlyOverGets a value that indicates whether the stylus is over this element in the strictest hit testing sense. Inherited from IInputElement.
IsStylusOverGets a value that indicates whether the stylus is located over this element (or over visual child elements that are inside its bounds). Inherited from IInputElement.
ItemsProvides access to BarItems displayed within the parent container, derived from the ILinksHolder interface.
ItemsGlyphSizeGets the size of images used by bar item links owned by the current object.
ItemsSourceGets a collection of objects providing information to generate and initialize BarItemLinks for the ILinksHolder interface.
LinksGets the collection of links owned by the current object.
MergedChildrenGets the links that have been merged with the current container.
MergedParentGets a parent link container with which the current child link container has been merged.
ShowDescriptionGets or sets whether descriptions are displayed for links owned by the current container.

See Also

ILinksHolder Interface

ILinksHolder Members

DevExpress.Xpf.Bars Namespace