Click or drag to resize

MccGridSetRowSelector Method (UltraGridRow, CUDRowFlag)

GridRowSelector의 CUD 타입을 설정합니다.
CUDListType이 All 이면 GridCUDColor.DEFAULT_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 ugr,
	CUDRowFlag cudFlag
)

Parameters

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