DataGridViewCellStyle
Wisej.Web.DataGridViewCellStyle
Last updated
Was this helpful?
Wisej.Web.DataGridViewCellStyle
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the formatting and style information applied to individual cells within a control.
Initializes a new instance of the class using default property values.
: Returns or sets a value indicating the position of the cell content within a cell.
: Returns or sets the background color of a cell.
Throws:
You can use any CSS style string.
Throws:
: Returns or sets the background image displayed in a cell.
: Returns or sets the background image alignment as defined in the enumeration.
: Returns or sets the background image layout as defined in the enumeration.
: Returns or sets the theme name or URL for the background image displayed in a cell.
: Returns or sets the number of columns that this cell can use to render its content.
The value is lower than 1 or greater than 100.
: Returns or sets additional CSS class names to add to the .
: Returns or sets the custom CSS styles to apply to the .
: Returns or sets the value saved to the data source when the user enters a null value into a cell.
: Returns or sets the font applied to the textual content of a cell.
: Returns or sets the foreground color of a cell.
: Returns or sets the format string applied to the textual content of a cell.
: Returns or sets the object used to provide culture-specific formatting of cell values.
: Returns a value indicating whether the property has been set.
: Returns a value that indicates whether the property has been set.
: Returns a value indicating whether the property has been set.
: Returns or sets the cell display value corresponding to a cell value of or null.
: Returns or sets the space between the edge of a and its content.
: Returns or sets the number of rows that this cell can use to render its content.
The value is lower than 1 or greater than 100.
: Returns the scope (the type of object) that owns the cell style.
: Returns or sets an object that contains additional data related to the .
: Returns or sets whether textual content in a cell is wrapped to subsequent lines or truncated when it is too long to fit on a single line.
Creates an exact copy of this .
Returns: . A that represents an exact copy of this cell style.
Releases all resources used by the .