Gets or sets a column's image.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Image CaptionImage { get; set; }
Visual Basic
Public Property CaptionImage As Image
	Get
	Set
Visual C++
public:
property Image^ CaptionImage {
	Image^ get ();
	void set (Image^ value);
}
F#
member CaptionImage : Image with get, set

Property Value

Type: Image
The column's image.

See Also