Determines the images used to show expanded nodes on the grid.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[JsonAttribute(true, true, "")]
public string ExpandedImageUrl { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<JsonAttribute(True, True, "")> _
Public Property ExpandedImageUrl As String
	Get
	Set

Remarks

By default, these properties are set to images that look like the '+' and '-' icons used in TreeView controls. You can select your own images, and even use different images for different groups.

See Also