Holds less commonly-used options for an IColumn<TModel>.
public class ColumnOptions<TModel>
kind:method, kind:property, kind:ctor. Press Esc to clear.BeginEditGesturesGets or sets the gesture(s) that will cause a cell to enter edit mode.CanUserResizeColumnGets or sets a value indicating whether the user can resize a column by dragging.CanUserSortColumnGets or sets a value indicating whether the user can sort a column by clicking.CompareAscendingGets or sets a custom comparison for ascending ordered columns.CompareDescendingGets or sets a custom comparison for descending ordered columns.MaxWidthGets or sets the maximum width for a column.MinWidthGets or sets the minimum width for a column.