top of page
Search

iVend Addon - Hide header logo

  • ABS
  • Oct 23, 2021
  • 1 min read

if (Settings.disableHeaderControl)

{

foreach (BaseLayoutItem i in tev.m_LayoutGrpControlBaseView.Items)

{

if (i.Name.ToString().ToLower() == "header control")

{

i.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;

tev.RefreshDisplay();

break;

}

}

}

 
 
 

Recent Posts

See All
SAP B1/iVend- Query Inventory In SAP

Check inventory audit in SAP select  a.CreateDate, b.USER_CODE as [User], a.TransType SAP_DocType, case when a.TransType = 13 then  'Sale...

 
 
 

Comments


Post: Blog2_Post

©2021 by Addon Business Solution Co., Ltd.

bottom of page