Intersoft ClientUI Documentation
ItemContainerStyleSelector Property (ISelection)



Gets or sets the Style Selector that is applied to the container element generated for each item.
Syntax
Property ItemContainerStyleSelector As StyleSelector
Dim instance As ISelection
Dim value As StyleSelector
 
instance.ItemContainerStyleSelector = value
 
value = instance.ItemContainerStyleSelector
StyleSelector ItemContainerStyleSelector {get; set;}
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

ISelection Interface
ISelection Members

Send Feedback