// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Column

namespace UnityEngine.UIElements
{
public class Column // TypeDefIndex: 5293
{
	// Fields
	type#15240 nameProperty;
	type#15240 titleProperty;
	type#15240 iconProperty;
	type#15240 visibleProperty;
	type#15240 widthProperty;
	type#15240 minWidthProperty;
	type#15240 maxWidthProperty;
	type#15240 sortableProperty;
	type#15240 stretchableProperty;
	type#15240 optionalProperty;
	type#15240 resizableProperty;
	type#15240 headerTemplateProperty;
	type#15240 cellTemplateProperty;
	type#26577 m_Name;
	type#26577 m_Title;
	type#14962 m_Icon;
	type#15314 m_Visible;
	type#21927 m_Width;
	type#21927 m_MinWidth;
	type#21927 m_MaxWidth;
	type#26060 m_DesiredWidth;
	type#15314 m_Stretchable;
	type#15314 m_Sortable;
	type#15314 m_Optional;
	type#15314 m_Resizable;
	type#28646 m_HeaderTemplate;
	type#28646 m_CellTemplate;
	type#5532 m_MakeHeader;
	type#3388 m_BindHeader;
	type#3388 m_UnbindHeader;
	type#3388 m_DestroyHeader;
	type#5532 m_MakeCell;
	type#3506 m_BindCell;
	type#3506 m_UnbindCellItem;
	type#5314 propertyChanged;
	type#4179 <comparison>k__BackingField;
	type#26577 <bindingPath>k__BackingField;
	type#3388 <destroyCell>k__BackingField;
	type#16161 <collection>k__BackingField;
	type#3425 changed;
	type#3130 resized;

	// Methods
	// RVA: -1
	public virtual type#28660 add_propertyChanged(type#5313 value) { }
	// RVA: -1
	public virtual type#28660 remove_propertyChanged(type#5313 value) { }
	// RVA: -1
	public type#26576 get_name() { }
	// RVA: -1
	public type#28660 set_name(type#26576 value) { }
	// RVA: -1
	public type#26576 get_title() { }
	// RVA: -1
	public type#28660 set_title(type#26576 value) { }
	// RVA: -1
	public type#14961 get_icon() { }
	// RVA: -1
	public type#28660 set_icon(type#14961 value) { }
	// RVA: -1
	public type#4178 get_comparison() { }
	// RVA: -1
	internal type#20867 get_index() { }
	// RVA: -1
	internal type#20867 get_displayIndex() { }
	// RVA: -1
	internal type#20867 get_visibleIndex() { }
	// RVA: -1
	public type#15313 get_visible() { }
	// RVA: -1
	public type#28660 set_visible(type#15313 value) { }
	// RVA: -1
	public type#21926 get_width() { }
	// RVA: -1
	public type#28660 set_width(type#21926 value) { }
	// RVA: -1
	public type#21926 get_minWidth() { }
	// RVA: -1
	public type#28660 set_minWidth(type#21926 value) { }
	// RVA: -1
	public type#21926 get_maxWidth() { }
	// RVA: -1
	public type#28660 set_maxWidth(type#21926 value) { }
	// RVA: -1
	internal type#26059 get_desiredWidth() { }
	// RVA: -1
	internal type#28660 set_desiredWidth(type#26059 value) { }
	// RVA: -1
	public type#15313 get_sortable() { }
	// RVA: -1
	public type#28660 set_sortable(type#15313 value) { }
	// RVA: -1
	public type#15313 get_stretchable() { }
	// RVA: -1
	public type#28660 set_stretchable(type#15313 value) { }
	// RVA: -1
	public type#15313 get_optional() { }
	// RVA: -1
	public type#28660 set_optional(type#15313 value) { }
	// RVA: -1
	public type#15313 get_resizable() { }
	// RVA: -1
	public type#28660 set_resizable(type#15313 value) { }
	// RVA: -1
	public type#28660 set_bindingPath(type#26576 value) { }
	// RVA: -1
	public type#28645 get_headerTemplate() { }
	// RVA: -1
	public type#28660 set_headerTemplate(type#28645 value) { }
	// RVA: -1
	public type#28645 get_cellTemplate() { }
	// RVA: -1
	public type#28660 set_cellTemplate(type#28645 value) { }
	// RVA: -1
	public type#5531 get_makeHeader() { }
	// RVA: -1
	public type#28660 set_makeHeader(type#5531 value) { }
	// RVA: -1
	public type#3387 get_bindHeader() { }
	// RVA: -1
	public type#3387 get_unbindHeader() { }
	// RVA: -1
	public type#3387 get_destroyHeader() { }
	// RVA: -1
	public type#5531 get_makeCell() { }
	// RVA: -1
	public type#28660 set_makeCell(type#5531 value) { }
	// RVA: -1
	public type#3505 get_bindCell() { }
	// RVA: -1
	public type#3505 get_unbindCell() { }
	// RVA: -1
	public type#3387 get_destroyCell() { }
	// RVA: -1
	public type#16160 get_collection() { }
	// RVA: -1
	internal type#28660 set_collection(type#16160 value) { }
	// RVA: -1
	internal type#28660 add_changed(type#3424 value) { }
	// RVA: -1
	internal type#28660 remove_changed(type#3424 value) { }
	// RVA: -1
	internal type#28660 add_resized(type#3129 value) { }
	// RVA: -1
	internal type#28660 remove_resized(type#3129 value) { }
	// RVA: -1
	private type#28660 NotifyChange(type#16147 type) { }
	// RVA: -1
	private type#28660 NotifyPropertyChanged(type#11779 property) { }
	// RVA: -1
	internal type#26059 GetWidth(type#26059 layoutWidth) { }
	// RVA: -1
	internal type#26059 GetMaxWidth(type#26059 layoutWidth) { }
	// RVA: -1
	internal type#26059 GetMinWidth(type#26059 layoutWidth) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
