Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace
Inheritance Hierarchy
In This Topic
    Xceed.Wpf.ListBox Namespace
    In This Topic
    Contains all the main classes and interfaces.
    Classes
     ClassDescription
    ClassA group of configurations that determine how ListBoxContainer-derived objects (ListBoxItem and ListBoxGroupHeader) are displayed.
    ClassA group of configurations that determine how ListBoxContainer-derived objects (ListBoxItem and ListBoxGroupHeader) are displayed. Base class of the View class.
    ClassRepresents a value and field name pair.
    ClassUsed to represent the data context of a ListBoxGroupHeader container.
    ClassRepresents the data template used for a group level displayed in a ListBoxGroupHeader
    ClassDisplays the hierarchy of group values in group headers.
    ClassRepresents a group value in a group header.
    ClassBase class from which indicator-related classes derive.
    ClassRepresents a data template used to wrap a PanelBase-derived object.
    ClassSpecifies where items are placed in a control.
    ClassRepresents the core class of listbox control, which derives from Control and is used to display and manipulate data, containing a list of selectable items.
    ClassRepresents the settings of the animations contained within the listbox.
    ClassBase class of any container that can be hosted in the ListBox.
    ClassBase class from which all container configuration classes derive.
    ClassBase class of ListBoxContainerConfiguration.
    ClassException that occurs when an unexpected error occurs.
    ClassProvides information and event data for the Filter event.
    ClassContainer that displays group breaks in the ListBox.
    Class

    Provides configuration information for a ListBoxGroupHeader.

    ClassException that occurs when an unexpected and fatal error.
    Class

    Represents a selectable item in the ListBox.

    ClassProvides configuration information for a ListBoxItem.
    ClassControl that is displayed while items are being loaded into a listbox.
    ClassControl that is displayed while items are being loaded into a listbox.
    ClassRepresents a panel that lays out its containers depending on an active view defined in its Views collection.
    ClassBase class of all panels that can be used in an ItemsPanelTemplate.
    Class

    Provides configuration information for the path used in a PathPanel or a PathView.

    ClassRepresents a panel that lays out its containers along a specified path.
    ClassProvides a view that lays out its containers along a path.
    ClassProvides information and event data in preparation of a drag event.
    ClassDefines an offset along a path and a scaling factor to apply to containers in the ListBox.
    ClassRepresents a non-generic collection of objects that can be individually accessed by index.
    ClassRepresents a range that defines which items in a source are selected.
    ClassRepresents a notification dictionary of key/value pairs that represents the end range-information for a SelectionRange.
    ClassBase class for all notification dictionaries
    ClassRepresents a notification dictionary of key/value pairs that represents the start range-information for a SelectionRange.
    ClassBase class from which spinner-related classes derive.
    ClassRepresents a panel that stacks its containers horizontally or vertically.
    ClassProvides a view that stacks its containers horizontally or vertically.
    ClassBase class for all theme resource dictionaries.
    ClassBase class of all of the listbox views.
    Class

    Represents an offset and a z-index factor to apply to containers.

    Interfaces
     InterfaceDescription
    InterfaceInterface implemented by Views supporting orientations.
    Enumerations
     EnumerationDescription
    Enumeration

    Value representing what kind of container a configuration targets.

    EnumerationValue representing the layout mode of a container.
    EnumerationValue representing the orientation of a container on the path when using a PathPanel as the ItemsPanelTemplate or using a PathView in a MultiViewPanel.
    EnumerationValue indicating how the data items in a grid are scrolled.
    EnumerationValue representing the selection type of a selection range.
    EnumerationValue indicating whether styles in a theme resource dictionary will be applied implicitly or explicitly.
    See Also