//--------------------------------------
//               PowerUI
//
//        For documentation or 
//    if you have any issues, visit
//        powerUI.kulestar.com
//
//    Copyright  2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

using System;
using System.Collections;
using System.Collections.Generic;
using Css;


namespace PowerUI{
	
	public partial class HtmlElement{
		
		/// <summary>A custom data object for whatever you would like to pass through for e.g. callbacks.</summary>
		public object Data;
		
	}
	
}