Version

PanelItemsSeparator Class Members

The following tables list the members exposed by PanelItemsSeparator.

Public Constructors
 NameDescription
Public ConstructorPanelItemsSeparator ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertySeparatorColorGets or sets the background color used for IItemSeparator when it is displayed. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Public PropertySeparatorTemplateGets or sets the data template used from IItemSeparator. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Protected Properties
 NameDescription
Protected PropertyDropIndexGets or sets the index on which IItemSeparator is positioned. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Protected PropertyPopupGets or sets the Popup object that is used for visual representation of IItemSeparator. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Protected PropertyPopupContentGets the object that is used as System.Windows.Controls.Primitives.Popup.Child of Popup. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Protected PropertySeparatorMetricsGets the object that holds information about IItemSeparator sizes. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetPanelFinds and returns the System.Windows.Controls.Panel used from particular control.  
Public MethodHideHides the IItemSeparator element. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Public MethodShowArranges and displays item separator element. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Protected Methods
 NameDescription
Protected MethodArrangePopupOverridden. Arranges the IItemSeparator object over the System.Windows.Controls.Panel element.  
Protected MethodOnPropertyChangedRaises the PropertyChanged event with the provided arguments. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Infragistics.Controls.Grids.ItemSeparatorBase)
See Also