Class | Description | |
---|---|---|
AutoDisabledImage | An image class that will automatically change the image when its System.Windows.UIElement.IsEnabled is false. The element can automatically generate one or an image can be provided via the DisabledSource property. | |
AutomationControl | Used for displaying drop indicator during a drag-and-drop operation. | |
BoolConverter | A base converter class for converting true and false boolean values to corresponding values. | |
BoolToHiddenConverter | Converts true to Visibility.Visible and false to Visibility.Hidden. | |
BoolToValueConverter | A base converter class for converting true and false boolean values to corresponding values. | |
BrushHelper | Helper class for dealing with brushes. | |
CardPanel | A panel that arranges its children like a stack of cards with one on top of the other with each getting the full available size of the panel. | |
CarouselListBoxItem | CarouselPanelItem derived class used as a container for items in a XamCarouselListBox. | |
CarouselPanelAdorner | The Adorner created by the XamCarouselPanel and used to hold various elements such as the CarouselPanelNavigator | |
CarouselPanelItem | ListBoxItem derived class used as a container for items in a XamCarouselPanel. | |
CarouselPanelNavigator | Control that provides a UI for scrolling items in a XamCarouselPanel. | |
CarouselViewSettings | Contains settings that support controls which implement Carousel views (e.g., XamCarouselPanel and XamCarouselListBox)). | |
ClippedTextToolTipService | Represents a service that provides a System.Windows.Controls.ToolTip for a System.Windows.Controls.TextBlock when its text cannot be fully rendered within the bounds it has been provided. It can also be used on a System.Windows.Controls.ContentPresenter whose System.Windows.Controls.ContentPresenter.Content is a string represented by a System.Windows.Controls.TextBlock. | |
ComparisonCondition | Condition that compares two values using the operator specified by the Operator property. | |
ComparisonOperatorListItem | Represents an entry in the filter operator drop-down list of a ComparisonOperatorSelector. | |
ComparisonOperatorListItemCollection | A read-only collection of ComparisonOperatorListItems | |
ComparisonOperatorSelector | An element used for selecting from a filtered list of ComparisonOperators | |
ComplementCondition | Condition that complements the results of a specified condition. | |
ConditionEvaluationContext | Provides information regarding the context in which a condition is being evaluated. | |
ConditionGroup | Class used for grouping multiple conditions. | |
DesiredSizeDecorator | Custom class that exposes the desired size of the child via dependency properties. | |
DropIndicator | Used for displaying drop indicator during a drag-and-drop operation. | |
EffectStop | Abstract base class that represents an EffectStop and contains an Offset and a Value. | |
EffectStopCollection<T> | Abstract base class for all EffectStop collections. | |
ExpanderBar | Button-derived element that displays a bar used for expanding/collapsing an area. | |
ExpansionIndicator | A ToggleButton derived element used in trees and hierarchical grids to display and/or change the expanded state of nodes. | |
FormattableToStringConverter | Value converter used to converter objects that implement System.IFormattable to a string using the System.IFormattable.ToString(System.String,System.IFormatProvider) method and the format string passed as the parameter for the conversion call. | |
GrowOnlyDecorator | A decorator class whose desired size only grows. | |
IGControlBase | Abstract base class for Infragistics controls | |
MousePanningDecorator | Provides the ability to perform a scroll operation for a System.Windows.Controls.ScrollViewer using the middle mouse button. | |
NotBoolToVisibilityConverter | Converts true to Visibility.Collapsed and false to Visibility.Visible. | |
NullToFalseConverter | A converter class that converts null and empty string values to false and any non-null non-empty string value to true. | |
NullToParameterConverter | A converter class that converts null and empty string values to parameter in the Convert method and DoNothing in ConvertBack. If the value is non-null and non-empty string then returns the value itself. | |
OpacityEffectStop | A strongly typed EffectStop used for Opacity effects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel. | |
OpacityEffectStopCollection | A collection of OpacityEffectStop objects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel | |
PagerContentPresenter | Displays the contents of a XamPager | |
PopupHelper | Class that provides attached behaviors for dealing with a System.Windows.Controls.Primitives.Popup | |
PopupResizerBar | Class created by a PopupResizerDecorator to allow resizing of a System.Windows.Controls.Primitives.Popup control. | |
PopupResizerDecorator | Class used inside a System.Windows.Controls.Primitives.Popup control to position a resizerbar above or below its content. | |
PopupResizerDecorator.Constraints | Resize constraints passed into the RegisterDescendantResizeConstraints method | |
PopupResizerStackPanel | Custom stack panel implementation that supports items being made larger when hosted within a PopupResizeDecorator. | |
PrimitivesBrushKeys | Static class that exposes the resource keys used by the elements in the assembly. | |
ScalingEffectStop | A strongly typed EffectStop used for Scaling effects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel. | |
ScalingEffectStopCollection | A collection of ScalingEffectStop objects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel | |
SimpleTextBlock | Class which is optimized to draw single line text in a container which has a fixed size, such as a cell in a data grid. | |
SkewAngleXEffectStop | A strongly typed EffectStop used for effects that Skew items about the X-axis. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel. | |
SkewAngleXEffectStopCollection | A collection of SkewAngleXEffectStop objects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel | |
SkewAngleYEffectStop | A strongly typed EffectStop used for effects that Skew items about the Y-axis. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel. | |
SkewAngleYEffectStopCollection | A collection of SkewAngleYEffectStop objects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel | |
SortIndicator | A Button derived element used display and/or change SortStatus. | |
SpecialFilterOperandBase | Abstract base class for special filter operands. | |
SpecialFilterOperands | Maintains a registry of special filter operands and also exposes built-in special filter operands as static properties. | |
SpecialFilterOperandTypeConverter | Custom converter for string properties that represent the SpecialFilterOperandBase.Name of registered SpecialFilterOperandBase | |
StringFormatConverter | Value converter for invoking the System.String.Format(System.IFormatProvider,System.String,System.Object[]) method taking a specified format and one or more parameters. | |
StringWithoutMnemonicsConverter | Value converter used to remove mnemonic characters from a string. | |
SynchronizedSizeDecorator | Custom class used to synchronize the extent of two elements separated within the visual tree. | |
TabControlCommands | Provides the list of RoutedCommands supported by the XamTabControl. | |
TabItemEx | A derived System.Windows.Controls.TabItem class that provides additional functionality when used with a XamTabControl | |
TabItemExCommands | Provides the list of RoutedCommands supported by the TabItemEx. | |
TabItemPanel | Panel used to arrange items like tab headers in single or multiple rows. | |
ToolWindow | A stylable control used display elements as if hosted within a window. | |
ToolWindowResizeElement | Custom element for defining a resize element for the ToolWindow | |
TypeCheckConverter | A converter class that converts to true if the value is of the type specified by the converter parameter. | |
UniformGridEx | A custom panel that positions each item in a separate cell within a grid of evenly sized cells. | |
ValueEntry | Provides information regarding a value. Used by ConditionEvaluationContext.AllValues property. | |
ViewSettingsBase | Abstract base class for all ViewSettings classes. | |
VisibilityToBooleanConverter | Represents the converter that converts System.Windows.Visibility enumeration values to and from Boolean values. | |
XamCarouselListBox | A System.Windows.Controls.Primitives.Selector derived control that uses the XamCarouselPanel as its ItemsPanel to arrange items along a user-defined path. | |
XamCarouselPanel | A System.Windows.Controls.Panel derived element that arranges and displays its child elements along a user-defined path, with native support for scrolling and virtualizing those items. | |
XamCarouselPanelCommands | Provides a list of RoutedCommands supported by the XamCarouselPanel | |
XamPager | Custom System.Windows.Controls.ScrollViewer for scrolling with vertical or horizontal pager buttons. | |
XamScreenTip | The XamScreenTip is derived from the WPF ToolTip class and adds the notion of Header and Footer to the standard ToolTip. | |
XamTabControl | A custom tab control with multiple layout styles and tab item scrolling functionality. | |
ZOrderEffectStop | A strongly typed EffectStop used for ZOrder effects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel. | |
ZOrderEffectStopCollection | A collection of ZOrderEffectStop objects. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel |
Interface | Description | |
---|---|---|
ICarouselPanelSelectionHost | An interface Implemented by controls that host the XamCarouselPanel and support selection. | |
ICondition | Provides common interface for testing a value to see if it matches a condition. | |
IFilterEvaluator | Interface for providing custom logic for evaluating filter comparison operators. It also lets you provide custom logic for converting left-hand-side and right-hand-side values before the default built-in logic evaluates the comparison operator. | |
IGlyphRunTextEvaluator | Determines if and when GlyphRuns will be used instead of FormattedText in a |
Delegate | Description | |
---|---|---|
ToolWindow.ShowDialogCallback | Delegate used for the ToolWindow.ShowDialog method |
Enumeration | Description | |
---|---|---|
ComparisonOperator | Enum for specifying the comparison operator. | |
ComparisonOperatorFlags | Flagged enum that mirrors the values of non-flagged ComparisonOperator enum. This is used to specify properties like data presenter's FieldSettings's FilterOperatorDropDownItems. | |
DateRangeScope | Enumeration used to indicate what part of a date time is considered when comparing dates. | |
DropLocation | Used for specifying the drop location of an item being dropped at the current mouse location. | |
EffectStopDirection | Determines the direction in which EffectStops are evaluated in the XamCarouselPanel. | |
ExpansionIndicatorToggleMode | Enumeration used to determine when the IsChecked value of an ExpansionIndicator is toggled. | |
ItemContainerGenerationMode | Determines how item containers are generated and cached by the RecyclingItemsPanel. | |
LogicalOperator | Enum for specifying logical operator that should be used to combine multiple conditions. | |
PathItemTransitionStyle | Determines the effects applied to items as they transition through the prefix and suffix areas of a XamCarouselPanel's CarouselViewSettings.ItemPath. | |
PopupResizeMode | Identifies how a popup can be resized | |
PopupResizerBarLocation | Identifies how a popup can be resized | |
RelativeContentLocation | Determines the relative location of one piece of content with respect to another. | |
ResizingMode | Determines how resizing occurs. | |
RoundedRectCorners | Flagged enumeration used to indicate one or more corners of a rectangle. | |
RoundedRectSide | A flagged enumeration used to identify a side of a rectangle. | |
SelectionType | Used to specify the type of selection that is allowed for an object. | |
SimpleTextGlyphRunMode | Determines if and when GlyphRuns will be used instead of FormattedText in a | |
SortStatus | Determines how items are sorted | |
TabAreaDropDownPlacement | Determines the positioning of the popup of a minimized XamTabControl | |
TabControlStates | Enumeration used to indicate the current state of a TabItemEx | |
TabDragMode | Enumeration used to determine whether tab dragging is disabled, deferred or immediate. | |
TabItemCloseButtonVisibility | Indicates when the close button should be displayed within a TabItemEx | |
TabItemExStates | Enumeration used to indicate the current state of a TabItemEx | |
TabLayoutStyle | Identifies the types of layouts supported by the TabItemPanel | |
ToolWindowAlignmentMode | Enumeration used to control the vertical or horizontal positioning of a ToolWindow | |
ToolWindowResizeElementLocation | Enumeration indicating the location of a resize border. | |
ToolWindowStartupLocation | Enumeration used to indicate how the ToolWindow should be positioned when it initially displayed. | |
XamCarouselPanelStates | Enumeration used to identify the navigation state of the XamCarouselPanel |