ImageColumnHeader
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Displays an image column header in a ListView control.
- C#
- VB.NET
public class ImageColumnHeader : ColumnHeader
Public Class ImageColumnHeader
Inherits ColumnHeader
The value of the items displayed under the ImageColumnHeader are displayed as either an image name or an image URL.
Constructors
ImageColumnHeader()
Initializes a new instance of the ImageColumnHeader class.
Implements
| Name | Description |
|---|---|
| IImage | Provides access to common image properties across the controls that implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |