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

namespace UnityEngine.UIElements
{
public class SortColumnDescription // TypeDefIndex: 5316
{
	// Fields
	type#15240 columnNameProperty;
	type#15240 columnIndexProperty;
	type#15240 directionProperty;
	type#20868 m_ColumnIndex;
	type#26577 m_ColumnName;
	type#26188 m_SortDirection;
	type#5314 propertyChanged;
	type#16145 <column>k__BackingField;
	type#3335 changed;

	// 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_columnName() { }
	// RVA: -1
	public type#28660 set_columnName(type#26576 value) { }
	// RVA: -1
	public type#20867 get_columnIndex() { }
	// RVA: -1
	public type#28660 set_columnIndex(type#20867 value) { }
	// RVA: -1
	public type#16144 get_column() { }
	// RVA: -1
	internal type#28660 set_column(type#16144 value) { }
	// RVA: -1
	public type#26187 get_direction() { }
	// RVA: -1
	public type#28660 set_direction(type#26187 value) { }
	// RVA: -1
	internal type#28660 add_changed(type#3334 value) { }
	// RVA: -1
	internal type#28660 remove_changed(type#3334 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 columnIndex, type#26187 direction) { }
	// RVA: -1
	public type#28660 .ctor(type#26576 columnName, type#26187 direction) { }
	// RVA: -1
	private type#28660 NotifyPropertyChanged(type#11779 property) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
