 | MccGridGetOriginalValueDifferent Method (UltraGridRow) |
row 의 변경여부를 판단한다.
Namespace:
Mcc.Series.Controls
Assembly:
Mcc.Series.Controls (in Mcc.Series.Controls.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool GetOriginalValueDifferent(
UltraGridRow row
)
Parameters
- row
- Type: UltraGridRow
확인할 row
Return Value
Type:
Boolean원본과 다르면 true 그렇지 않으면 false
See Also