Click or drag to resize

MccGridCUDCancelRow Method (Boolean)

selected rows 전체 취소 hierarchy 구조의 child row인 경우 부모의 상태가 취소되었는가 여부가 필요할때 사용하는 메써드

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 CUDCancelRow(
	out bool cancel
)

Parameters

cancel
Type: SystemBoolean
out parameter - 부모필드의 상태가 취소인가
See Also