Intersoft ClientUI Documentation
ContainerStyleSelector Property



Enables the application writer to provide custom selection logic for a style to apply to each generated ISGroupItem.
Syntax
Public Property ContainerStyleSelector As StyleSelector
Dim instance As GroupStyle
Dim value As StyleSelector
 
instance.ContainerStyleSelector = value
 
value = instance.ContainerStyleSelector
public StyleSelector ContainerStyleSelector {get; set;}
public:
property StyleSelector^ ContainerStyleSelector {
   StyleSelector^ get();
   void set (    StyleSelector^ value);
}

Property Value

An object that derives from System.Windows.Controls.StyleSelector. 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

GroupStyle Class
GroupStyle Members

Send Feedback