 | MccGridCUDCancelRow Method (Boolean, String) |
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)
Syntaxpublic void CUDCancelRow(
out bool cancel,
string[] columns
)
Parameters
- cancel
- Type: SystemBoolean
out parameter - 부모필드의 상태가 취소인가 - columns
- Type: SystemString
삭제에서 수정인지 판단할때 제외시킬 원본값비교에서 제외시킬 필드가 있는경우 사용한다.
See Also