Click or drag to resize

MccGridSetRowSelector Method (UltraGridRow, CUDRowFlag)

RowSelector의 CUDFalg color 설정

Namespace:  Mcc.Series.Controls
Assembly:  Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetRowSelector(
	UltraGridRow[] rows,
	CUDRowFlag cudFlag
)

Parameters

rows
Type: UltraGridRow
설정할 GridRow 개체 배열 입니다.
cudFlag
Type: Mcc.Series.Controls.EnumCUDRowFlag
설정할 CUDRowFlag 입니다.
See Also