BKI_DichVuMatDat.CHRMCommon.make_stt_indicator C# (CSharp) Method

make_stt_indicator() public static method

Trả về danh sách các nhân viên được quyền chọn theo user người sử dụng
public static make_stt_indicator ( DevExpress ip_grv ) : void
ip_grv DevExpress
return void
        public static void make_stt_indicator(DevExpress.XtraGrid.Views.Grid.GridView ip_grv)
        {
            ip_grv.IndicatorWidth = 50;
            ip_grv.CustomDrawRowIndicator += ip_grv_CustomDrawRowIndicator;
        }