Click or drag to resize

MccGridGetOriginalValueDifferent Method (UltraGridRow, String)

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 bool GetOriginalValueDifferent(
	UltraGridRow row,
	string[] except_columns
)

Parameters

row
Type: UltraGridRow
확인할 row
except_columns
Type: SystemString
변경 여부체크에서 제외될 컬럼 키

Return Value

Type: Boolean
원본과 다르면 true 그렇지 않으면 false
See Also