Default constructor

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxCellStyleSelector(
	int index,
	Style defaultStyle
)
Visual Basic
Public Sub New ( _
	index As Integer, _
	defaultStyle As Style _
)
JScript
public function GdxCellStyleSelector(
	index : int, 
	defaultStyle : Style
)

Parameters

index
Type: System..::..Int32
defaultStyle
Type: System.Windows..::..Style

See Also