Property |
Type |
Description |
BackImageUrl |
string |
Use it to get or set the URL to an image to display in the background |
Caption |
string |
The property is used to get or set the text to render in an HTML caption element in a GridView control. With this property you can make the control more accessible to users of assistive technology devices. |
CaptionAlign |
TableCaptionAlign |
The property is used to get or set the horizontal or vertical position of the HTML caption element in a GridView control. With this property you can make the control more accessible to users of assistive technology devices. The following positions are applicable:
|
CellPadding |
int |
You can use it to get or set the amount of space between the contents of a cell and the cell’s border. |
CellSpacing |
int |
Gets or sets the amount of space between cells. |
GridLines |
GridLines |
You can use this property to specify the gridline style for a GridView control. The following styles are applicable:
|
HorizontalAlign |
HorizontalAlign
|
The property is used to specify the horizontal alignment of the control on the page. The following alignments are applicable:
|
EmptyDataText |
string |
The property is used to indicate the text to render in the control when it is bound to an empty data source. |
PagerSettings |
PagerSettings
|
The property is used to reference an object that let developer to set the properties of the page buttons |
ShowFooter |
bool |
You can use it to get or set a value indicating whether the footer row is displayed in a GridView control. |
ShowHeader |
bool |
You can use it to get or set a value indicating whether the header row is displayed in a GridView control. |