ColumnHeader
Wisej.Web.ColumnHeader
Last updated
Was this helpful?
Wisej.Web.ColumnHeader
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Displays a standard column header in a control.
Initializes a new instance of the class.
Initializes a new instance of the class with the image specified.
imageIndex
Initializes a new instance of the class with the image specified.
imageKey
The name of the cell renderer can be a fully qualified class name (i.e. "wisej.web.datagrid.cellRenderer.Cell") or just the class name (i.e. "ImageCell") in which case the client library prepends "wisej.web.datagrid.cellRenderer".
Throws:
Throws:
Throws:
Resizes the width of the column as indicated by the resize style.
headerAutoResize
All wisej components implement this interface.
Allows an object to serialize itself.
The index of the image to display in the .
The key of the image to display in the .
: Returns or sets whether the ellipsis character (...) appears at the right edge of the cell when the property is set to , denoting that the text extends beyond the size of the cell.
: Returns or sets the background color for the .
The default is to use the current theme's color set in "table-scroller/header/default/properties/backgroundColor".
: Returns the name of the default cell renderer to use on the client side to render the cells that belong to this column. If it's null or empty it defaults to "Cell".
: Returns or sets the shortcut menu associated with the column header.
: Returns or sets a child control to display inside the cell.
: Returns or sets the display order of the column relative to the currently displayed columns.
The value is less than 0 or greater than or equal to the value of the property.
: Returns or sets the property to display in the .
: Returns or sets the text color of the .
The default is to use the current theme's color set in "table-scroller/header/default/properties/textColor".
: Check if the component defines any responsive profile without forcing the creation of the collection.
: Returns or sets the image that is displayed in a control.
: Returns or sets the index of the image displayed in the .
The specified index is less than -1.
: Returns or sets the key of the image displayed in the .
: Returns the image list associated with the .
: Returns or sets the theme name or URL for the image to display in the control.
: Returns the location of this within the control's .
: Returns the control the is located in.
: Returns or sets the minimum width, in pixels, of the column.
The value is less than 2 or greater than 32000.
: Returns or sets whether the column header can be moved by the user.
: Returns or sets the name of the .
: Returns or sets whether the column header can be resized by the user.
: Returns or sets whether the column can be sorted by clicking on the header.
: Returns or sets the type of sort glyph to display in the column header.
: Returns or sets an object that contains data to associate with the .
: Returns or sets the text displayed in the column header.
: Returns or sets the horizontal alignment of the text displayed in the .
: Returns or sets whether the column is visible when the control is in Details view.
: Returns or sets the width of the column.
One of the values.
Creates an identical copy of the current that is not attached to any list view control.
Returns: . An object representing a copy of this object.
Displays an image column header in a control.