SimpleDataPopup
Constructor
Parameters
PopupType popupType
: 팝업 타입 (Grid, Tree)DataTable popupData
: 팝업에 표현할 데이터string[] visibleColumnNames
: 팝업에 나타낼 컬럼 (DataTable popupData
의 DataColumn.ColumnName)string[] columnCaptions
: 팝업에 나타낼 컬럼의 캡션bool EnableFilter
: Filter Row 활성화 여부 (Default = true)
팝업 타입(
PopupType popupType
)이 Tree일때 팝업 데이터(DataTable popupData
)의 첫번째 DataColumn.ColumnName이 TreeList.KeyFieldName, 두번째 DataColumn.ColumnName이 TreeList.ParentFieldName로 자동 설정
Property
ResultDataRow
팝업에서 선택한 결과 DataRow
Enum
PopupType
Example
Grid Type
Tree Type
Last updated
Was this helpful?