CellPadding Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the distance (in pixels) between the border and the contents of the table cell.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public override int CellPadding { get; set; }
Visual Basic
Public Overrides Property CellPadding As Integer
	Get
	Set
Visual C++
public:
virtual property int CellPadding {
	int get () override;
	void set (int value) override;
}

Field Value

The distance (in pixels) between the border and the contents of the table cell. The default is -1, which indicates that this property is not set.

Remarks

This property only applies when the RepeatLayout property is set to RepeatLayout.Table. Use this property to control the spacing between the contents of a cell and the cell's border.

See Also