ATMLCommonLibrary.controls.lists.ItemDescriptionReferenceListControl.InitListView C# (CSharp) Method

InitListView() private method

private InitListView ( ) : void
return void
        private void InitListView()
        {
            DataObjectName = "ItemDescriptionReference";
            DataObjectFormType = typeof(ItemDescriptionReferenceForm);
            AddColumnData("Instrument", "ToString()", 1);
            InitColumns();
        }