Events in Dubai World Trade Center

Decobuild

Decobuild, which is the biggest show of its kind, shows how big the UAE’s markets for decorations, interior design, and building materials can get.

The show works on many levels. It helps get national and government housing organizations and the business sector to work together. It gives contractors, business owners, and people who want to build homes a lot of consulting and engineering companies to choose from. It’s like a snapshot of the newest building materials, decor, and internal finishes every year.Plus, everyone who comes can look at furniture, smart solutions, and other “dream project” ideas.Things all in one place.

Decobuild exhibitors come from all parts of the supply chain, such as contractors, engineering consulting firms, banks, property financiers, interior designers, project managers, furniture manufacturers, swimming pool and landscape companies, and aluminum and glass manufacturers. Everyone comes to show off the newest and best goods and services for builders, architects, hoteliers, and real estate developers. They also bring along new ideas for making building materials, finishing touches, engineering solutions, and technologies for upkeep and improvement.

With more than 20 seminars and workshops, Decobuild’s four days are the best way to find sources, network with professionals in the field, and learn about where the industry is going next.

Image Source : dwtc.com

image

Event Information

TIME & DATE

16 - 19 MAY 2024

LOCATION

ZA'ABEEL HALL 5

EVENT-TYPE

EXHIBITION

INDUSTRY

GIFTS AND INTERIORS

AUDIENCE

TRADE AND PUBLIC

ORGANISED -BY

Leader Events Management

EVENT-WEBSITE

decobuild.ae

SOCIAL MEDIA

FOLLOW EVENT

GET BUSINESS SETUP QUOTE
(function () { 'use strict'; var STORAGE_PREFIX = 'bs_attribution_'; var COOKIE_MAX_AGE = 60 * 60 * 24 * 90; var QUERY_FIELDS = [ 'gclid', 'gbraid', 'wbraid', 'gad_source', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'utm_id' ]; var FORM_FIELDS = QUERY_FIELDS.concat([ 'landing_page', 'first_page', 'referrer' ]); function cookieDomain() { return /(^|\.)blackswanbss\.com$/i.test(window.location.hostname) ? '; Domain=.blackswanbss.com' : ''; } function setStoredValue(name, value, overwrite) { if (!value) return; var key = STORAGE_PREFIX + name; var existing = getStoredValue(name); if (existing && !overwrite) return; try { window.localStorage.setItem(key, value); } catch (error) { // Cookies remain the fallback when localStorage is unavailable. } document.cookie = encodeURIComponent(key) + '=' + encodeURIComponent(value) + '; Path=/; Max-Age=' + COOKIE_MAX_AGE + '; SameSite=Lax; Secure' + cookieDomain(); } function getStoredValue(name) { var key = STORAGE_PREFIX + name; try { var localValue = window.localStorage.getItem(key); if (localValue) return localValue; } catch (error) { // Continue to the cookie fallback. } var encodedKey = encodeURIComponent(key) + '='; var cookies = document.cookie ? document.cookie.split('; ') : []; for (var i = 0; i < cookies.length; i += 1) { if (cookies[i].indexOf(encodedKey) === 0) { return decodeURIComponent(cookies[i].slice(encodedKey.length)); } } return ''; } function clearStoredValue(name) { var key = STORAGE_PREFIX + name; try { window.localStorage.removeItem(key); } catch (error) { // Continue to clear the cookie fallback. } document.cookie = encodeURIComponent(key) + '=; Path=/; Max-Age=0' + '; SameSite=Lax; Secure' + cookieDomain(); } function captureAttribution() { var params = new URLSearchParams(window.location.search); var hasCampaignParams = QUERY_FIELDS.some(function (name) { return Boolean(params.get(name)); }); if (hasCampaignParams) { QUERY_FIELDS.forEach(clearStoredValue); clearStoredValue('referrer'); } QUERY_FIELDS.forEach(function (name) { var value = params.get(name); if (value) setStoredValue(name, value, true); }); setStoredValue('landing_page', window.location.href, hasCampaignParams); setStoredValue('first_page', window.location.href, false); setStoredValue('referrer', document.referrer, hasCampaignParams); } function populateForms(root) { var scope = root && root.querySelectorAll ? root : document; FORM_FIELDS.forEach(function (name) { var value = getStoredValue(name); if (!value) return; var fields = scope.querySelectorAll('input[name="' + name + '"]'); for (var i = 0; i < fields.length; i += 1) { fields[i].value = value; } }); } captureAttribution(); if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function () { populateForms(document); }); } else { populateForms(document); } document.addEventListener('focusin', function (event) { var form = event.target && event.target.closest ? event.target.closest('.wpcf7-form') : null; if (form) populateForms(form); }); document.addEventListener('wpcf7beforesubmit', function (event) { populateForms(event.target || document); }); if (window.MutationObserver) { var observer = new MutationObserver(function (mutations) { for (var i = 0; i < mutations.length; i += 1) { if (mutations[i].addedNodes.length) { populateForms(document); break; } } }); observer.observe(document.documentElement, { childList: true, subtree: true }); } }());