Gets the settings of the image on the Column's caption.

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

Syntax

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

Property Value

Type: ImageSettings
The caption image settings.

See Also