DataViewStyles Properties
Contains settings that allow the ASPxDataView‘s appearance to be defined.| Name | Description |
|---|---|
| Content | Gets the style settings defining the appearance of the control’s content area. |
| CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
| EmptyData | Gets style settings defining the appearance of the of the control’s empty data area. |
| EmptyItem | Gets the style settings defining the appearance of the empty data items. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
| Item | Gets the style settings defining the appearance of the data items. |
| Pager | Gets the style settings defining the appearance of the pager. |
| PagerButton | Gets the style settings defining the appearance of the pager buttons. |
| PagerCurrentPageNumber | Gets the style settings defining the appearance of the current page number. |
| PagerDisabledButton | Gets the style settings defining the appearance of the pager buttons when they are disabled. |
| PagerPageNumber | Gets the style settings defining the appearance of the page numbers. |
| PagerPageSizeItem | Gets the style settings defining the appearance of the page size item element of the embedded pager. |
| PagerPanel | Gets the style settings defining the appearance of the pager panel. |
| PagerShowMoreItemsContainer | Gets the style settings defining the appearance of the ‘Show More Items’ link container. |
| PagerSummary | Gets the style settings defining the appearance of the summary. |
| Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
See Also