The C1Band type exposes the following members.

Properties

  Name Description
Public property AccessibleHeaderText
Gets or sets text that is rendered as the abbr attribute of the column's header cell.
(Inherited from C1BaseField.)
Public property AllowMove
Determines whether column can be moved on the client.
(Inherited from C1BaseField.)
Public property AllowSizing
Determines whether columns can be sized on the client.
(Inherited from C1BaseField.)
Public property ChildControlStyle
Gets the style properties to be merged with ControlStyle of the child columns.
Public property ChildFilterStyle
Gets the style properties to be merged with FilterStyle of the child columns.
Public property ChildFooterStyle
Gets the style properties to be merged with FooterStyle of the child columns.
Public property ChildHeaderStyle
Gets the style properties to be merged with HeaderStyle of the child columns.
Public property ChildItemStyle
Gets the style properties to be merged with ItemStyle of the child columns.
Public property Columns
Gets a collection of objects representing the columns of the C1Band class.
Public property ControlStyle
Gets the style of any Web server controls contained by the C1BaseField object.
(Inherited from C1BaseField.)
Public property Fixed
Determines whether a column is fixed to the left of the grid when it is scrolled horizontally.
(Inherited from C1BaseField.)
Public property FooterStyle
Gets the style properties of the column footer.
(Inherited from C1BaseField.)
Public property FooterText
Gets or sets the text of the footer.
(Inherited from C1BaseField.)
Public property HeaderImageUrl
Gets or sets the location of the header image.
(Inherited from C1BaseField.)
Public property HeaderStyle
Gets the style properties of the column header.
(Inherited from C1BaseField.)
Public property HeaderText
Gets or sets the header text.
(Inherited from C1BaseField.)
Public property HeaderTextJson
Infrastructure.
(Inherited from C1BaseField.)
Public property ItemStyle
Gets the style properties of the item.
(Inherited from C1BaseField.)
Public property Visible
Gets or sets a value indicating whether the column is visible within the displayed area of the C1GridView control.
(Inherited from C1BaseField.)

See Also