Gets or sets the content that is contained within a user control.

Namespace: Ico.WPF.Specialized.DataGridControl.Controls
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object ExpanderContent { get; set; }
Visual Basic
Public Property ExpanderContent As Object
	Get
	Set
JScript
function get ExpanderContent () : Object
function set ExpanderContent (value : Object)

Return Value

The content of the user control.

See Also