Gets or sets a boolean value that indicates whether to show content summary in combo display view.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool ShowSummaryOnCombo { get; set; }
Visual Basic
Public Property ShowSummaryOnCombo As Boolean
	Get
	Set
Visual C++
public:
property bool ShowSummaryOnCombo {
	bool get ();
	void set (bool value);
}

See Also