ATMLCommonLibrary.controls.instrument.InstrumentListControl.InitListView C# (CSharp) Method

InitListView() private method

private InitListView ( ) : void
return void
        private void InitListView()
        {
            ListName = "Instrument Description";
            DataObjectName = "InstrumentDescription";
            DataObjectFormType = typeof (InstrumentForm);
            AddColumnData( "Instrument", "ToString()", 1.00 );
            InitColumns();
        }