Version

XamCarouselPanelStates Enumeration

Enumeration used to identify the navigation state of the XamCarouselPanel
Syntax
'Declaration
 
Public Enum XamCarouselPanelStates 
   Inherits System.Enum
public enum XamCarouselPanelStates : System.Enum 
Members
MemberDescription
CanNavigateToNextItemThe panel can navigate to the next item
CanNavigateToNextPageThe panel can navigate to the next page of items
CanNavigateToPreviousItemThe panel can navigate to the previous item
CanNavigateToPreviousPageThe panel can navigate to the previous page of items
Remarks

These states are returned by the XamCarouselPanel in its implementation of ICommandHost.CurrentState The Infragistics.Windows.Commands.ICommandHost interface is for internal use by Infragistics controls and is used by the Infragistics command infrastructure to evaluate command and control state mappings.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also