Intersoft ClientUI Documentation
Styles Property (UXGridViewRowGroupHeaderStyleSelector)



Gets the collection of styles for the style selector.
Syntax
Public ReadOnly Property Styles As ObservableCollection(Of Style)
Dim instance As UXGridViewRowGroupHeaderStyleSelector
Dim value As ObservableCollection(Of Style)
 
value = instance.Styles
public ObservableCollection<Style> Styles {get;}
public:
property ObservableCollection<Style^>^ Styles {
   ObservableCollection<Style^>^ get();
}
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

UXGridViewRowGroupHeaderStyleSelector Class
UXGridViewRowGroupHeaderStyleSelector Members

Send Feedback