Gets or sets the C1ComboBox footer text.

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

Syntax

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

Field Value

The footer text.

See Also