System.Web.UI.WebControls.DetailsView.CellPadding Property

Gets or sets the amount of space between the contents of a cell and the cell's border.

Syntax

[System.ComponentModel.DefaultValue(-1)]
public virtual int CellPadding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsView.CellPadding property to control the spacing between the contents of a cell and the cell's border. The padding amount specified is added to all four sides of the cell.

All cells in the same column of a System.Web.UI.WebControls.DetailsView control have the same width. The padding amount is applied to the widest cell and all other cells in the column are adjusted to that cell width. Similarly, all cells in the same row have the same height. The padding amount is applied to the tallest cell in the row and all other cells in the row are adjusted to that cell height. Individual cell sizes cannot be specified.

To adjust the spacing between cells, use the DetailsView.CellSpacing property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0