Intersoft ClientUI Documentation
SelectStyle Method (UXGridViewCssStyleSelector)



Select style
Syntax
Public Overridable Function SelectStyle( _
   ByVal exportFormat As ExportFormat, _
   ByVal elementType As ExportElement, _
   ByVal value As Object, _
   ByVal context As Object, _
   ByVal style As UXGridViewCssStyle _
) As UXGridViewCssStyle
Dim instance As UXGridViewCssStyleSelector
Dim exportFormat As ExportFormat
Dim elementType As ExportElement
Dim value As Object
Dim context As Object
Dim style As UXGridViewCssStyle
Dim value As UXGridViewCssStyle
 
value = instance.SelectStyle(exportFormat, elementType, value, context, style)
public virtual UXGridViewCssStyle SelectStyle( 
   ExportFormat exportFormat,
   ExportElement elementType,
   object value,
   object context,
   UXGridViewCssStyle style
)

Parameters

exportFormat
elementType
value
context
style
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

UXGridViewCssStyleSelector Class
UXGridViewCssStyleSelector Members

Send Feedback