top of page
Search
ABS

iVend Addon - Hide header logo

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;

}

}

}

1 view0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
bottom of page