Gets or sets the message that will be displayed after 'show more' arrow.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public string Message { get; set; }
Visual Basic (Declaration)
Public Property Message As String
	Get
	Set

See Also