Intersoft ClientUI Documentation
ItemContainerStyleSelector Property (UXButtonItems)



Gets or sets the Style Selector that is applied to the container element generated for each item.
Syntax
Public Property ItemContainerStyleSelector As StyleSelector
Dim instance As UXButtonItems
Dim value As StyleSelector
 
instance.ItemContainerStyleSelector = value
 
value = instance.ItemContainerStyleSelector
public StyleSelector ItemContainerStyleSelector {get; set;}
public:
property StyleSelector^ ItemContainerStyleSelector {
   StyleSelector^ get();
   void set (    StyleSelector^ value);
}

Property Value

The Style Selector that is applied to the container element generated for each item. The default is null.
Requirements

Target Platforms: Windows 7, 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

Reference

UXButtonItems Class
UXButtonItems Members

Send Feedback