BKI_DichVuMatDat.NghiepVu.f310_cap_nhat_cong_tac_v2.load_data_2_sle_chon_quyet_dinh C# (CSharp) Method

load_data_2_sle_chon_quyet_dinh() private method

private load_data_2_sle_chon_quyet_dinh ( DataTable ip_dt_source ) : void
ip_dt_source DataTable
return void
        private void load_data_2_sle_chon_quyet_dinh(DataTable ip_dt_source)
        {
            m_sle_chon_quyet_dinh.Properties.DataSource = ip_dt_source;
            m_sle_chon_quyet_dinh.Properties.DisplayMember = V_GD_QUYET_DINH.TEN;
            m_sle_chon_quyet_dinh.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            m_sle_chon_quyet_dinh.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFit;
        }