MobileForms Toolkit Documentation

Column Properties

The properties of the Column class are listed below. For a complete list of Column class members, see the Column Members topic.

Public Instance Properties

Alignment Gets or sets the default alignment for the column.
AlternatingStyle Gets or sets the style for the alternating cells in the column.
AutoSizeColumnMode Gets or sets a value indicating how column width is determined.
CellEdit Gets or sets how will the editing of cells be handled.
CellEditCustomControl Gets or sets the editing control for the column.
CustomizeCells Gets or sets the boolean value indicating whether cells can be customized in the column.
DataMember Gets or sets the data member of the column.
EditMode Defines the behavior of editable cells for this column. The behavior also depends on CellEdit property of this column.
FillWeight Gets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control.
GridLine Gets or sets the boolean value indicating whether column gridline is displayed.
HeaderStyle Gets or sets the style for the header cells in the column.
HeaderText Gets or sets the header text of the column.
ImageList Gets or sets the image list for the column.
ImageMember Gets or sets the image member of the column.
Index Gets the index of the column in the parent's ColumnCollection.
MinimumWidth Gets or sets the minimum width, in pixels, of the column.
Name 
SelectionStyle Gets or sets the style for the selected cells in the column.
Site (inherited from Component)Gets or sets the ISite of the Component.
Style Gets or sets the style for the basic cells in the column.
ToolTipClickWeight Gets or sets a value that represents the width of the tooltip click area when it shows tooltip.
Width Gets or sets the width of the column.

Protected Instance Properties

Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

Column Class | Resco.Controls.SmartGrid Namespace