Back to Devexpress

GridViewColumn Properties

aspnet-devexpress-dot-web-dot-gridviewcolumn-dot-underscore-properties.md

latest5.4 KB
Original Source

GridViewColumn Properties

Serves as a base for classes that represent columns displayed within the ASPxGridView.

NameDescription
AdaptivePriorityGets or sets the priority of column hiding in adaptive mode.
AllowTextTruncationInAdaptiveModeSpecifies whether the column’s text can be truncated in adaptive mode.
CaptionGets or sets the text displayed within the column header. Inherited from WebColumnBase.
CellStyleGets the style settings used to paint column cells.
CollectionGets a collection of columns to which the column belongs.
ColumnsProvides access to a collection of columns that the current column combines.
ExportCellStyleGets the style settings defining the appearance of data cells when the grid is exported.
ExportWidthSpecifies the column’s export width.
FilterTemplateSpecifies a template to display the column’s filter row cell.
FixedStyleGets or sets whether the column is fixed on the ASPxGridView’s left edge.
FooterCellStyleGets the style settings used to paint footer cells within a column.
FooterTemplateSpecifies a template to display the column’s footer cell.
GridGets the Grid View that owns the current column.
GroupFooterCellStyleGets the style settings used to paint group footer cells within a column.
GroupFooterTemplateSpecifies a template to display the column’s group footer cells.
HeaderCaptionTemplateSpecifies a template to display the column header caption.
HeaderStyleSpecifies the appearance of the column’s header.
HeaderTemplateSpecifies a template to display the column’s header content.
IndexGets or sets the item’s index within the collection. Inherited from CollectionItem.
MaxWidthGets or sets the maximum width of the column.
MinWidthGets or sets the minimum width of the column.
NameGets or sets the unique programmatic identifier name for a column. Inherited from WebColumnBase.
ParentBandGets the column’s parent column.
ShowInCustomizationFormGets or sets whether the column’s header is displayed within the Customization Window and Customization Dialog when the column is hidden.
ToolTipGets or sets the column header’s tooltip text. Inherited from WebColumnBase.
VisibleSpecifies whether the column is visible. Inherited from WebColumnBase.
VisibleIndexSpecifies the column’s position among visible columns in a web control. Inherited from WebColumnBase.
WidthGets or sets the column’s width. Inherited from WebColumnBase.

See Also

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace