VerticalGridImages Properties
Contains the settings that define images displayed within the ASPxVerticalGrid’s elements.| Name | Description |
|---|---|
| CategoryRowCollapsedButton | Gets the settings of an image displayed within expand buttons of collapsed category rows. |
| CategoryRowExpandedButton | Gets the settings of an image displayed within expand buttons of category rows. |
| CellError | Gets the settings of an error image displayed in a data cell. |
| DataRowCollapsedButton | Gets the settings of an image displayed within expand buttons of collapsed parent rows which have child rows. |
| DataRowExpandedButton | Gets the settings of an image displayed within expand buttons of rows. |
| FilterBarButton | Gets the settings of an image displayed within a filter button in the filter bar. |
| FilterBuilderClose | Gets the settings of an image displayed in the Filter Builder (Filter Control)‘s Close button. |
| HeaderActiveFilter | Gets the settings of an image displayed within filter buttons displayed in rows that are involved in filtering. |
| HeaderFilter | Gets the settings of an image displayed within filter buttons. |
| HeaderFilterClose | Gets the settings of an image displayed within the Header Filter‘s close button. |
| HeaderFilterCollapse | Gets the settings of an image displayed within the Header Filter‘s collapse button. |
| HeaderFilterHeader | Gets the settings of an image displayed within the Header Filter‘s header. |
| HeaderSortDown | Gets the settings of an image displayed within a row’s header when the row is sorted in descending order. |
| HeaderSortUp | Gets the settings of an image displayed within a row’s header when the row is sorted in ascending order. |
| ImageFolder | Gets or sets the path to the folder that contains images used by a control. Inherited from ImagesBase. |
| LoadingPanel | Gets the settings of an image displayed within a Loading Panel. Inherited from ImagesBase. |
| LoadingPanelOnStatusBar | Gets the settings of an image displayed in the loading panel when it is displayed at the ASPxVerticalGrid’s Status Bar. |
| SpriteCssFilePath | Gets or sets the path to a CSS file that defines the control’s sprite image settings. Inherited from ImagesBase. |
| SpriteImageUrl | Gets or sets the path to a sprite image. Inherited from ImagesBase. |
| ToolbarShowSummaryPanel | Gets the settings of an image displayed within the Summary Panel toolbar item. |
See Also